aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-26 00:57:39 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-26 00:57:39 +0000
commit992e52807ed0c4e4ca69f9b8d0a406fe9ac3c477 (patch)
treebc5174b43fa58eca2db13245069aa7fa3dda9165 /x11-wm
parentdb5399d0fdcfb95e6780dad0bb744160522d6570 (diff)
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/stumpwm/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index 60862087170b..ac5e3465f491 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -6,14 +6,17 @@ PORTVERSION= 0.9.7
PORTREVISION= 13
CATEGORIES= x11-wm lisp
MASTER_SITES= SAVANNAH
-DISTFILES= ${DISTNAME}.tgz
+EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-COMMENT= A tiling, keyboard driven Window Manager written in Common Lisp
+COMMENT= Tiling, keyboard driven Window Manager written in Common Lisp
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= Broken 4 months already, will not build with either lisp compiler
+EXPIRATION= 2014-05-01
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-contrib-dir=${DATADIR}
MAKE_JOBS_UNSAFE=yes
@@ -25,7 +28,7 @@ PORTEXAMPLES= sample-stumpwmrc.lisp
PORTDATA= *
OPTIONS_DEFINE= SBCL EXAMPLES
-OPTIONS_DEFAULT= SBCL
+OPTIONS_DEFAULT=
SBCL_DESC= Build with lang/sbcl (otherwise with lang/clisp)
NO_STAGE= yes
@@ -47,7 +50,7 @@ BUILD_DEPENDS+= clisp:${PORTSDIR}/lang/clisp
.if empty(PORT_OPTIONS:MSBCL)
.if exists(${LOCALBASE}/bin/clisp) && \
- !exists(${LOCALBASE}/lib/clisp/full/clx.o)
+ !exists(${LOCALBASE}/lib/clisp/clx/new-clx/clx.o)
IGNORE= requires lang/clisp built with CLX_NEW option ON
.endif
.endif