Skip site navigation (1)Skip section navigation (2)
Date:      17 Dec 2003 10:46:48 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/60327: [Maintainer Update]  lang/gauche  0.7.2 -> 0.7.3
Message-ID:  <20031217104648.21024.qmail@phoenix.smluc.org>
Resent-Message-ID: <200312171050.hBHAoLkv008422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60327
>Category:       ports
>Synopsis:       [Maintainer Update]  lang/gauche  0.7.2 -> 0.7.3
>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:   Wed Dec 17 02:50:21 PST 2003
>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: Tue Dec 9 13:25:40 EST 2003 erik@fenris:/mnt/ad5/fbsd/usr/src/sys/FENRIS i386


	
>Description:
many new features and "improvements"...

>How-To-Repeat:
	
>Fix:

--- gauche.patch begins here ---
diff -Nurb lang/gauche.orig/Makefile lang/gauche/Makefile
--- lang/gauche.orig/Makefile	Wed Dec 17 04:11:18 2003
+++ lang/gauche/Makefile	Wed Dec 17 05:34:55 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gauche
-PORTVERSION=	0.7.2	# Keep databases/gauche-gdbm in sync with this
+PORTVERSION=	0.7.3	# Keep databases/gauche-gdbm in sync with this
 CATEGORIES=	lang scheme
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,20 +22,27 @@
 # Choices are: "utf-8", "euc-jp", "shift-jis" and "no"
 GAUCHE_ENCODING?=	utf-8
 
+# breaks in ext/uvecor.c on some locales
+MAKE_ENV=	LANG=C
+
 INFOSECTION=	The Algorithmic Language Scheme
 
 MAN1=		gosh.1 \
 		gauche-config.1
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-threads=${GAUCHE_THREADS} \
-		--enable-multibyte=${GAUCHE_ENCODING}
+		--enable-multibyte=${GAUCHE_ENCODING} \
+		--with-slib=${PREFIX}/share/slib
 PLIST_SUB=	VERSION="${PORTVERSION}" \
 		TARGET="${CONFIGURE_TARGET}" \
 		INFOSECTION="${INFOSECTION}"
 
 post-install:
 	${STRIP_CMD} ${PREFIX}/bin/gosh
-	-${PREFIX}/bin/gosh -u slib -e "(require 'logical)" -e "(exit 0)"
+	${RM} -f ${PREFIX}/share/gauche/${PORTVERSION}/lib/slibcat
+	${TOUCH} ${PREFIX}/share/gauche/site/lib/.keepme
+	${TOUCH} ${PREFIX}/lib/gauche/site/${PORTVERSION}/${CONFIGURE_TARGET}/.keepme
+
 .if !defined(NOPORTDOCS)
 	${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
 	${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/info/
diff -Nurb lang/gauche.orig/distinfo lang/gauche/distinfo
--- lang/gauche.orig/distinfo	Wed Dec 17 04:11:18 2003
+++ lang/gauche/distinfo	Wed Dec 17 04:14:16 2003
@@ -1 +1 @@
-MD5 (Gauche-0.7.2.tgz) = 20508314791c0897e088f90d7cba0d3b
+MD5 (Gauche-0.7.3.tgz) = 9ef0782cc06adf7d8dfcf8985f2e55a2
diff -Nurb lang/gauche.orig/pkg-plist lang/gauche/pkg-plist
--- lang/gauche.orig/pkg-plist	Wed Dec 17 04:11:18 2003
+++ lang/gauche/pkg-plist	Wed Dec 17 05:29:33 2003
@@ -35,7 +35,10 @@
 lib/gauche/%%VERSION%%/include/gc.h
 lib/gauche/%%VERSION%%/include/gc_config_macros.h
 lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h
+lib/gauche/site/%%VERSION%%/%%TARGET%%/.keepme
 lib/libgauche.so
+lib/libgauche.so.0
+lib/libgauche.so.0.0.0
 share/gauche/%%VERSION%%/aclocal.m4
 share/gauche/%%VERSION%%/lib/binary/io.scm
 share/gauche/%%VERSION%%/lib/binary/pack.scm
@@ -55,6 +58,7 @@
 share/gauche/%%VERSION%%/lib/gauche/config.scm
 share/gauche/%%VERSION%%/lib/gauche/defvalues.scm
 share/gauche/%%VERSION%%/lib/gauche/fcntl.scm
+share/gauche/%%VERSION%%/lib/gauche/fileutil.scm
 share/gauche/%%VERSION%%/lib/gauche/hashutil.scm
 share/gauche/%%VERSION%%/lib/gauche/hook.scm
 share/gauche/%%VERSION%%/lib/gauche/interactive.scm
@@ -67,6 +71,7 @@
 share/gauche/%%VERSION%%/lib/gauche/logger.scm
 share/gauche/%%VERSION%%/lib/gauche/logical.scm
 share/gauche/%%VERSION%%/lib/gauche/macroutil.scm
+share/gauche/%%VERSION%%/lib/gauche/modutil.scm
 share/gauche/%%VERSION%%/lib/gauche/mop/instance-pool.scm
 share/gauche/%%VERSION%%/lib/gauche/mop/propagate.scm
 share/gauche/%%VERSION%%/lib/gauche/mop/singleton.scm
@@ -79,6 +84,7 @@
 share/gauche/%%VERSION%%/lib/gauche/portutil.scm
 share/gauche/%%VERSION%%/lib/gauche/procedure.scm
 share/gauche/%%VERSION%%/lib/gauche/process.scm
+share/gauche/%%VERSION%%/lib/gauche/redefutil.scm
 share/gauche/%%VERSION%%/lib/gauche/regexp.scm
 share/gauche/%%VERSION%%/lib/gauche/reload.scm
 share/gauche/%%VERSION%%/lib/gauche/selector.scm
@@ -109,6 +115,7 @@
 share/gauche/%%VERSION%%/lib/rfc/hmac.scm
 share/gauche/%%VERSION%%/lib/rfc/http.scm
 share/gauche/%%VERSION%%/lib/rfc/md5.scm
+share/gauche/%%VERSION%%/lib/rfc/mime.scm
 share/gauche/%%VERSION%%/lib/rfc/quoted-printable.scm
 share/gauche/%%VERSION%%/lib/rfc/sha1.scm
 share/gauche/%%VERSION%%/lib/rfc/uri.scm
@@ -181,6 +188,7 @@
 share/gauche/%%VERSION%%/lib/util/toposort.scm
 share/gauche/%%VERSION%%/lib/util/tree.scm
 share/gauche/%%VERSION%%/lib/www/cgi.scm
+share/gauche/site/lib/.keepme
 @dirrm share/gauche/site/lib
 @dirrm share/gauche/site
 @dirrm share/gauche/%%VERSION%%/lib/www
@@ -213,7 +221,6 @@
 @dirrm lib/gauche/%%VERSION%%/%%TARGET%%
 @dirrm lib/gauche/%%VERSION%%
 @dirrm lib/gauche
-@exec %D/bin/gosh -u slib -e "(require 'logical)" -e "(exit 0)" > /dev/null 2>&1 || true
 %%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refe.info %D/info/dir
 %%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir
 %%PORTDOCS%%info/gauche-refe.info
--- gauche.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031217104648.21024.qmail>