diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-28 14:27:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-28 14:27:16 +0000 |
commit | cfe5247f2f6d8b5415795a96bd109d749c85137c (patch) | |
tree | e6d75a2972bf1fbb8af434f1bfd49d0baba1c7d7 /math/GiNaC | |
parent | 46c9d447c4088e51a83eb19dc6bfec2fccfb77e3 (diff) | |
download | ports-cfe5247f2f6d8b5415795a96bd109d749c85137c.tar.gz ports-cfe5247f2f6d8b5415795a96bd109d749c85137c.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 2 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 2 | ||||
-rw-r--r-- | math/GiNaC/files/patch-ltmain.sh | 23 |
3 files changed, 5 insertions, 22 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 49ecc7104b73..a8cb9456678b 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 PORTREVISION= 0 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index d98174488b66..2657a42fc282 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1 +1 @@ -MD5 (GiNaC-1.0.3.tar.bz2) = c67c05dc42ec0f82b5a954483a420d6c +MD5 (GiNaC-1.0.5.tar.bz2) = 32e9e3f64ec63611162eae86ca22b49f diff --git a/math/GiNaC/files/patch-ltmain.sh b/math/GiNaC/files/patch-ltmain.sh index a912d5a25e74..eb65ecca448c 100644 --- a/math/GiNaC/files/patch-ltmain.sh +++ b/math/GiNaC/files/patch-ltmain.sh @@ -1,23 +1,6 @@ ---- ltmain.sh.orig Thu Nov 22 23:00:08 2001 -+++ ltmain.sh Fri Dec 7 23:34:47 2001 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -4210,10 +4210,12 @@ +--- 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. |