head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q2:1.2.0.32 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.30 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.26 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.24 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.22 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.12 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.1.1.0.12 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.10 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.8 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.6 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.4 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.2 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2010.08.30.00.18.58; author asau; state dead; branches; next 1.2; 1.2 date 2007.01.14.05.56.29; author jonb; state Exp; branches; next 1.1; 1.1 date 2005.06.23.03.00.20; author jonb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.06.23.03.00.20; author jonb; state Exp; branches; next ; desc @@ 1.3 log @Update to SBCL 1.0.42 changes in sbcl-1.0.42 relative to sbcl-1.0.41 * build changes ** Cross-compilation host is now specified to make.sh using command-line argument --xc-host= instead of a positional argument. (thanks to Daniel Herring) ** Install location can be specified to make.sh using command-line argument --prefix=. (lp#550889s, thanks to Daniel Herring) * optimization: The default implementation of COMPUTE-DISCRIMINATING-FUNCTION does much less wasted work. * enhancement: Explicit memory barrier operations are now available for use by multithreaded code. See documentation for details. * enhancement: Experimental support for threading on Linux/PPC. * bug fix: RENAME-PACKAGE returns the package. (Thanks to Eric Marsden) * bug fix: EXPT signals an error if first argument is a zero and second argument is a floating point zero. (lp#571581, thanks to Roman Marynchak) * bug fix: DEFTYPE signals an error for non-list lambda-lists. (lp#576594, thanks to Roman Marynchak) * bug fix: make ASDF-INSTALL compatible with the now-included ASDF2. (lp#612998, reported by Phil Hargett; patch from Jim Wise) @ text @$NetBSD: patch-ac,v 1.2 2007/01/14 05:56:29 jonb Exp $ --- ./install.sh.orig 2006-09-24 08:47:27.000000000 -0700 +++ ./install.sh 2007-01-12 22:34:18.000000000 -0800 @@@@ -19,9 +19,9 @@@@ RUNTIME=sbcl OLD_RUNTIME=sbcl.old fi -INSTALL_ROOT=${INSTALL_ROOT-$DEFAULT_INSTALL_ROOT} -MAN_DIR=${MAN_DIR-"$INSTALL_ROOT"/share/man} -INFO_DIR=${INFO_DIR-"$INSTALL_ROOT"/share/info} +INSTALL_ROOT=${INSTALL_ROOT-@@PREFIX@@} +MAN_DIR=${MAN_DIR-"$INSTALL_ROOT"/man} +INFO_DIR=${INFO_DIR-"$INSTALL_ROOT"/info} DOC_DIR=${DOC_DIR-"$INSTALL_ROOT"/share/doc/sbcl} # Does the environment look sane? @ 1.2 log @Update SBCL to version 1.0.1. I would list the changes to the package here, but SBCL makes a new release every month, and there are usually a dozen or more minor changes per release. The previous version of this package is about 18 months old... @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 9 a11 9 --- install.sh.orig 2004-10-21 13:00:23.000000000 +0000 +++ install.sh @@@@ -9,7 +9,7 @@@@ ensure_dirs () done; } -INSTALL_ROOT=${INSTALL_ROOT-/usr/local} -MAN_DIR=${MAN_DIR-$INSTALL_ROOT/share/man} -INFO_DIR=${INFO_DIR-$INSTALL_ROOT/share/info} d13 3 a15 3 +MAN_DIR=${MAN_DIR-$INSTALL_ROOT/man} +INFO_DIR=${INFO_DIR-$INSTALL_ROOT/info} DOC_DIR=${DOC_DIR-$INSTALL_ROOT/share/doc/sbcl} d17 1 a17 2 SBCL_SOURCE=`pwd` if [ -n "$SBCL_HOME" -a "$INSTALL_ROOT/lib/sbcl" != "$SBCL_HOME" ];then @ 1.1.1.1 log @Steel Bank Common Lisp (SBCL) is an Open Source complier and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions. @ text @@