diff options
author | stephen <stephen@FreeBSD.org> | 2013-06-02 01:57:16 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-06-02 01:57:16 +0800 |
commit | 254de4d827f7f35d001429431247f0118b391c1f (patch) | |
tree | ca2c2d7182bc17a7ae06e554da33e42fef1d5ac6 /math/sage | |
parent | 942ffafc5987a8805f87b6cf628cd62961fa8e2a (diff) | |
download | freebsd-ports-gnome-254de4d827f7f35d001429431247f0118b391c1f.tar.gz freebsd-ports-gnome-254de4d827f7f35d001429431247f0118b391c1f.tar.zst freebsd-ports-gnome-254de4d827f7f35d001429431247f0118b391c1f.zip |
- Downgrade gcc requirement to 4.6.
- Stop sage from building its own version of gcc.
- Clean whitespace.
- Bump portrevision.
Suggested by: Robert.Burmeister@UToledo.edu
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 03d725d5dea4..f3d066fe7308 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -3,6 +3,7 @@ PORTNAME= sage PORTVERSION= 5.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ @@ -13,7 +14,7 @@ EXTRACT_SUFX= .tar MAINTAINER= stephen@FreeBSD.org COMMENT= Open source Mathematics software -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas \ lapack:${PORTSDIR}/math/lapack \ jpeg:${PORTSDIR}/graphics/jpeg @@ -29,7 +30,6 @@ OPTIONS_DEFINE_amd64= 387 PLIST_FILES= bin/sage USE_FORTRAN= yes -USE_GCC= 4.7+ USE_TK= yes USE_GMAKE= yes USE_TEX= latex:build @@ -54,6 +54,7 @@ CFLAGS:= ${CFLAGS:C/^-O.*$//} FFLAGS:= ${CFLAGS:C/^-O.*$//} MAKE_ENV+= SAGE_PORT=yes \ + SAGE_INSTALL_GCC=no \ SAGE_ATLAS_LIB=${LOCALBASE}/lib \ DOT_SAGE=${WRKSRC}/tmp/.sage \ SAGE_FAT_BINARY=yes |