aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-port-sbcl
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-01-20 12:40:13 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-01-20 12:40:13 +0000
commit9d2ef0bb9e6d20a29f9f5c876df5940030f8fc9b (patch)
tree4783b07e65d08851153d1c5e959bd6ae077b1ff2 /devel/cl-port-sbcl
parentb667cdbd375c6509a88a99061cd9cc5296057119 (diff)
downloadports-9d2ef0bb9e6d20a29f9f5c876df5940030f8fc9b.tar.gz
ports-9d2ef0bb9e6d20a29f9f5c876df5940030f8fc9b.zip
When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that weren't actually missing (this only happened in ports that aren't committed yet). Rewrite the FASL placement code using the asdf-binary-locations extension, which is already included in the cl-asdf port but needs to be installed from ports when building for SBCL (which has its own ASDF code). The binary-locations code generates paths unsuitable for PLISTs, therefore it has been overridden with lisp-specific-fasl-subdir. Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp ports is now entirely automated. All dependent cl-* ports are upgraded (obsolete code removed, PORTREVISION bumped).
Notes
Notes: svn path=/head/; revision=248207
Diffstat (limited to 'devel/cl-port-sbcl')
-rw-r--r--devel/cl-port-sbcl/Makefile2
-rw-r--r--devel/cl-port-sbcl/pkg-plist8
2 files changed, 1 insertions, 9 deletions
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile
index fca6c1768ecd..c229478086a8 100644
--- a/devel/cl-port-sbcl/Makefile
+++ b/devel/cl-port-sbcl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-port-sbcl/pkg-plist b/devel/cl-port-sbcl/pkg-plist
deleted file mode 100644
index c48543cae173..000000000000
--- a/devel/cl-port-sbcl/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-lib/common-lisp/port/sbclfasl/ext.fasl
-lib/common-lisp/port/sbclfasl/gray.fasl
-lib/common-lisp/port/sbclfasl/net.fasl
-lib/common-lisp/port/sbclfasl/path.fasl
-lib/common-lisp/port/sbclfasl/proc.fasl
-lib/common-lisp/port/sbclfasl/shell.fasl
-lib/common-lisp/port/sbclfasl/sys.fasl
-@dirrm lib/common-lisp/port/sbclfasl