summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches
diff options
context:
space:
mode:
authorjonb <jonb@pkgsrc.org>2007-01-14 05:56:29 +0000
committerjonb <jonb@pkgsrc.org>2007-01-14 05:56:29 +0000
commit6f3564429f9420e786c30b9769322815a39dd695 (patch)
treef7cf05d45496549eb44d5f829d0834fc5935a219 /lang/sbcl/patches
parent0129fbc28c4b2993aee686dda203149c85afe7a6 (diff)
downloadpkgsrc-6f3564429f9420e786c30b9769322815a39dd695.tar.gz
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...
Diffstat (limited to 'lang/sbcl/patches')
-rw-r--r--lang/sbcl/patches/patch-ab14
-rw-r--r--lang/sbcl/patches/patch-ac29
-rw-r--r--lang/sbcl/patches/patch-ad27
3 files changed, 35 insertions, 35 deletions
diff --git a/lang/sbcl/patches/patch-ab b/lang/sbcl/patches/patch-ab
index 7927f3fd8bf..70249e77caa 100644
--- a/lang/sbcl/patches/patch-ab
+++ b/lang/sbcl/patches/patch-ab
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/06/23 03:00:20 jonb Exp $
+$NetBSD: patch-ab,v 1.2 2007/01/14 05:56:29 jonb Exp $
---- doc/sbcl.1.orig 2005-05-05 21:08:44.000000000 +0000
-+++ doc/sbcl.1
-@@ -472,7 +472,7 @@ place to look for support.
+--- doc/sbcl.1.orig 2006-11-02 09:18:37.000000000 -0800
++++ doc/sbcl.1 2007-01-12 22:28:41.000000000 -0800
+@@ -458,7 +458,7 @@
This variable controls where files like "sbclrc", "sbcl.core", and the
add-on "contrib" systems are searched for. If it is not set, then
sbcl sets it from a compile-time default location which is usually
--/usr/local/lib/sbcl/ but may have been changed e.g. by a third-party
-+@PREFIX@/lib/sbcl/ but may have been changed e.g. by a third-party
+-/usr/local/lib/sbcl/ but may have been changed \fIe.g.\fR by a third-party
++@PREFIX@/lib/sbcl/ but may have been changed \fIe.g.\fR by a third-party
packager.
.SH FILES
-@@ -512,7 +512,7 @@ been installed, the command
+@@ -498,7 +498,7 @@
should give you access to the complete manual. Depending on your
installation it may also be available in HTML and PDF formats in eg.
.IP
diff --git a/lang/sbcl/patches/patch-ac b/lang/sbcl/patches/patch-ac
index c6147319766..f6343f0ff48 100644
--- a/lang/sbcl/patches/patch-ac
+++ b/lang/sbcl/patches/patch-ac
@@ -1,18 +1,17 @@
-$NetBSD: patch-ac,v 1.1.1.1 2005/06/23 03:00:20 jonb Exp $
+$NetBSD: patch-ac,v 1.2 2007/01/14 05:56:29 jonb Exp $
---- 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}
+--- ./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}
++MAN_DIR=${MAN_DIR-"$INSTALL_ROOT"/man}
++INFO_DIR=${INFO_DIR-"$INSTALL_ROOT"/info}
+ DOC_DIR=${DOC_DIR-"$INSTALL_ROOT"/share/doc/sbcl}
- SBCL_SOURCE=`pwd`
- if [ -n "$SBCL_HOME" -a "$INSTALL_ROOT/lib/sbcl" != "$SBCL_HOME" ];then
+ # Does the environment look sane?
diff --git a/lang/sbcl/patches/patch-ad b/lang/sbcl/patches/patch-ad
index b747f063b91..d147cc66ae9 100644
--- a/lang/sbcl/patches/patch-ad
+++ b/lang/sbcl/patches/patch-ad
@@ -1,14 +1,15 @@
-$NetBSD: patch-ad,v 1.1 2005/07/30 00:21:30 jonb Exp $
+$NetBSD: patch-ad,v 1.2 2007/01/14 05:56:29 jonb Exp $
---- contrib/asdf-install/installer.lisp.orig 2005-07-20 22:08:29.000000000 +0000
-+++ contrib/asdf-install/installer.lisp 2005-07-20 22:10:27.000000000 +0000
-@@ -249,8 +249,7 @@
- (let* ((tar
- (with-output-to-string (o)
- (or
-- (sb-ext:run-program #-darwin "tar"
-- #+darwin "gnutar"
-+ (sb-ext:run-program "@GTAR@"
- (list "-C" (namestring source)
- "-xzvf" (namestring packagename))
- :output o
+--- ./contrib/asdf-install/installer.lisp.orig 2006-09-07 01:49:39.000000000 -0700
++++ ./contrib/asdf-install/installer.lisp 2007-01-12 22:37:22.000000000 -0800
+@@ -256,8 +256,8 @@
+
+ (defparameter *tar-program*
+ #+darwin "gnutar"
+- #+sunos "gtar"
+- #-(or darwin sunos) "tar")
++ #+(or netbsd sunos) "gtar"
++ #-(or darwin netbsd sunos) "tar")
+
+ (defun get-tar-directory (packagename)
+ (let* ((tar (with-output-to-string (o)