aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-trivial-features-clisp
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.Jimmy Olgeni2011-08-161-1/+1
| | | | Notes: svn path=/head/; revision=279847
* When building ASDF modules with the previous cl-asdf port version,Jimmy Olgeni2010-01-202-6/+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 cl-trivial-features, which ensures consistent *FEATURES* across multipleJimmy Olgeni2010-01-173-0/+42
Common Lisp implementations (CLISP binaries). Notes: svn path=/head/; revision=248017