diff options
author | thierry <thierry@FreeBSD.org> | 2007-08-20 21:58:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-08-20 21:58:38 +0800 |
commit | 6cf1790159b287f5ea5d527003107958bd71e589 (patch) | |
tree | 9b6f2caa6f6a016ceb83213131a4e130bff673e7 /math | |
parent | 4ca8d6e354954685d1d9f2e2e49ec70d6c97494d (diff) | |
download | freebsd-ports-gnome-6cf1790159b287f5ea5d527003107958bd71e589.tar.gz freebsd-ports-gnome-6cf1790159b287f5ea5d527003107958bd71e589.tar.zst freebsd-ports-gnome-6cf1790159b287f5ea5d527003107958bd71e589.zip |
- 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.
Diffstat (limited to 'math')
-rw-r--r-- | math/freemat/Makefile | 7 | ||||
-rw-r--r-- | math/freemat/distinfo | 6 | ||||
-rw-r--r-- | math/freemat/pkg-plist | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index fd3f93e09fd6..16570e2b59d0 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -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..." diff --git a/math/freemat/distinfo b/math/freemat/distinfo index aba23dbdee27..2309578d8faf 100644 --- a/math/freemat/distinfo +++ b/math/freemat/distinfo @@ -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 diff --git a/math/freemat/pkg-plist b/math/freemat/pkg-plist index 002de3da9167..0299eafbd00c 100644 --- a/math/freemat/pkg-plist +++ b/math/freemat/pkg-plist @@ -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 |