diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-20 20:40:13 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-20 20:40:13 +0800 |
commit | 67470e3e62a80c8c5bfdb82dd0dc1f83227a4466 (patch) | |
tree | 7390db757292594b0ac05dc13ba7933b2952dbee /textproc/cl-ppcre-sbcl | |
parent | 1248f9e714648228a7a75582c43573a23552a73a (diff) | |
download | freebsd-ports-gnome-67470e3e62a80c8c5bfdb82dd0dc1f83227a4466.tar.gz freebsd-ports-gnome-67470e3e62a80c8c5bfdb82dd0dc1f83227a4466.tar.zst freebsd-ports-gnome-67470e3e62a80c8c5bfdb82dd0dc1f83227a4466.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/cl-ppcre-sbcl')
-rw-r--r-- | textproc/cl-ppcre-sbcl/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-ppcre-sbcl/pkg-plist | 13 |
2 files changed, 1 insertions, 14 deletions
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 |