pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sigscheme Update sigscheme to 0.8.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/926299cb62c7
branches:  trunk
changeset: 542348:926299cb62c7
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue May 13 02:53:04 2008 +0000

description:
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:

 lang/sigscheme/Makefile         |   4 ++--
 lang/sigscheme/distinfo         |  10 ++++------
 lang/sigscheme/patches/patch-aa |  13 -------------
 lang/sigscheme/patches/patch-ab |  13 -------------
 4 files changed, 6 insertions(+), 34 deletions(-)

diffs (62 lines):

diff -r b04c1d4ca74e -r 926299cb62c7 lang/sigscheme/Makefile
--- a/lang/sigscheme/Makefile   Mon May 12 23:30:53 2008 +0000
+++ b/lang/sigscheme/Makefile   Tue May 13 02:53:04 2008 +0000
@@ -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 -r b04c1d4ca74e -r 926299cb62c7 lang/sigscheme/distinfo
--- a/lang/sigscheme/distinfo   Mon May 12 23:30:53 2008 +0000
+++ b/lang/sigscheme/distinfo   Tue May 13 02:53:04 2008 +0000
@@ -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 -r b04c1d4ca74e -r 926299cb62c7 lang/sigscheme/patches/patch-aa
--- a/lang/sigscheme/patches/patch-aa   Mon May 12 23:30:53 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b04c1d4ca74e -r 926299cb62c7 lang/sigscheme/patches/patch-ab
--- a/lang/sigscheme/patches/patch-ab   Mon May 12 23:30:53 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index