mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Upgrade to 3.4.
Primarily a bug fix release. The most significant change from 3.3 is the fixes for the 64-bit build. - Reorder includes to avoid conflicts when QT3 is installed.
This commit is contained in:
parent
27e0768ddc
commit
13051a6bc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197962
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= FreeMat
|
||||
PORTVERSION= 3.3
|
||||
PORTVERSION= 3.4
|
||||
CATEGORIES= math science
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
@ -102,6 +102,11 @@ pre-everything::
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's| == x| = x|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-configure:
|
||||
# Avoid conflict with QT3
|
||||
${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
|
||||
${REINPLACE_CMD} -e '/^QT_CFLAGS/s|-I${LOCALBASE}/include ||'
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "===> Initializing..."
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (FreeMat-3.3.tar.gz) = 9338ea3743a5970c8d2da23ad19ae76e
|
||||
SHA256 (FreeMat-3.3.tar.gz) = ba83b6119561ed5df0d2799115254c584b72f66afb26b239ee054de49b1b7706
|
||||
SIZE (FreeMat-3.3.tar.gz) = 5853012
|
||||
MD5 (FreeMat-3.4.tar.gz) = b781dac6e4b0dd284631bacdbbfb00d8
|
||||
SHA256 (FreeMat-3.4.tar.gz) = 25ef84e9b8f62b1f301a35f2e617797a68a0a7b4f6653c1400ea7c7f67293411
|
||||
SIZE (FreeMat-3.4.tar.gz) = 5613257
|
||||
|
@ -261,6 +261,7 @@ bin/FreeMat
|
||||
%%DATADIR%%/help/html/freemat_help.html
|
||||
%%DATADIR%%/help/html/freemat_helpwin.html
|
||||
%%DATADIR%%/help/html/freemat_import.html
|
||||
%%DATADIR%%/help/html/freemat_jitcontrol.html
|
||||
%%DATADIR%%/help/html/freemat_loadlib.html
|
||||
%%DATADIR%%/help/html/freemat_mfilename.html
|
||||
%%DATADIR%%/help/html/freemat_path.html
|
||||
@ -1046,6 +1047,7 @@ bin/FreeMat
|
||||
%%DATADIR%%/help/text/isstr.mdc
|
||||
%%DATADIR%%/help/text/isstruct.mdc
|
||||
%%DATADIR%%/help/text/isvector.mdc
|
||||
%%DATADIR%%/help/text/jitcontrol.mdc
|
||||
%%DATADIR%%/help/text/keyboard.mdc
|
||||
%%DATADIR%%/help/text/keywords.mdc
|
||||
%%DATADIR%%/help/text/lasterr.mdc
|
||||
@ -1804,6 +1806,7 @@ bin/FreeMat
|
||||
%%DATADIR%%/toolbox/test/bbtest_isstr.m
|
||||
%%DATADIR%%/toolbox/test/bbtest_isstruct.m
|
||||
%%DATADIR%%/toolbox/test/bbtest_isvector.m
|
||||
%%DATADIR%%/toolbox/test/bbtest_jitcontrol.m
|
||||
%%DATADIR%%/toolbox/test/bbtest_keyboard.m
|
||||
%%DATADIR%%/toolbox/test/bbtest_keywords.m
|
||||
%%DATADIR%%/toolbox/test/bbtest_lasterr.m
|
||||
@ -2336,6 +2339,7 @@ bin/FreeMat
|
||||
%%DATADIR%%/toolbox/test/test_switch5.m
|
||||
%%DATADIR%%/toolbox/test/test_switch6.m
|
||||
%%DATADIR%%/toolbox/test/test_switch7.m
|
||||
%%DATADIR%%/toolbox/test/test_switch8.m
|
||||
%%DATADIR%%/toolbox/test/test_test1.m
|
||||
%%DATADIR%%/toolbox/test/test_test2.m
|
||||
%%DATADIR%%/toolbox/test/test_test3.m
|
||||
|
Loading…
Reference in New Issue
Block a user