1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/cl-asdf/pkg-plist
Jimmy Olgeni 21f7f3bd24 Upgrade to ASDF 2.017.
From now on, asdf-binary-translations is no longer supported upstream.
Therefore, we use the new asdf:initialize-output-translations
function with the same logic as before.

SBCL 1.0.49 already has a bundled ASDF 2, which caused all cl-*-sbcl
ports to fail. The upcoming Clozure CL 1.7 will also need ASDF 2
support.
2011-08-16 20:52:05 +00:00

14 lines
637 B
Plaintext

@unexec if cmp -s %D/etc/asdf-init.lisp.default %D/etc/asdf-init.lisp; then rm -f %D/etc/asdf-init.lisp; fi
etc/asdf-init.lisp.default
@exec [ -f %D/etc/asdf-init.lisp ] || cp %D/etc/asdf-init.lisp.default %D/etc/asdf-init.lisp
%%LIB32DIR%%/common-lisp/asdf/asdf-ecl.lisp
%%LIB32DIR%%/common-lisp/asdf/asdf.asd
%%LIB32DIR%%/common-lisp/asdf/asdf.lisp
%%LIB32DIR%%/common-lisp/asdf/wild-modules.lisp
%%LIB32DIR%%/common-lisp/system-registry/asdf.asd
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry %%LIB32DIR%%/common-lisp/system-registry
@dirrmtry %%LIB32DIR%%/common-lisp/asdf
@dirrmtry %%LIB32DIR%%/common-lisp