| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2010.01.16_11 06 May 2013 15:33:07
  |
bf  |
update lang/sbcl to 1.1.7, and adjust dependent ports |
2010.01.16_10 03 Mar 2013 15:55:04
  |
bf  |
update lang/sbcl to 1.1.5+bugfixes, and adjust dependent ports |
2010.01.16_9 02 Feb 2013 21:57:42
  |
bf  |
update lang/sbcl to 1.1.4 and adjust dependent ports |
2010.01.16_8 26 Jan 2013 15:03:49
  |
olgeni  |
Convert Makefile headers to the new format in my ports (round #2). |
2010.01.16_8 05 Jan 2013 14:13:47
  |
bf  |
update lang/sbcl to 1.1.3 and adjust dependent ports |
2010.01.16_7 16 Dec 2012 05:34:02
  |
bf  |
update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports |
2010.01.16_6 13 Sep 2012 02:03:42
  |
bf  |
update lang/sbcl to 1.0.58 and switch to the new options format;
adjust dependent ports |
2010.01.16_5 22 May 2012 19:16:10
 |
bf  |
update lang/sbcl to 1.0.57, and adjust dependent ports |
2010.01.16_4 23 Apr 2012 09:27:42
 |
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 |
2010.01.16_3 24 Jan 2012 14:10:45
 |
bf  |
update lang/sbcl to 1.0.55, and adjust dependent ports |
2010.01.16_2 16 Aug 2011 21:00:30
 |
olgeni  |
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf. |
2010.01.16_1 20 Jul 2011 19:40:38
 |
pav  |
- Mark BROKEN: fails to build
Reported by: pointyhat |
2010.01.16_1 20 Jan 2010 12:40:13
 |
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). |
2010.01.16 17 Jan 2010 15:48:11
 |
olgeni  |
Add cl-trivial-features, which ensures consistent *FEATURES* across multiple
Common Lisp implementations (SBCL binaries). |