diff options
Diffstat (limited to 'lang/sbcl/patches')
-rw-r--r-- | lang/sbcl/patches/patch-aa | 10 | ||||
-rw-r--r-- | lang/sbcl/patches/patch-ab | 10 | ||||
-rw-r--r-- | lang/sbcl/patches/patch-ad | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/lang/sbcl/patches/patch-aa b/lang/sbcl/patches/patch-aa index 72292597bec..e45f35ec376 100644 --- a/lang/sbcl/patches/patch-aa +++ b/lang/sbcl/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/06/23 03:00:20 jonb Exp $ +$NetBSD: patch-aa,v 1.2 2009/08/19 13:03:30 asau Exp $ ---- src/runtime/runtime.c.orig 2005-05-05 21:07:13.000000000 +0000 -+++ src/runtime/runtime.c -@@ -62,7 +62,7 @@ +--- src/runtime/runtime.c.orig 2009-03-23 00:44:07.000000000 +0300 ++++ src/runtime/runtime.c 2009-05-24 09:46:18.000000000 +0400 +@@ -67,7 +67,7 @@ #endif #ifndef SBCL_HOME @@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/06/23 03:00:20 jonb Exp $ +#define SBCL_HOME "@PREFIX@/lib/sbcl/" #endif - + #ifdef LISP_FEATURE_HPUX diff --git a/lang/sbcl/patches/patch-ab b/lang/sbcl/patches/patch-ab index 70249e77caa..88960ee1812 100644 --- a/lang/sbcl/patches/patch-ab +++ b/lang/sbcl/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2007/01/14 05:56:29 jonb Exp $ +$NetBSD: patch-ab,v 1.3 2009/08/19 13:03:30 asau Exp $ ---- 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 @@ +--- doc/sbcl.1.orig 2009-02-17 00:36:13.000000000 +0300 ++++ doc/sbcl.1 2009-05-24 10:38:55.000000000 +0400 +@@ -400,7 +400,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 @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2007/01/14 05:56:29 jonb Exp $ packager. .SH FILES -@@ -498,7 +498,7 @@ +@@ -434,7 +434,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-ad b/lang/sbcl/patches/patch-ad index 8aaf81e48b5..bd0ff8dbe6b 100644 --- a/lang/sbcl/patches/patch-ad +++ b/lang/sbcl/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.3 2007/03/06 05:40:33 jonb Exp $ +$NetBSD: patch-ad,v 1.4 2009/08/19 13:03:30 asau Exp $ ---- ./contrib/asdf-install/installer.lisp.orig 2007-02-20 19:29:03.000000000 +0000 -+++ ./contrib/asdf-install/installer.lisp 2007-03-05 01:20:43.000000000 +0000 -@@ -263,7 +263,7 @@ +--- contrib/asdf-install/installer.lisp.orig 2008-02-27 19:56:30.000000000 +0300 ++++ contrib/asdf-install/installer.lisp 2009-05-24 10:44:06.000000000 +0400 +@@ -264,7 +264,7 @@ (progn "tar" #+darwin "gnutar" |