diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-20 12:40:13 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-20 12:40:13 +0000 |
commit | 9d2ef0bb9e6d20a29f9f5c876df5940030f8fc9b (patch) | |
tree | 4783b07e65d08851153d1c5e959bd6ae077b1ff2 /devel/cl-infix-sbcl | |
parent | b667cdbd375c6509a88a99061cd9cc5296057119 (diff) | |
download | ports-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-infix-sbcl')
-rw-r--r-- | devel/cl-infix-sbcl/Makefile | 2 | ||||
-rw-r--r-- | devel/cl-infix-sbcl/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index a35741a7b78f..ad50d457471d 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-infix-sbcl/pkg-plist b/devel/cl-infix-sbcl/pkg-plist deleted file mode 100644 index 151a6aba7903..000000000000 --- a/devel/cl-infix-sbcl/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/common-lisp/infix/sbclfasl/infix.fasl -@dirrm lib/common-lisp/infix/sbclfasl |