pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ksi Update Ksi Scheme Interpreter to version 3.4.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0270b2c62016
branches:  trunk
changeset: 391878:0270b2c62016
user:      asau <asau%pkgsrc.org@localhost>
date:      Mon Apr 20 22:43:01 2009 +0000

description:
Update Ksi Scheme Interpreter to version 3.4.3.
Chages since previous release include bug fixes
and removal of Boehm GC from distribution.

Mark as not MAKE_JOBS safe.

diffstat:

 lang/ksi/Makefile         |   7 ++++---
 lang/ksi/distinfo         |  11 ++++-------
 lang/ksi/patches/patch-ab |  22 ----------------------
 lang/ksi/patches/patch-ac |  22 ----------------------
 lang/ksi/patches/patch-ad |  12 ------------
 5 files changed, 8 insertions(+), 66 deletions(-)

diffs (107 lines):

diff -r c4ff6e4e139a -r 0270b2c62016 lang/ksi/Makefile
--- a/lang/ksi/Makefile Mon Apr 20 22:35:29 2009 +0000
+++ b/lang/ksi/Makefile Mon Apr 20 22:43:01 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2008/07/14 12:56:07 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2009/04/20 22:43:01 asau Exp $
 
-DISTNAME=              ksi-3.4.1
-PKGREVISION=           4
+DISTNAME=              ksi-3.4.3
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ksi/}
 
@@ -11,6 +10,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+MAKE_JOBS_SAFE=                no
+
 CPPFLAGS+=             -Dunix
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            makeinfo
diff -r c4ff6e4e139a -r 0270b2c62016 lang/ksi/distinfo
--- a/lang/ksi/distinfo Mon Apr 20 22:35:29 2009 +0000
+++ b/lang/ksi/distinfo Mon Apr 20 22:43:01 2009 +0000
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/04/04 17:45:08 jlam Exp $
+$NetBSD: distinfo,v 1.6 2009/04/20 22:43:01 asau Exp $
 
-SHA1 (ksi-3.4.1.tar.gz) = 8ebba1e0775f29bce2662716ea8cc7d0ab0fe778
-RMD160 (ksi-3.4.1.tar.gz) = 4469ef6a0273d25c8bc4df66818264e5e791fbaa
-Size (ksi-3.4.1.tar.gz) = 1509920 bytes
+SHA1 (ksi-3.4.3.tar.gz) = ce5f0af66b8ff998c5ea1434bea73715a547a4f2
+RMD160 (ksi-3.4.3.tar.gz) = f1a6f7ee278fc2fcbbb340bac49438152d2fe683
+Size (ksi-3.4.3.tar.gz) = 1127832 bytes
 SHA1 (patch-aa) = b361c1dd64726cac15f3c0aea469f45cb433a044
-SHA1 (patch-ab) = fca89ed52700affeb0af65554c88d9b106f6e600
-SHA1 (patch-ac) = 994a15e1bea8ef77e6e07856b4ccfe893b5569c7
-SHA1 (patch-ad) = 246d0c0fe3ff6358e71ca71878d3b4dc45ded36c
diff -r c4ff6e4e139a -r 0270b2c62016 lang/ksi/patches/patch-ab
--- a/lang/ksi/patches/patch-ab Mon Apr 20 22:35:29 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/01/12 21:50:07 kristerw Exp $
-
---- Makefile.in.orig   Mon Jan 12 22:06:06 2004
-+++ Makefile.in        Mon Jan 12 22:06:23 2004
-@@ -98,7 +98,7 @@
- @NOT_COMPILE_EXAMPLES_TRUE@examples_subdir = 
- @NOT_COMPILE_EXAMPLES_FALSE@examples_subdir = example
- 
--SUBDIRS = gc_build si interp lib ext doc $(examples_subdir) 
-+SUBDIRS = si interp lib ext doc $(examples_subdir) 
- 
- bin_SCRIPTS = ksi-config
- 
-@@ -119,7 +119,7 @@
- 
- TAR = tar
- GZIP_ENV = --best
--DIST_SUBDIRS =  gc_build si interp lib ext doc example
-+DIST_SUBDIRS =  si interp lib ext doc example
- all: all-redirect
- .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
diff -r c4ff6e4e139a -r 0270b2c62016 lang/ksi/patches/patch-ac
--- a/lang/ksi/patches/patch-ac Mon Apr 20 22:35:29 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2006/04/04 17:45:08 jlam Exp $
-
---- si/Makefile.in.orig        Mon Jan 12 22:07:27 2004
-+++ si/Makefile.in     Mon Jan 12 22:12:45 2004
-@@ -120,7 +120,7 @@
- revision = 0
- age = 0
- 
--libksi_la_LIBADD = $(top_builddir)/gc_build/libgc.la @KSI_LIBS@ @LTLIBOBJS@
-+libksi_la_LIBADD = $(GC_PREFIX)/lib/libgc.la @KSI_LIBS@ @LTLIBOBJS@
- libksi_la_LDFLAGS = -version-info $(current):$(revision):$(age)
- 
- ksi_ver_vars = 'KSI_VERSION "$(KSI_VERSION)"'     'KSI_MAJOR_VERSION $(KSI_MAJOR_VERSION)'     'KSI_MINOR_VERSION $(KSI_MINOR_VERSION)'     'KSI_PATCH_LEVEL $(KSI_PATCH_LEVEL)'     'KSI_CPU 
"$(KSI_CPU)"'     'KSI_OS "$(KSI_OS)"'
-@@ -140,7 +140,7 @@
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
--libksi_la_DEPENDENCIES =  $(top_builddir)/gc_build/libgc.la @LTLIBOBJS@
-+libksi_la_DEPENDENCIES =  $(GC_PREFIX)/lib/libgc.la @LTLIBOBJS@
- libksi_la_OBJECTS =  ksi_gc.lo ksi_jump.lo ksi_shel.lo ksi_time.lo \
- ksi_base.lo ksi_err.lo ksi_exep.lo ksi_vtab.lo ksi_prim.lo ksi_sign.lo \
- ksi_evt.lo ksi_symb.lo ksi_bool.lo ksi_char.lo ksi_str.lo ksi_key.lo \
diff -r c4ff6e4e139a -r 0270b2c62016 lang/ksi/patches/patch-ad
--- a/lang/ksi/patches/patch-ad Mon Apr 20 22:35:29 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2005/12/20 15:20:59 joerg Exp $
-
---- si/ksi_prim.c.orig 2005-12-20 15:15:07.000000000 +0000
-+++ si/ksi_prim.c
-@@ -604,6 +604,7 @@ ksi_apply_prim (ksi_obj prim, int ac, ks
-       ksi_exn_error ("arity", prim, ksi_wna_s, KSI_PRIM_NAME (prim));
- 
-     default:
-+      break;
-     }
- 
- #else



Home | Main Index | Thread Index | Old Index