.. , enable memory usage limits on bootstrap, re-add distinfo on x86-64 binary, and sort pkg-plist. New boostrap binaries should be made for i386 and x86-64, and sent upstream to Sourceforge (they stopped making them at version 1.0.6 for FreeBSD, although they've continued for Linux), or hosted on our servers, especially if we are going to discontinue support for FreeBSD 5.x in ports after it's upcoming security end-of-life (in which case we'd then make binaries for 6.x and switch the build dependency to compat 6.x). b. Fix: Patch attached with submission follows:
Oops, please reclassify this PR as ports/. Sorry and thanks, b. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports pr.
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer.
stas 2008-06-05 08:39:35 UTC FreeBSD ports repository Modified files: lang/sbcl Makefile distinfo pkg-plist lang/sbcl/files customize-target-features.lisp Log: - Update to 1.0.17. - Update bootstrap binaries to the latest version. Also, add bootstrap for each supported FreeBSD version to eliminate compat-XXX dependency. - Add a knob to specify SBCL dynamic space size (useful for low-memory systems). [1] - Enable sb-luted for threaded SBCL. [1] - FreeBSD 5.x cleanup. PR: ports/123250 (based on) [1] Submitted by: bf <bf2006a@yahoo.com> Revision Changes Path 1.60 +50 -29 ports/lang/sbcl/Makefile 1.45 +21 -9 ports/lang/sbcl/distinfo 1.2 +1 -0 ports/lang/sbcl/files/customize-target-features.lisp 1.31 +12 -8 ports/lang/sbcl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!