aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-05-16 21:25:45 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-05-16 21:25:45 +0000
commit9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd (patch)
treecef14dd929a2a5085e8e48a605281ae20ae0b0f5
parent208a851e128f12dad908a5544088db2e0f30037b (diff)
downloadports-9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd.tar.gz
ports-9f7e5b86e2c8a308f4ddf979dd4e2791a5cefabd.zip
Notes
-rw-r--r--math/sage/Makefile1
-rw-r--r--math/sage/files/patch-build_pkgs_libm4ri_spkg-install10
2 files changed, 11 insertions, 0 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile
index c0af9f7c896a..5d0b4369c7aa 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sage
PORTVERSION= 6.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
http://mirrors.xmission.com/sage/src/ \
diff --git a/math/sage/files/patch-build_pkgs_libm4ri_spkg-install b/math/sage/files/patch-build_pkgs_libm4ri_spkg-install
new file mode 100644
index 000000000000..ebd4cb6f6e53
--- /dev/null
+++ b/math/sage/files/patch-build_pkgs_libm4ri_spkg-install
@@ -0,0 +1,10 @@
+--- build/pkgs/libm4ri/spkg-install-orig 2014-05-16 18:34:53.000000000 +0000
++++ build/pkgs/libm4ri/spkg-install 2014-05-16 18:48:25.000000000 +0000
+@@ -54,6 +54,7 @@
+
+ cd $ROOT_DIR/src/
+
++env PKG_CONFIG_LIBDIR=$SAGE_LOCAL/lib/pkgconfig \
+ ./configure --prefix="$SAGE_LOCAL" --libdir="$SAGE_LOCAL/lib" $ENABLE_DEBUG $DISABLE_SSE2
+
+ if [ $? -ne 0 ]; then