diff options
author | bf <bf@FreeBSD.org> | 2011-04-13 09:53:24 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-04-13 09:53:24 +0800 |
commit | cf8260d23feedb3ea75dcbbfa96d815d6bb2d678 (patch) | |
tree | 8e6269cf2ed2f2be9f00cc854132234b112de6b6 /math | |
parent | a8631c071a0ceb5aa9b1ba0c02ce2829158b80d1 (diff) | |
download | freebsd-ports-gnome-cf8260d23feedb3ea75dcbbfa96d815d6bb2d678.tar.gz freebsd-ports-gnome-cf8260d23feedb3ea75dcbbfa96d815d6bb2d678.tar.zst freebsd-ports-gnome-cf8260d23feedb3ea75dcbbfa96d815d6bb2d678.zip |
Add a note about the new memory limit
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 5 | ||||
-rw-r--r-- | math/maxima/pkg-message | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index bd9336887c48..d7888b5a8f31 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -99,6 +99,11 @@ post-patch: ${WRKSRC}/src/maxima.in .endif +post-install: + @${ECHO_MSG} "" + @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} "" + test check: build (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \ ${MAKE_ARGS} check) diff --git a/math/maxima/pkg-message b/math/maxima/pkg-message new file mode 100644 index 000000000000..0c12e3ea65cd --- /dev/null +++ b/math/maxima/pkg-message @@ -0,0 +1,7 @@ +When built with sbcl, maxima imposes a default memory +limit of 512MB on i386. A limit can be imposed on other +architectures, or changed on i386, by defining +DYNAMIC_SPACE_SIZE appropriately in the build environment. +The limit can be overridden at runtime, via the +-X/--lisp-options option, or by defining the environment +variable MAXIMA_LISP_OPTIONS. |