| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 May 2012 19:16:10
2010.01.16_5
|
bf  |
update lang/sbcl to 1.0.57, and adjust dependent ports |
23 Apr 2012 09:27:42
2010.01.16_4
|
bf  |
update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines |
24 Jan 2012 14:10:45
2010.01.16_3
|
bf  |
update lang/sbcl to 1.0.55, and adjust dependent ports |
16 Aug 2011 21:00:30
2010.01.16_2
|
olgeni  |
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf. |
20 Jul 2011 19:40:38
2010.01.16_1
|
pav  |
- Mark BROKEN: fails to build
Reported by: pointyhat |
20 Jan 2010 12:40:13
2010.01.16_1
|
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). |
17 Jan 2010 15:48:11
2010.01.16
|
olgeni  |
Add cl-trivial-features, which ensures consistent *FEATURES* across multiple
Common Lisp implementations (SBCL binaries). |