diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-06 20:04:31 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-06 20:04:31 +0000 |
commit | ebcc4e4a43be2ea2e4955063208d281de06a6719 (patch) | |
tree | e3790a0f73d13a2f68d7fa690e8f20ce5fa89ef5 /math/GiNaC | |
parent | 26ea5fcf75ca7409e36a81e414c8ee06013c6da6 (diff) | |
download | FreeBSD-ports-ebcc4e4a43be2ea2e4955063208d281de06a6719.zip FreeBSD-ports-ebcc4e4a43be2ea2e4955063208d281de06a6719.tar.gz |
- Update to 1.3.6
PR: 109802
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 5 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 6 | ||||
-rw-r--r-- | math/GiNaC/files/patch-ltmain.sh | 15 |
3 files changed, 5 insertions, 21 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index add93bf..4447cf7 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -18,12 +18,11 @@ COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index b8e7838..c3c17d0 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,3 +1,3 @@ -MD5 (ginac-1.3.5.tar.bz2) = 2187bd0f79baf78514b5cbf737d67b01 -SHA256 (ginac-1.3.5.tar.bz2) = 1e1f3c580d7b6f137c6b109c5c565b7e888771aeb8940d167b954e8847c14d62 -SIZE (ginac-1.3.5.tar.bz2) = 781632 +MD5 (ginac-1.3.6.tar.bz2) = ba0793524f6b575000d975369798d101 +SHA256 (ginac-1.3.6.tar.bz2) = cbdf8bc480afa8a01ff955e4a997282855358ea0282f788b6d8a8a0c6208e898 +SIZE (ginac-1.3.6.tar.bz2) = 781533 diff --git a/math/GiNaC/files/patch-ltmain.sh b/math/GiNaC/files/patch-ltmain.sh deleted file mode 100644 index eb65ecca..0000000 --- a/math/GiNaC/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Mon Jan 28 22:14:22 2002 -+++ ltmain.sh Mon Jan 28 22:15:39 2002 -@@ -4247,10 +4247,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |