upgrade to 1.0.5
This commit is contained in:
parent
46c9d447c4
commit
cfe5247f2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53905
@ -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/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GiNaC-1.0.3.tar.bz2) = c67c05dc42ec0f82b5a954483a420d6c
|
||||
MD5 (GiNaC-1.0.5.tar.bz2) = 32e9e3f64ec63611162eae86ca22b49f
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user