From ba27590f8742ffcc37e3dccef641c30784491319 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 12 Aug 2014 00:47:48 +0700 Subject: academic/sage: Updated for version 6.3. Signed-off-by: Willy Sudiarto Raharjo --- academic/sage/sage.SlackBuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'academic/sage/sage.SlackBuild') diff --git a/academic/sage/sage.SlackBuild b/academic/sage/sage.SlackBuild index bdbbd7bfdadca..64c53337d29df 100644 --- a/academic/sage/sage.SlackBuild +++ b/academic/sage/sage.SlackBuild @@ -5,7 +5,7 @@ # Currently maintained by Willy Sudiarto Raharjo PRGNAM=sage -VERSION=${VERSION:-6.1} +VERSION=${VERSION:-6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,6 +41,10 @@ find -L . \ mkdir -p $PKG/$SAGEROOT $PKG/usr/share/{applications,pixmaps} \ $PKG/usr/doc/$PRGNAM-$VERSION $PKG/etc/profile.d + +# Added freeBSD patch to build as root, thanks to Heinz for pointing it +patch -p0 < $CWD/pynac.patch + make # test all examples in the documentation (over 93,000 line of input) @@ -62,6 +66,7 @@ if [ "$OPTIONALSPKG" != "no" ]; then fi cp -av * $PKG/$SAGEROOT +rm -rf $PKG/$SAGEROOT/{upstream,logs} find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3