diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-07 19:39:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-07 19:39:52 +0000 |
commit | 38d2a6663da8243dcfd1a0a0bfa4f80bc01ca52d (patch) | |
tree | 326b79d0b92219dc21e6b55c513d365cf28b154d /devel/slib/patches | |
parent | b178e6481daa1e75d8444b04d39b91db5deb7d5a (diff) | |
download | pkgsrc-38d2a6663da8243dcfd1a0a0bfa4f80bc01ca52d.tar.gz |
The 3a2 distfiles are not available anymore, so update to 3a4.
Many changes, the most notable appear to be improved DFT support,
addition of SRFI-94 (Type-Restricted Numerical Functions) and
SRFI-23 (Error reporting mechanism), and some cleanup/fixing.
See the ANNOUNCE file for details.
There are reports that the 3a4 version breaks gnucash on Debian;
neither wiz nor me could reproduce this.
Diffstat (limited to 'devel/slib/patches')
-rw-r--r-- | devel/slib/patches/patch-aa | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/devel/slib/patches/patch-aa b/devel/slib/patches/patch-aa index 280201e8af8..6c3c51b976e 100644 --- a/devel/slib/patches/patch-aa +++ b/devel/slib/patches/patch-aa @@ -1,13 +1,22 @@ -$NetBSD: patch-aa,v 1.3 2005/10/26 09:19:19 adam Exp $ +$NetBSD: patch-aa,v 1.4 2007/02/07 19:39:53 drochner Exp $ ---- guile.init.orig 2005-10-26 11:05:58.000000000 +0000 +--- guile.init.orig 2006-04-24 05:53:25.000000000 +0200 +++ guile.init -@@ -124,7 +124,8 @@ - ((NOSVE) ".") - ((MACOS THINKC) ":") - ((MS-DOS WINDOWS ATARIST OS/2) "\\") -- ((UNIX COHERENT PLAN9 AMIGA) "/")))) -+ ((UNIX COHERENT PLAN9 AMIGA) "/") +@@ -58,7 +58,7 @@ + (and (defined? 'getenv) (getenv "SCHEME_LIBRARY_PATH")) + ;; Use this path if your scheme does not support GETENV + ;; or if SCHEME_LIBRARY_PATH is not set. +- "/usr/lib/slib/" ++ "@PREFIX@/share/slib/" + (in-vicinity (implementation-vicinity) "slib/")))) + (lambda () library-path))) + +@@ -122,7 +122,8 @@ + ((nosve) ".") + ((macos thinkc) ":") + ((ms-dos windows atarist os/2) "\\") +- ((unix coherent plan9 amiga) "/")))) ++ ((unix coherent plan9 amiga) "/") + (else "/")))) (lambda (vic name) (string-append vic name *vicinity-suffix*)))))) |