Commit graph

11 commits

Author SHA1 Message Date
Jimmy Olgeni
5edf5649ba Add Clozure CL paths to asdf:*central-registry*. 2011-03-28 16:23:33 +00:00
Jimmy Olgeni
7df0d52843 The upcoming Clozure CL upgrade will require loading asdf-binary-locations. 2011-03-28 15:43:19 +00:00
Jimmy Olgeni
cc9f9fb569 Whitespace fix. 2011-03-28 15:41:08 +00:00
Jimmy Olgeni
53c2e94613 Fix fasl loading by using an asdf:*source-to-target-mappings* entry
for each installed cl-* port.

Previously, some fasl files were either rebuilt when running as
root, or failed to load due to permission errors for normal users.
2010-01-20 18:09:01 +00:00
Jimmy Olgeni
9d2ef0bb9e 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).
2010-01-20 12:40:13 +00:00
Jimmy Olgeni
9e05620e24 Upgrade to version 1.374 and cleanup.
The asdf-init.lisp script was changed to support the bundled ASDF
libraries in lang/ccl and lang/sbcl. Therefore, it can be safely
loaded by both (also by lang/clisp) to enable the ASDF framework.
2010-01-12 22:28:35 +00:00
Jimmy Olgeni
2200fda13f Fix more typos. 2010-01-09 18:47:11 +00:00
Jimmy Olgeni
7d96bcf3c1 Fix file name in comments; spell check comment text. 2010-01-08 22:04:30 +00:00
Jimmy Olgeni
c7a32e28c6 Fix some typos in the comment section. 2010-01-08 20:45:01 +00:00
Tim Bishop
c9ecf3592d Respect LOCALBASE.
PR:		113573
Submitted by:	self
2007-07-10 14:06:02 +00:00
Will Andrews
c8b230d195 Add cl-asdf 2003.05.16, a system definition facility for Common Lisp.
PR:		52358
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-06-03 02:54:31 +00:00