non port: devel/cl-asdf/files/asdf-init.lisp |
Number of commits found: 13 |
Tuesday, 4 Oct 2011
|
20:50 olgeni
Use :wild-inferiors when configuring the standard output translation,
else fasl files in subdirectories would not be found.
PR: ports/160770 (reported)
 |
Tuesday, 16 Aug 2011
|
20:52 olgeni
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.
 |
Monday, 28 Mar 2011
|
16:23 olgeni
Add Clozure CL paths to asdf:*central-registry*.
 |
15:43 olgeni
The upcoming Clozure CL upgrade will require loading asdf-binary-locations.
 |
15:41 olgeni
Whitespace fix.
 |
Wednesday, 20 Jan 2010
|
18:09 olgeni
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.
 |
12:40 olgeni
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).
 |
Tuesday, 12 Jan 2010
|
22:28 olgeni
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.
 |
Saturday, 9 Jan 2010
|
18:47 olgeni
Fix more typos.
 |
Friday, 8 Jan 2010
|
22:04 olgeni
Fix file name in comments; spell check comment text.
 |
20:45 olgeni
Fix some typos in the comment section.
 |
Tuesday, 10 Jul 2007
|
14:06 tdb
Respect LOCALBASE.
PR: 113573
Submitted by: self
 |
Tuesday, 3 Jun 2003
|
02:54 will
Add cl-asdf 2003.05.16, a system definition facility for Common Lisp.
PR: 52358
Submitted by: Henrik Motakef <henrik.motakef@web.de>
 |
Number of commits found: 13 |