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 /security/cl-md5-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 'security/cl-md5-sbcl')
-rw-r--r-- | security/cl-md5-sbcl/Makefile | 1 | ||||
-rw-r--r-- | security/cl-md5-sbcl/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index 85b05257c15a..d95cd44842e7 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -6,6 +6,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/security/cl-md5-sbcl/pkg-plist b/security/cl-md5-sbcl/pkg-plist deleted file mode 100644 index 874c7b23ac33..000000000000 --- a/security/cl-md5-sbcl/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%LIB32DIR%%/common-lisp/md5/sbclfasl/md5.fasl -@dirrm %%LIB32DIR%%/common-lisp/md5/sbclfasl |