aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2011-08-17 05:00:30 +0800
committerolgeni <olgeni@FreeBSD.org>2011-08-17 05:00:30 +0800
commitf2f8e4403c08245c72db8a62b2b3d1b0270439c3 (patch)
treed25fb7d645fe3b07d8d8bd78712bab3fe83610bc /textproc
parent182f5da1b35d39ceea346710256f33bb79bfee91 (diff)
downloadfreebsd-ports-gnome-f2f8e4403c08245c72db8a62b2b3d1b0270439c3.tar.gz
freebsd-ports-gnome-f2f8e4403c08245c72db8a62b2b3d1b0270439c3.tar.zst
freebsd-ports-gnome-f2f8e4403c08245c72db8a62b2b3d1b0270439c3.zip
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cl-meta-sbcl/Makefile4
-rw-r--r--textproc/cl-ppcre-sbcl/Makefile3
2 files changed, 2 insertions, 5 deletions
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
index 6616c314f254..8247bc5a9c21 100644
--- a/textproc/cl-meta-sbcl/Makefile
+++ b/textproc/cl-meta-sbcl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= meta
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= textproc lisp
PKGNAMEPREFIX= cl-
@@ -18,8 +18,6 @@ COMMENT= A parser generator for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta
-BROKEN= fails to build
-
USE_ASDF_FASL= yes
FASL_TARGET= sbcl
FASL_BUILD= yes
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index b7facf062784..0f140b57f180 100644
--- a/textproc/cl-ppcre-sbcl/Makefile
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -6,6 +6,7 @@
PORTNAME= cl-ppcre
PORTVERSION= 2.0.3
+PORTREVISION= 1
CATEGORIES= textproc lisp
DISTFILES= # none
@@ -15,8 +16,6 @@ COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre
-BROKEN= fails to build
-
USE_ASDF_FASL= yes
FASL_TARGET= sbcl
FASL_BUILD= yes