diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-20 20:40:13 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-20 20:40:13 +0800 |
commit | 9d2ef0bb9e6d20a29f9f5c876df5940030f8fc9b (patch) | |
tree | 4783b07e65d08851153d1c5e959bd6ae077b1ff2 /textproc | |
parent | b667cdbd375c6509a88a99061cd9cc5296057119 (diff) | |
download | freebsd-ports-gnome-9d2ef0bb9e6d20a29f9f5c876df5940030f8fc9b.tar.gz freebsd-ports-gnome-9d2ef0bb9e6d20a29f9f5c876df5940030f8fc9b.tar.zst freebsd-ports-gnome-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).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cl-meta-clisp/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-meta-clisp/pkg-plist | 3 | ||||
-rw-r--r-- | textproc/cl-meta-sbcl/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-meta-sbcl/pkg-plist | 3 | ||||
-rw-r--r-- | textproc/cl-ppcre-clisp/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-ppcre-clisp/pkg-plist | 13 | ||||
-rw-r--r-- | textproc/cl-ppcre-sbcl/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-ppcre-sbcl/pkg-plist | 13 |
8 files changed, 4 insertions, 36 deletions
diff --git a/textproc/cl-meta-clisp/Makefile b/textproc/cl-meta-clisp/Makefile index d26f68e77a88..b7d47062b73b 100644 --- a/textproc/cl-meta-clisp/Makefile +++ b/textproc/cl-meta-clisp/Makefile @@ -6,7 +6,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/textproc/cl-meta-clisp/pkg-plist b/textproc/cl-meta-clisp/pkg-plist deleted file mode 100644 index aaa2cc27a9d7..000000000000 --- a/textproc/cl-meta-clisp/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/common-lisp/meta/clispfasl/package.fasl -lib/common-lisp/meta/clispfasl/meta.fasl -@dirrm lib/common-lisp/meta/clispfasl diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index 98a6096f40ad..2329f34b1a49 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/textproc/cl-meta-sbcl/pkg-plist b/textproc/cl-meta-sbcl/pkg-plist deleted file mode 100644 index 0414c3cdac91..000000000000 --- a/textproc/cl-meta-sbcl/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/common-lisp/meta/sbclfasl/package.fasl -lib/common-lisp/meta/sbclfasl/meta.fasl -@dirrm lib/common-lisp/meta/sbclfasl diff --git a/textproc/cl-ppcre-clisp/Makefile b/textproc/cl-ppcre-clisp/Makefile index 32540e69c49d..749f93b0d1b6 100644 --- a/textproc/cl-ppcre-clisp/Makefile +++ b/textproc/cl-ppcre-clisp/Makefile @@ -6,7 +6,7 @@ PORTNAME= cl-ppcre PORTVERSION= 0.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/textproc/cl-ppcre-clisp/pkg-plist b/textproc/cl-ppcre-clisp/pkg-plist deleted file mode 100644 index e4fe2c2118de..000000000000 --- a/textproc/cl-ppcre-clisp/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -lib/common-lisp/cl-ppcre/clispfasl/api.fasl -lib/common-lisp/cl-ppcre/clispfasl/closures.fasl -lib/common-lisp/cl-ppcre/clispfasl/convert.fasl -lib/common-lisp/cl-ppcre/clispfasl/lexer.fasl -lib/common-lisp/cl-ppcre/clispfasl/optimize.fasl -lib/common-lisp/cl-ppcre/clispfasl/packages.fasl -lib/common-lisp/cl-ppcre/clispfasl/parser.fasl -lib/common-lisp/cl-ppcre/clispfasl/regex-class.fasl -lib/common-lisp/cl-ppcre/clispfasl/repetition-closures.fasl -lib/common-lisp/cl-ppcre/clispfasl/scanner.fasl -lib/common-lisp/cl-ppcre/clispfasl/specials.fasl -lib/common-lisp/cl-ppcre/clispfasl/util.fasl -@dirrm lib/common-lisp/cl-ppcre/clispfasl diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index b42dfa2ad95b..6ecd35d8958f 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= cl-ppcre PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/textproc/cl-ppcre-sbcl/pkg-plist b/textproc/cl-ppcre-sbcl/pkg-plist deleted file mode 100644 index 9c60ccb7ee83..000000000000 --- a/textproc/cl-ppcre-sbcl/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -lib/common-lisp/cl-ppcre/sbclfasl/api.fasl -lib/common-lisp/cl-ppcre/sbclfasl/closures.fasl -lib/common-lisp/cl-ppcre/sbclfasl/convert.fasl -lib/common-lisp/cl-ppcre/sbclfasl/lexer.fasl -lib/common-lisp/cl-ppcre/sbclfasl/optimize.fasl -lib/common-lisp/cl-ppcre/sbclfasl/packages.fasl -lib/common-lisp/cl-ppcre/sbclfasl/parser.fasl -lib/common-lisp/cl-ppcre/sbclfasl/regex-class.fasl -lib/common-lisp/cl-ppcre/sbclfasl/repetition-closures.fasl -lib/common-lisp/cl-ppcre/sbclfasl/scanner.fasl -lib/common-lisp/cl-ppcre/sbclfasl/specials.fasl -lib/common-lisp/cl-ppcre/sbclfasl/util.fasl -@dirrm lib/common-lisp/cl-ppcre/sbclfasl |