From d96fbd52d918a281127877bb3cd01221e3f95cba Mon Sep 17 00:00:00 2001 From: bf Date: Fri, 9 Dec 2011 12:54:44 +0000 Subject: 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 --- x11-wm/cl-stumpwm/Makefile | 2 +- x11-wm/stumpwm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-wm') 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 -- cgit