diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-12 03:02:33 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-12 03:02:33 +0000 |
commit | 59f55f274d2302622bc46ed1dfbf006a7d16dce3 (patch) | |
tree | 4da76a4171da59c8702b11438e0c546483b770d1 /lang/guile/patches/patch-ap | |
parent | 247e3b55fe828e053caadc5706fd5206751744bf (diff) | |
download | pkgsrc-59f55f274d2302622bc46ed1dfbf006a7d16dce3.tar.gz |
Update to guile-1.8.1. Note that the 1.6.x series of guile is still available
in lang/guile16. Many, many changes since the last 1.6.x release including
bug fixes, build fixes, and many feature additions. See the NEWS file for the
full (> 1,000 lines) list of changes.
Diffstat (limited to 'lang/guile/patches/patch-ap')
-rw-r--r-- | lang/guile/patches/patch-ap | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/guile/patches/patch-ap b/lang/guile/patches/patch-ap new file mode 100644 index 00000000000..21ac66baf08 --- /dev/null +++ b/lang/guile/patches/patch-ap @@ -0,0 +1,15 @@ +$NetBSD: patch-ap,v 1.1 2007/06/12 03:02:36 dmcmahill Exp $ + +fix from Debian + +--- test-suite/tests/srfi-14.test.orig 2006-10-04 03:35:10.000000000 +0000 ++++ test-suite/tests/srfi-14.test +@@ -290,7 +290,7 @@ + + (pass-if "char-set:punctuation (membership)" + (if (not %latin1) +- (thrown 'unresolved) ++ (throw 'unresolved) + (let ((punctuation (char-set->list char-set:punctuation))) + (every? (lambda (8-bit-char) + (memq 8-bit-char punctuation)) |