- Update to 6.5.

This commit is contained in:
Stephen Montgomery-Smith 2015-03-05 14:48:30 +00:00
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

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sage
PORTVERSION= 6.4.1
PORTVERSION= 6.5
CATEGORIES= math
MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
http://mirrors.xmission.com/sage/src/ \

View file

@ -1,2 +1,2 @@
SHA256 (sage-6.4.1.tar.gz) = e6b3fda75f4e55de71155a99e65454306229b4723c203b7674e909cca544c3c0
SIZE (sage-6.4.1.tar.gz) = 650176345
SHA256 (sage-6.5.tar.gz) = e690c93ca3adda6f2e5b47de2c6aff3da3b7b5efe990cc4c146c9339e3d2511e
SIZE (sage-6.5.tar.gz) = 480572713

View file

@ -1,5 +1,5 @@
--- build/pkgs/cephes/spkg-install.orig 2014-11-14 12:09:55.000000000 +0000
+++ build/pkgs/cephes/spkg-install 2014-12-06 23:43:50.000000000 +0000
--- build/pkgs/cephes/spkg-install-orig 2015-03-05 02:28:16.000000000 +0000
+++ build/pkgs/cephes/spkg-install 2015-03-05 02:29:36.000000000 +0000
@@ -11,6 +11,9 @@
exit 0
fi
@ -10,12 +10,3 @@
CUR=`pwd`
cd src
@@ -24,6 +27,8 @@
fi
done
+sed -i .orig 's|.*printf|//&1|' */mtherr.c
+
echo "Building Cephes..."
$MAKE
if [ $? -ne 0 ]; then

View file

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