Skip site navigation (1)Skip section navigation (2)
Date:      4 Dec 2004 17:04:39 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/74680: [Maintainer Update]  lang/gauche  0.8.1 -> 0.8.3
Message-ID:  <20041204170439.16872.qmail@phoenix.smluc.org>
Resent-Message-ID: <200412041710.iB4HAY0O060358@freefall.freebsd.org>

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

>Number:         74680
>Category:       ports
>Synopsis:       [Maintainer Update]  lang/gauche  0.8.1 -> 0.8.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:   Sat Dec 04 17:10:33 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386

>Description:
freshmeat blurbs:

(0.8.1->0.8.2)
	This release adds an SRFI 35-style condition system, source 
	code encoding recognition, and virtual (procedural) ports. 
	It also fixes a bug in the handling of file uploads in the 
	rfc.mime and www.cgi modules.

(0.8.2->0.8.3)
	This release fixes a bug where the coding-aware port behaved
	incorrectly with CRLF line terminators.

There is an issue with some assembly, i've kluged around it to get
it to build (force use the C equiv provided), and have submitted a 
bug report to the gauche project at sf.

>How-To-Repeat:
>Fix:

--- lang_gauche.patch begins here ---
Index: lang/gauche/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- lang/gauche/Makefile	3 Aug 2004 07:52:54 -0000	1.29
+++ lang/gauche/Makefile	4 Dec 2004 16:48:01 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gauche
-PORTVERSION=	0.8.1	# Keep databases/gauche-gdbm in sync with this
+PORTVERSION=	0.8.3	# Keep databases/gauche-gdbm in sync with this
 CATEGORIES=	lang scheme
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: lang/gauche/distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- lang/gauche/distinfo	3 Aug 2004 07:52:54 -0000	1.16
+++ lang/gauche/distinfo	4 Dec 2004 16:48:01 -0000
@@ -1,2 +1,2 @@
-MD5 (Gauche-0.8.1.tgz) = 245ab826f2219d842b96561482aa0256
-SIZE (Gauche-0.8.1.tgz) = 2595068
+MD5 (Gauche-0.8.3.tgz) = 434fb8802da5f0e69ab95d75a6ecec87
+SIZE (Gauche-0.8.3.tgz) = 2534879
Index: lang/gauche/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/pkg-plist,v
retrieving revision 1.15
diff -u -r1.15 pkg-plist
--- lang/gauche/pkg-plist	3 Aug 2004 07:52:54 -0000	1.15
+++ lang/gauche/pkg-plist	4 Dec 2004 16:48:01 -0000
@@ -22,6 +22,7 @@
 lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so
 lib/gauche/%%VERSION%%/%%TARGET%%/termios.so
 lib/gauche/%%VERSION%%/%%TARGET%%/threads.so
+lib/gauche/%%VERSION%%/%%TARGET%%/vport.so
 lib/gauche/%%VERSION%%/include/gauche.h
 lib/gauche/%%VERSION%%/include/gauche/arch.h
 lib/gauche/%%VERSION%%/include/gauche/builtin-syms.h
@@ -47,7 +48,7 @@
 lib/gauche/site/%%VERSION%%/%%TARGET%%/.keepme
 lib/libgauche.so
 lib/libgauche.so.0
-lib/libgauche.so.0.8.1
+lib/libgauche.so.%%VERSION%%
 share/aclocal/gauche.m4
 share/gauche/%%VERSION%%/aclocal.m4
 share/gauche/%%VERSION%%/lib/binary/io.scm
@@ -67,6 +68,7 @@
 share/gauche/%%VERSION%%/lib/gauche/charconv.scm
 share/gauche/%%VERSION%%/lib/gauche/collection.scm
 share/gauche/%%VERSION%%/lib/gauche/common-macros.scm
+share/gauche/%%VERSION%%/lib/gauche/condutil.scm
 share/gauche/%%VERSION%%/lib/gauche/config.scm
 share/gauche/%%VERSION%%/lib/gauche/defvalues.scm
 share/gauche/%%VERSION%%/lib/gauche/fcntl.scm
@@ -122,6 +124,7 @@
 share/gauche/%%VERSION%%/lib/gauche/version.scm
 share/gauche/%%VERSION%%/lib/gauche/vm/debugger.scm
 share/gauche/%%VERSION%%/lib/gauche/vm/disasm.scm
+share/gauche/%%VERSION%%/lib/gauche/vport.scm
 share/gauche/%%VERSION%%/lib/gauche/with.scm
 share/gauche/%%VERSION%%/lib/genstub
 share/gauche/%%VERSION%%/lib/math/const.scm
Index: lang/gauche/files/patch-src_gauche_arith_i386.h
===================================================================
RCS file: lang/gauche/files/patch-src_gauche_arith_i386.h
diff -N lang/gauche/files/patch-src_gauche_arith_i386.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ lang/gauche/files/patch-src_gauche_arith_i386.h	4 Dec 2004 16:48:01 -0000
@@ -0,0 +1,18 @@
+--- src/gauche/arith_i386.h.orig	Fri Jul  4 23:29:13 2003
++++ src/gauche/arith_i386.h	Sat Dec  4 11:06:22 2004
+@@ -167,6 +167,7 @@
+  *  else r <- x * y, v = 0
+  */
+ 
++#if 0
+ #define UMULOV(r, v, x, y) \
+     asm("movl %2, %%eax;" \
+         "mull %3;" \
+@@ -199,6 +200,7 @@
+            :"=r" (r), "=&r" (v) \
+            :"g" (x), "r" (y) \
+            :"%eax", "%edx")
++#endif
+ 
+ #endif /*__GNUC__*/
+ 
--- lang_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?20041204170439.16872.qmail>