mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 6.5.
This commit is contained in:
parent
2336e31ef2
commit
8e358d2d89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380503
5 changed files with 5 additions and 1091 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= sage
|
PORTNAME= sage
|
||||||
PORTVERSION= 6.4.1
|
PORTVERSION= 6.5
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
|
MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
|
||||||
http://mirrors.xmission.com/sage/src/ \
|
http://mirrors.xmission.com/sage/src/ \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (sage-6.4.1.tar.gz) = e6b3fda75f4e55de71155a99e65454306229b4723c203b7674e909cca544c3c0
|
SHA256 (sage-6.5.tar.gz) = e690c93ca3adda6f2e5b47de2c6aff3da3b7b5efe990cc4c146c9339e3d2511e
|
||||||
SIZE (sage-6.4.1.tar.gz) = 650176345
|
SIZE (sage-6.5.tar.gz) = 480572713
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- build/pkgs/cephes/spkg-install.orig 2014-11-14 12:09:55.000000000 +0000
|
--- build/pkgs/cephes/spkg-install-orig 2015-03-05 02:28:16.000000000 +0000
|
||||||
+++ build/pkgs/cephes/spkg-install 2014-12-06 23:43:50.000000000 +0000
|
+++ build/pkgs/cephes/spkg-install 2015-03-05 02:29:36.000000000 +0000
|
||||||
@@ -11,6 +11,9 @@
|
@@ -11,6 +11,9 @@
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
@ -10,12 +10,3 @@
|
||||||
CUR=`pwd`
|
CUR=`pwd`
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
@@ -24,6 +27,8 @@
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
+sed -i .orig 's|.*printf|//&1|' */mtherr.c
|
|
||||||
+
|
|
||||||
echo "Building Cephes..."
|
|
||||||
$MAKE
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
--- build/pkgs/gd/spkg-install-orig 2014-12-06 21:44:37.000000000 +0000
|
|
||||||
+++ build/pkgs/gd/spkg-install 2014-12-06 21:47:08.000000000 +0000
|
|
||||||
@@ -24,7 +24,8 @@
|
|
||||||
|
|
||||||
# Needed to correctly pickup libiconv on FreeBSD
|
|
||||||
if [ `uname` = "FreeBSD" ] ; then
|
|
||||||
- LDFLAGS="-L/usr/local/lib"; export LDFLAGS
|
|
||||||
+ LDFLAGS="-L${LOCALBASE}/lib"; export LDFLAGS
|
|
||||||
+ CFLAGS="-I${LOCALBASE}/include"; export CFLAGS
|
|
||||||
fi
|
|
||||||
|
|
||||||
# needed to pick up zlib.h
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue