ports/62383: [Maintainer Update] lang/gauche 0.7.3 -> 0.7.4.1

Erik Greenwald erik at smluc.org
Thu Feb 5 12:20:17 UTC 2004


>Number:         62383
>Category:       ports
>Synopsis:       [Maintainer Update]  lang/gauche  0.7.3 -> 0.7.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 05 04:20:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jan 10 17:45:53 EST 2004 root at fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:

Freshmeat blurb:
	This release adds support for SRFI-5, -7, -16, -29, and -38, adds
	text.gettext and www.cgi-test modules, improves performance and
	robustness, and fixes several bugs.

0.7.4.1 was a minor bugfix to 0.7.4 released the day after, an issue with
binary fsdbm compatability with older versions

databases/gauche-gdbm must be updated at the same time, since it uses a
common src file and build dir...

>How-To-Repeat:
>Fix:

--- patch-lang-gauche begins here ---
diff -Nurb lang/gauche.orig/Makefile lang/gauche/Makefile
--- lang/gauche.orig/Makefile	Wed Feb  4 08:00:28 2004
+++ lang/gauche/Makefile	Thu Feb  5 06:58:13 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gauche
-PORTVERSION=	0.7.3	# Keep databases/gauche-gdbm in sync with this
-PORTREVISION=	1
+PORTVERSION=	0.7.4.1	# Keep databases/gauche-gdbm in sync with this
 CATEGORIES=	lang scheme
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -40,6 +39,10 @@
 PLIST_SUB=	VERSION="${PORTVERSION}" \
 		TARGET="${CONFIGURE_TARGET}" \
 		INFOSECTION="${INFOSECTION}"
+USE_REINPLACE=	yes
+
+post-build:
+	${REINPLACE_CMD} 's/gauche-refj.  info/gauche-refj.info/' ${WRKSRC}/doc/gauche-refj.info
 
 post-install:
 	${STRIP_CMD} ${PREFIX}/bin/gosh
diff -Nurb lang/gauche.orig/distinfo lang/gauche/distinfo
--- lang/gauche.orig/distinfo	Wed Feb  4 08:00:28 2004
+++ lang/gauche/distinfo	Thu Feb  5 06:51:03 2004
@@ -1 +1,2 @@
-MD5 (Gauche-0.7.3.tgz) = 9ef0782cc06adf7d8dfcf8985f2e55a2
+MD5 (Gauche-0.7.4.1.tgz) = 21ab94ccba8bb9200b8c0a09c2b1f02e
+SIZE (Gauche-0.7.4.1.tgz) = 2399260
diff -Nurb lang/gauche.orig/pkg-plist lang/gauche/pkg-plist
--- lang/gauche.orig/pkg-plist	Wed Feb  4 08:00:28 2004
+++ lang/gauche/pkg-plist	Wed Feb  4 08:23:01 2004
@@ -1,6 +1,7 @@
 bin/gauche-config
 bin/gosh
 lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.so
+lib/gauche/%%VERSION%%/%%TARGET%%/binary.so
 lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.so
 lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config
 lib/gauche/%%VERSION%%/%%TARGET%%/gosh
@@ -25,9 +26,10 @@
 lib/gauche/%%VERSION%%/include/gauche/config.h
 lib/gauche/%%VERSION%%/include/gauche/exception.h
 lib/gauche/%%VERSION%%/include/gauche/extend.h
+lib/gauche/%%VERSION%%/include/gauche/int64.h
 lib/gauche/%%VERSION%%/include/gauche/net.h
-lib/gauche/%%VERSION%%/include/gauche/predef-syms.h
 lib/gauche/%%VERSION%%/include/gauche/pthread.h
+lib/gauche/%%VERSION%%/include/gauche/scmconst.h
 lib/gauche/%%VERSION%%/include/gauche/uthread.h
 lib/gauche/%%VERSION%%/include/gauche/uvector.h
 lib/gauche/%%VERSION%%/include/gauche/vm.h
@@ -39,9 +41,11 @@
 lib/libgauche.so
 lib/libgauche.so.0
 lib/libgauche.so.0.0.0
+share/aclocal/gauche.m4
 share/gauche/%%VERSION%%/aclocal.m4
 share/gauche/%%VERSION%%/lib/binary/io.scm
 share/gauche/%%VERSION%%/lib/binary/pack.scm
+share/gauche/%%VERSION%%/lib/cesconv
 share/gauche/%%VERSION%%/lib/compat/jfilter.scm
 share/gauche/%%VERSION%%/lib/compat/stk.scm
 share/gauche/%%VERSION%%/lib/dbm.scm
@@ -52,6 +56,7 @@
 share/gauche/%%VERSION%%/lib/gauche-init.scm
 share/gauche/%%VERSION%%/lib/gauche/array.scm
 share/gauche/%%VERSION%%/lib/gauche/auxsys.scm
+share/gauche/%%VERSION%%/lib/gauche/cgen.scm
 share/gauche/%%VERSION%%/lib/gauche/charconv.scm
 share/gauche/%%VERSION%%/lib/gauche/collection.scm
 share/gauche/%%VERSION%%/lib/gauche/common-macros.scm
@@ -64,6 +69,7 @@
 share/gauche/%%VERSION%%/lib/gauche/interactive.scm
 share/gauche/%%VERSION%%/lib/gauche/interactive/info.scm
 share/gauche/%%VERSION%%/lib/gauche/interpolate.scm
+share/gauche/%%VERSION%%/lib/gauche/ioutil.scm
 share/gauche/%%VERSION%%/lib/gauche/let-opt.scm
 share/gauche/%%VERSION%%/lib/gauche/libutil.scm
 share/gauche/%%VERSION%%/lib/gauche/listener.scm
@@ -160,9 +166,14 @@
 share/gauche/%%VERSION%%/lib/srfi-2.scm
 share/gauche/%%VERSION%%/lib/srfi-26.scm
 share/gauche/%%VERSION%%/lib/srfi-27.scm
+share/gauche/%%VERSION%%/lib/srfi-29.scm
+share/gauche/%%VERSION%%/lib/srfi-29/bundle.scm
+share/gauche/%%VERSION%%/lib/srfi-29/format.scm
 share/gauche/%%VERSION%%/lib/srfi-31.scm
 share/gauche/%%VERSION%%/lib/srfi-37.scm
 share/gauche/%%VERSION%%/lib/srfi-4.scm
+share/gauche/%%VERSION%%/lib/srfi-5.scm
+share/gauche/%%VERSION%%/lib/srfi-7.scm
 share/gauche/%%VERSION%%/lib/srfi-9.scm
 share/gauche/%%VERSION%%/lib/sxml/adaptor.scm
 share/gauche/%%VERSION%%/lib/sxml/ssax.scm
@@ -187,6 +198,7 @@
 share/gauche/%%VERSION%%/lib/util/record.scm
 share/gauche/%%VERSION%%/lib/util/toposort.scm
 share/gauche/%%VERSION%%/lib/util/tree.scm
+share/gauche/%%VERSION%%/lib/www/cgi-test.scm
 share/gauche/%%VERSION%%/lib/www/cgi.scm
 share/gauche/site/lib/.keepme
 @dirrm share/gauche/site/lib
@@ -195,6 +207,7 @@
 @dirrm share/gauche/%%VERSION%%/lib/util
 @dirrm share/gauche/%%VERSION%%/lib/text
 @dirrm share/gauche/%%VERSION%%/lib/sxml
+ at dirrm share/gauche/%%VERSION%%/lib/srfi-29
 @dirrm share/gauche/%%VERSION%%/lib/srfi-19
 @dirrm share/gauche/%%VERSION%%/lib/srfi-14
 @dirrm share/gauche/%%VERSION%%/lib/srfi-13
--- patch-lang-gauche ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list