diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-12-09 20:54:44 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-12-09 20:54:44 +0800 |
commit | bc2f8854ca44daf2a006e524b9c16e0d818c3a38 (patch) | |
tree | 055e40a6769f7604dcf7a90ecd5692f5e216db78 /x11-wm/stumpwm | |
parent | 43e194e1e9d43e61f49b2e97b13db0271043de12 (diff) | |
download | freebsd-ports-gnome-bc2f8854ca44daf2a006e524b9c16e0d818c3a38.tar.gz freebsd-ports-gnome-bc2f8854ca44daf2a006e524b9c16e0d818c3a38.tar.zst freebsd-ports-gnome-bc2f8854ca44daf2a006e524b9c16e0d818c3a38.zip |
update lang/sbcl to 1.0.54, and adjust dependent ports (this allows sbcl to
be build WITH_THREADS on recent versions of FreeBSD once again) [1]; rename
*.core files in sbcl and math/maxima so that they are not removed by
disk-cleaning scripts [2]; make it possible to use the makesum target in sbcl
WITH_SBCL; fix maxima build WITH_CMUCL, and place a default memory cap of
1GiB on amd64; reduce default output from a few targets in maxima, and defer
patch cleaning to the pre-build target to make debugging easier
PR: 162017 [1], 162680 [2]
Approved by: pav (portmgr)
Feature safe: yes
Diffstat (limited to 'x11-wm/stumpwm')
-rw-r--r-- | x11-wm/stumpwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 25f93dad9509..b3ef33809657 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -7,7 +7,7 @@ PORTNAME= stumpwm PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm lisp MASTER_SITES= SAVANNAH DISTFILES= ${DISTNAME}.tgz |