diff options
author | bf <bf@FreeBSD.org> | 2011-12-09 20:54:44 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-12-09 20:54:44 +0800 |
commit | d96fbd52d918a281127877bb3cd01221e3f95cba (patch) | |
tree | c3310dc0d016fed203bf2205b3889466a4779a9a /x11-wm | |
parent | e1c23f621630e1d514657d9233a0bdf530579f2f (diff) | |
download | freebsd-ports-gnome-d96fbd52d918a281127877bb3cd01221e3f95cba.tar.gz freebsd-ports-gnome-d96fbd52d918a281127877bb3cd01221e3f95cba.tar.zst freebsd-ports-gnome-d96fbd52d918a281127877bb3cd01221e3f95cba.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')
-rw-r--r-- | x11-wm/cl-stumpwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/stumpwm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/cl-stumpwm/Makefile b/x11-wm/cl-stumpwm/Makefile index b3ef33809657..44be642ea9d9 100644 --- a/x11-wm/cl-stumpwm/Makefile +++ b/x11-wm/cl-stumpwm/Makefile @@ -7,7 +7,7 @@ PORTNAME= stumpwm PORTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm lisp MASTER_SITES= SAVANNAH DISTFILES= ${DISTNAME}.tgz 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 |