aboutsummaryrefslogtreecommitdiff
path: root/security/cl-md5-clisp/Makefile
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 /security/cl-md5-clisp/Makefile
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 'security/cl-md5-clisp/Makefile')
-rw-r--r--security/cl-md5-clisp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cl-md5-clisp/Makefile b/security/cl-md5-clisp/Makefile
index 98590a6bdda7..e8c6477a0fa2 100644
--- a/security/cl-md5-clisp/Makefile
+++ b/security/cl-md5-clisp/Makefile
@@ -6,6 +6,7 @@
PORTNAME= md5
PORTVERSION= 1.8.5
+PORTREVISION= 1
CATEGORIES= security lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none