Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | | | | devel part 1) Notes: svn path=/head/; revision=327722 | ||||
* | Convert Makefile headers to the new format in my ports. | Jimmy Olgeni | 2013-01-26 | 1 | -4/+0 |
| | | | | Notes: svn path=/head/; revision=311016 | ||||
* | Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. | Jimmy Olgeni | 2011-08-16 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=279847 | ||||
* | When building ASDF modules with the previous cl-asdf port version, | Jimmy Olgeni | 2010-01-20 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=248207 | ||||
* | Add trivial-gray-streams, a library which provides an extremely | Jimmy Olgeni | 2010-01-17 | 3 | -0/+45 |
thin compatibility layer for Gray streams. Notes: svn path=/head/; revision=248034 |