FreeBSD Bugzilla – Attachment 27241 Details for
Bug 46284
[Maintainer update] lang/gauche 0.6.5 -> 0.6.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gauche-0.6.6.patch
gauche-0.6.6.patch (text/plain), 4.56 KB, created by
erik
on 2002-12-16 03:40:01 UTC
(
hide
)
Description:
gauche-0.6.6.patch
Filename:
MIME Type:
Creator:
erik
Created:
2002-12-16 03:40:01 UTC
Size:
4.56 KB
patch
obsolete
>diff -Nurb lang/gauche.orig/Makefile lang/gauche/Makefile >--- lang/gauche.orig/Makefile Sun Dec 15 20:46:49 2002 >+++ lang/gauche/Makefile Sun Dec 15 20:49:15 2002 >@@ -6,14 +6,14 @@ > # > > PORTNAME= gauche >-PORTVERSION= 0.6.5 >+PORTVERSION= 0.6.6 > CATEGORIES= lang > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} > DISTNAME= Gauche-${PORTVERSION} > EXTRACT_SUFX= .tgz > >-MAINTAINER= knu@FreeBSD.org >+MAINTAINER= erik@smluc.org > > # Choices are: "pthreads" and "no", but it seems that FreeBSD does not > # yet fully support threads with Boehm GC. >diff -Nurb lang/gauche.orig/distinfo lang/gauche/distinfo >--- lang/gauche.orig/distinfo Sun Dec 15 20:46:49 2002 >+++ lang/gauche/distinfo Sun Dec 15 20:49:49 2002 >@@ -1 +1 @@ >-MD5 (Gauche-0.6.5.tgz) = b11ddd0c91cea063b727518ca4c9199a >+MD5 (Gauche-0.6.6.tgz) = 6e32f2c52ebd4f38c0c207ec6a2fc339 >diff -Nurb lang/gauche.orig/files/patch-src-gauche-arith_i386.h lang/gauche/files/patch-src-gauche-arith_i386.h >--- lang/gauche.orig/files/patch-src-gauche-arith_i386.h Sun Dec 15 20:46:49 2002 >+++ lang/gauche/files/patch-src-gauche-arith_i386.h Wed Dec 31 18:00:00 1969 >@@ -1,20 +0,0 @@ >---- src/gauche/arith_i386.h.orig Sun Sep 22 19:48:19 2002 >-+++ src/gauche/arith_i386.h Sun Sep 22 19:49:05 2002 >-@@ -23,6 +23,8 @@ >- * r <- x + y + c mod wordsize >- * c <- 1 if carry, 0 otherwise >- */ >-+/* bad register voodoo... let the 'portable' version catch this. >-+ fails on both 4.2-release and 5.0-current >- >- #define UADD(r, c, x, y) \ >- asm("shrl $1, %2;" \ >-@@ -32,7 +34,7 @@ >- "rcll $1, %1;" \ >- :"=&r" (r), "=&r" (c) \ >- :"1" (c), "g"(x), "g"(y)) >-- >-+*/ >- /*----------------------------------------------------------------- >- * UADDOV(r, v, x, y) unsigned word add with overflow check >- * u_long : r, v, x, y; >diff -Nurb lang/gauche.orig/pkg-plist lang/gauche/pkg-plist >--- lang/gauche.orig/pkg-plist Sun Dec 15 20:46:49 2002 >+++ lang/gauche/pkg-plist Sun Dec 15 21:31:44 2002 >@@ -9,8 +9,10 @@ > lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so > lib/gauche/%%VERSION%%/%%TARGET%%/libnet.so > lib/gauche/%%VERSION%%/%%TARGET%%/libuvector.so >+lib/gauche/%%VERSION%%/%%TARGET%%/md5.so > lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.so > lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so >+lib/gauche/%%VERSION%%/%%TARGET%%/sha1.so > lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so > lib/gauche/%%VERSION%%/%%TARGET%%/termios.so > lib/gauche/%%VERSION%%/%%TARGET%%/threads.so >@@ -63,11 +65,13 @@ > 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/hook.scm > 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/let-opt.scm > share/gauche/%%VERSION%%/lib/gauche/listener.scm >+share/gauche/%%VERSION%%/lib/gauche/listutil.scm > share/gauche/%%VERSION%%/lib/gauche/logger.scm > share/gauche/%%VERSION%%/lib/gauche/logical.scm > share/gauche/%%VERSION%%/lib/gauche/macroutil.scm >@@ -91,6 +95,7 @@ > share/gauche/%%VERSION%%/lib/gauche/serializer/aserializer.scm > share/gauche/%%VERSION%%/lib/gauche/signal.scm > share/gauche/%%VERSION%%/lib/gauche/singleton.scm >+share/gauche/%%VERSION%%/lib/gauche/stringutil.scm > share/gauche/%%VERSION%%/lib/gauche/syslog.scm > share/gauche/%%VERSION%%/lib/gauche/termios.scm > share/gauche/%%VERSION%%/lib/gauche/test.scm >@@ -108,8 +113,11 @@ > share/gauche/%%VERSION%%/lib/rfc/822.scm > share/gauche/%%VERSION%%/lib/rfc/base64.scm > share/gauche/%%VERSION%%/lib/rfc/cookie.scm >+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/quoted-printable.scm >+share/gauche/%%VERSION%%/lib/rfc/sha1.scm > share/gauche/%%VERSION%%/lib/rfc/uri.scm > share/gauche/%%VERSION%%/lib/slib.scm > share/gauche/%%VERSION%%/lib/srfi-0.scm >@@ -152,6 +160,7 @@ > 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-31.scm > share/gauche/%%VERSION%%/lib/srfi-4.scm > share/gauche/%%VERSION%%/lib/srfi-9.scm > share/gauche/%%VERSION%%/lib/text/csv.scm >@@ -160,6 +169,7 @@ > share/gauche/%%VERSION%%/lib/text/parse.scm > share/gauche/%%VERSION%%/lib/text/tr.scm > share/gauche/%%VERSION%%/lib/text/tree.scm >+share/gauche/%%VERSION%%/lib/util/digest.scm > share/gauche/%%VERSION%%/lib/util/isomorph.scm > share/gauche/%%VERSION%%/lib/util/queue.scm > share/gauche/%%VERSION%%/lib/util/toposort.scm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46284
: 27241