Commit graph

3 commits

Author SHA1 Message Date
Jimmy Olgeni
16be896b77 Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. 2011-08-16 20:59:36 +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
f02d5edb34 Add trivial-gray-streams, a library which provides an extremely
thin compatibility layer for Gray streams.
2010-01-17 21:29:39 +00:00