summaryrefslogtreecommitdiff
path: root/lang/sigscheme
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-05-13 02:53:04 +0000
committerobache <obache@pkgsrc.org>2008-05-13 02:53:04 +0000
commit20477ec8e171ffdadf5889a3b3887213568477af (patch)
treed5f5be2a877260de611906c27dda91e0c4d70c84 /lang/sigscheme
parent46096c7ba796737b98d47e757b53fc96dc8e823a (diff)
downloadpkgsrc-20477ec8e171ffdadf5889a3b3887213568477af.tar.gz
Update sigscheme to 0.8.3.
Overview of changes from 0.8.2 to 0.8.3 ======================================= * Fixes - Disable some GC protection tests that produce indifinite result on make check - Re-enable following unintentionally disabled tests * test-format.c * test-storage.c Overview of changes from 0.8.1 to 0.8.2 ======================================= * Specification changes - test-report-result exits with error code 70 (EX_SOFTWARE) if some tests are failed * Fixes - Fix bogus result of 'make check'. 0.8.1 and earlier passes all tests even if some tests are failed Overview of changes from 0.8.0 to 0.8.1 ======================================= * Specification changes - [R6RS] Remove the escape sequence "\|" invalidated in final R6RS * Fixes (also fixed in 0.7.6) - [CRITICAL] Fix memory alighnment issue in symbol name. - [CRITICAL] Fix possible bug in string buffer. - Plug possible memory leak. - Fix make test in test-string-cmp. - Fix compilation on Mac OS X 10.5 - Support OpenBSD PowerPC and x86_64 in libgcroots
Diffstat (limited to 'lang/sigscheme')
-rw-r--r--lang/sigscheme/Makefile4
-rw-r--r--lang/sigscheme/distinfo10
-rw-r--r--lang/sigscheme/patches/patch-aa13
-rw-r--r--lang/sigscheme/patches/patch-ab13
4 files changed, 6 insertions, 34 deletions
diff --git a/lang/sigscheme/Makefile b/lang/sigscheme/Makefile
index e3830749c1b..3d08f230d7b 100644
--- a/lang/sigscheme/Makefile
+++ b/lang/sigscheme/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/02/29 13:11:14 obache Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/13 02:53:04 obache Exp $
#
-DISTNAME= sigscheme-0.8.0
+DISTNAME= sigscheme-0.8.3
CATEGORIES= lang
MASTER_SITES= http://sigscheme.googlecode.com/files/
diff --git a/lang/sigscheme/distinfo b/lang/sigscheme/distinfo
index 4c37fb49bef..747b1566e89 100644
--- a/lang/sigscheme/distinfo
+++ b/lang/sigscheme/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/02/29 13:11:14 obache Exp $
+$NetBSD: distinfo,v 1.2 2008/05/13 02:53:04 obache Exp $
-SHA1 (sigscheme-0.8.0.tar.gz) = 388596b5551b132b1ca1dfa069be0c5d2ed549db
-RMD160 (sigscheme-0.8.0.tar.gz) = af8f4936976fccac734288a4d79b2797872057b5
-Size (sigscheme-0.8.0.tar.gz) = 1585383 bytes
-SHA1 (patch-aa) = 6866c4d43962bde75c6a669ffff2df53de3a9254
-SHA1 (patch-ab) = d18a5f5973501adcd75edc017e4c04b9f0411a2e
+SHA1 (sigscheme-0.8.3.tar.gz) = d582514bc82a37a0ab0b9bb6e9f773d96175201a
+RMD160 (sigscheme-0.8.3.tar.gz) = aec49ae3fa4886eac8cbb13ed7bf93734ce75676
+Size (sigscheme-0.8.3.tar.gz) = 1586798 bytes
diff --git a/lang/sigscheme/patches/patch-aa b/lang/sigscheme/patches/patch-aa
deleted file mode 100644
index 96450f89518..00000000000
--- a/lang/sigscheme/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/02/29 13:11:14 obache Exp $
-
---- configure.orig 2007-09-13 07:16:31.000000000 +0000
-+++ configure
-@@ -45263,7 +45263,7 @@ echo $ECHO_N "checking conflicts between
- _ax_feature_list_expanded=''
- for feature in $ax_feature_list_all; do
- _ax_feature_val=`eval echo '${'use_$feature'}'`
-- _ax_feature_val=${_ax_feature_val:no}
-+ _ax_feature_val=${_ax_feature_val:-no}
- if test "x$_ax_feature_val" != xno; then
- _ax_feature_list_expanded="$_ax_feature_list_expanded $feature"
- fi
diff --git a/lang/sigscheme/patches/patch-ab b/lang/sigscheme/patches/patch-ab
deleted file mode 100644
index c807e50bc89..00000000000
--- a/lang/sigscheme/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2008/02/29 13:11:14 obache Exp $
-
---- m4/ax_feature_configurator.m4.orig 2007-07-03 09:25:24.000000000 +0000
-+++ m4/ax_feature_configurator.m4
-@@ -225,7 +225,7 @@ AC_DEFUN([AX_FEATURE_DETECT_CONFLICTS],
- _ax_feature_list_expanded=''
- for feature in $ax_feature_list_all; do
- _ax_feature_val=AS_VAR_GET(AX_FEATURE_PREFIX_VAR[]$feature)
-- _ax_feature_val=${_ax_feature_val:no}
-+ _ax_feature_val=${_ax_feature_val:-no}
- if test "x$_ax_feature_val" != xno; then
- _ax_feature_list_expanded="$_ax_feature_list_expanded $feature"
- fi