summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-01-28 14:27:16 +0000
committerijliao <ijliao@FreeBSD.org>2002-01-28 14:27:16 +0000
commit3ae227d783b398ddfdd9659055585cd9101f5b85 (patch)
treeef79a9b6fb9917ae8d1a675f021e5c8c8c8f7cd9
parent9ab5fefa7f2c902f74889368bef0c86833254052 (diff)
downloadFreeBSD-ports-3ae227d783b398ddfdd9659055585cd9101f5b85.zip
FreeBSD-ports-3ae227d783b398ddfdd9659055585cd9101f5b85.tar.gz
upgrade to 1.0.5
-rw-r--r--math/GiNaC/Makefile2
-rw-r--r--math/GiNaC/distinfo2
-rw-r--r--math/GiNaC/files/patch-ltmain.sh23
3 files changed, 5 insertions, 22 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 49ecc71..a8cb945 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 d981744..2657a42 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 a912d5a..eb65ecca 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.
OpenPOWER on IntegriCloud