upgrade to 1.0.5

This commit is contained in:
Ying-Chieh Liao 2002-01-28 14:27:16 +00:00
parent 46c9d447c4
commit cfe5247f2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53905
3 changed files with 5 additions and 22 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (GiNaC-1.0.3.tar.bz2) = c67c05dc42ec0f82b5a954483a420d6c
MD5 (GiNaC-1.0.5.tar.bz2) = 32e9e3f64ec63611162eae86ca22b49f

View File

@ -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.