View | Details | Raw Unified | Return to bug 46284
Collapse All | Expand All

(-)lang/gauche/Makefile (-2 / +2 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	gauche
8
PORTNAME=	gauche
9
PORTVERSION=	0.6.5
9
PORTVERSION=	0.6.6
10
CATEGORIES=	lang
10
CATEGORIES=	lang
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
DISTNAME=	Gauche-${PORTVERSION}
13
DISTNAME=	Gauche-${PORTVERSION}
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	knu@FreeBSD.org
16
MAINTAINER=	erik@smluc.org
17
17
18
# Choices are: "pthreads" and "no", but it seems that FreeBSD does not
18
# Choices are: "pthreads" and "no", but it seems that FreeBSD does not
19
# yet fully support threads with Boehm GC.
19
# yet fully support threads with Boehm GC.
(-)lang/gauche/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Gauche-0.6.5.tgz) = b11ddd0c91cea063b727518ca4c9199a
1
MD5 (Gauche-0.6.6.tgz) = 6e32f2c52ebd4f38c0c207ec6a2fc339
(-)lang/gauche/files/patch-src-gauche-arith_i386.h (-20 lines)
Lines 1-20 Link Here
1
--- src/gauche/arith_i386.h.orig       Sun Sep 22 19:48:19 2002
2
+++ src/gauche/arith_i386.h    Sun Sep 22 19:49:05 2002
3
@@ -23,6 +23,8 @@
4
  *  r <- x + y + c  mod wordsize
5
  *  c <- 1 if carry, 0 otherwise
6
  */
7
+/* bad register voodoo... let the 'portable' version catch this.
8
+      fails on both 4.2-release and 5.0-current
9
 
10
 #define UADD(r, c, x, y) \
11
     asm("shrl $1, %2;" \
12
@@ -32,7 +34,7 @@
13
         "rcll $1, %1;" \
14
            :"=&r" (r), "=&r" (c) \
15
            :"1" (c), "g"(x), "g"(y))
16
-
17
+*/
18
 /*-----------------------------------------------------------------
19
  * UADDOV(r, v, x, y)    unsigned word add with overflow check
20
  *  u_long : r, v, x, y;
(-)lang/gauche/pkg-plist (+10 lines)
Lines 9-16 Link Here
9
lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so
9
lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so
10
lib/gauche/%%VERSION%%/%%TARGET%%/libnet.so
10
lib/gauche/%%VERSION%%/%%TARGET%%/libnet.so
11
lib/gauche/%%VERSION%%/%%TARGET%%/libuvector.so
11
lib/gauche/%%VERSION%%/%%TARGET%%/libuvector.so
12
lib/gauche/%%VERSION%%/%%TARGET%%/md5.so
12
lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.so
13
lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.so
13
lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so
14
lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so
15
lib/gauche/%%VERSION%%/%%TARGET%%/sha1.so
14
lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so
16
lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so
15
lib/gauche/%%VERSION%%/%%TARGET%%/termios.so
17
lib/gauche/%%VERSION%%/%%TARGET%%/termios.so
16
lib/gauche/%%VERSION%%/%%TARGET%%/threads.so
18
lib/gauche/%%VERSION%%/%%TARGET%%/threads.so
Lines 63-73 Link Here
63
share/gauche/%%VERSION%%/lib/gauche/config.scm
65
share/gauche/%%VERSION%%/lib/gauche/config.scm
64
share/gauche/%%VERSION%%/lib/gauche/defvalues.scm
66
share/gauche/%%VERSION%%/lib/gauche/defvalues.scm
65
share/gauche/%%VERSION%%/lib/gauche/fcntl.scm
67
share/gauche/%%VERSION%%/lib/gauche/fcntl.scm
68
share/gauche/%%VERSION%%/lib/gauche/hook.scm
66
share/gauche/%%VERSION%%/lib/gauche/interactive.scm
69
share/gauche/%%VERSION%%/lib/gauche/interactive.scm
67
share/gauche/%%VERSION%%/lib/gauche/interactive/info.scm
70
share/gauche/%%VERSION%%/lib/gauche/interactive/info.scm
68
share/gauche/%%VERSION%%/lib/gauche/interpolate.scm
71
share/gauche/%%VERSION%%/lib/gauche/interpolate.scm
69
share/gauche/%%VERSION%%/lib/gauche/let-opt.scm
72
share/gauche/%%VERSION%%/lib/gauche/let-opt.scm
70
share/gauche/%%VERSION%%/lib/gauche/listener.scm
73
share/gauche/%%VERSION%%/lib/gauche/listener.scm
74
share/gauche/%%VERSION%%/lib/gauche/listutil.scm
71
share/gauche/%%VERSION%%/lib/gauche/logger.scm
75
share/gauche/%%VERSION%%/lib/gauche/logger.scm
72
share/gauche/%%VERSION%%/lib/gauche/logical.scm
76
share/gauche/%%VERSION%%/lib/gauche/logical.scm
73
share/gauche/%%VERSION%%/lib/gauche/macroutil.scm
77
share/gauche/%%VERSION%%/lib/gauche/macroutil.scm
Lines 91-96 Link Here
91
share/gauche/%%VERSION%%/lib/gauche/serializer/aserializer.scm
95
share/gauche/%%VERSION%%/lib/gauche/serializer/aserializer.scm
92
share/gauche/%%VERSION%%/lib/gauche/signal.scm
96
share/gauche/%%VERSION%%/lib/gauche/signal.scm
93
share/gauche/%%VERSION%%/lib/gauche/singleton.scm
97
share/gauche/%%VERSION%%/lib/gauche/singleton.scm
98
share/gauche/%%VERSION%%/lib/gauche/stringutil.scm
94
share/gauche/%%VERSION%%/lib/gauche/syslog.scm
99
share/gauche/%%VERSION%%/lib/gauche/syslog.scm
95
share/gauche/%%VERSION%%/lib/gauche/termios.scm
100
share/gauche/%%VERSION%%/lib/gauche/termios.scm
96
share/gauche/%%VERSION%%/lib/gauche/test.scm
101
share/gauche/%%VERSION%%/lib/gauche/test.scm
Lines 108-115 Link Here
108
share/gauche/%%VERSION%%/lib/rfc/822.scm
113
share/gauche/%%VERSION%%/lib/rfc/822.scm
109
share/gauche/%%VERSION%%/lib/rfc/base64.scm
114
share/gauche/%%VERSION%%/lib/rfc/base64.scm
110
share/gauche/%%VERSION%%/lib/rfc/cookie.scm
115
share/gauche/%%VERSION%%/lib/rfc/cookie.scm
116
share/gauche/%%VERSION%%/lib/rfc/hmac.scm
111
share/gauche/%%VERSION%%/lib/rfc/http.scm
117
share/gauche/%%VERSION%%/lib/rfc/http.scm
118
share/gauche/%%VERSION%%/lib/rfc/md5.scm
112
share/gauche/%%VERSION%%/lib/rfc/quoted-printable.scm
119
share/gauche/%%VERSION%%/lib/rfc/quoted-printable.scm
120
share/gauche/%%VERSION%%/lib/rfc/sha1.scm
113
share/gauche/%%VERSION%%/lib/rfc/uri.scm
121
share/gauche/%%VERSION%%/lib/rfc/uri.scm
114
share/gauche/%%VERSION%%/lib/slib.scm
122
share/gauche/%%VERSION%%/lib/slib.scm
115
share/gauche/%%VERSION%%/lib/srfi-0.scm
123
share/gauche/%%VERSION%%/lib/srfi-0.scm
Lines 152-157 Link Here
152
share/gauche/%%VERSION%%/lib/srfi-2.scm
160
share/gauche/%%VERSION%%/lib/srfi-2.scm
153
share/gauche/%%VERSION%%/lib/srfi-26.scm
161
share/gauche/%%VERSION%%/lib/srfi-26.scm
154
share/gauche/%%VERSION%%/lib/srfi-27.scm
162
share/gauche/%%VERSION%%/lib/srfi-27.scm
163
share/gauche/%%VERSION%%/lib/srfi-31.scm
155
share/gauche/%%VERSION%%/lib/srfi-4.scm
164
share/gauche/%%VERSION%%/lib/srfi-4.scm
156
share/gauche/%%VERSION%%/lib/srfi-9.scm
165
share/gauche/%%VERSION%%/lib/srfi-9.scm
157
share/gauche/%%VERSION%%/lib/text/csv.scm
166
share/gauche/%%VERSION%%/lib/text/csv.scm
Lines 160-165 Link Here
160
share/gauche/%%VERSION%%/lib/text/parse.scm
169
share/gauche/%%VERSION%%/lib/text/parse.scm
161
share/gauche/%%VERSION%%/lib/text/tr.scm
170
share/gauche/%%VERSION%%/lib/text/tr.scm
162
share/gauche/%%VERSION%%/lib/text/tree.scm
171
share/gauche/%%VERSION%%/lib/text/tree.scm
172
share/gauche/%%VERSION%%/lib/util/digest.scm
163
share/gauche/%%VERSION%%/lib/util/isomorph.scm
173
share/gauche/%%VERSION%%/lib/util/isomorph.scm
164
share/gauche/%%VERSION%%/lib/util/queue.scm
174
share/gauche/%%VERSION%%/lib/util/queue.scm
165
share/gauche/%%VERSION%%/lib/util/toposort.scm
175
share/gauche/%%VERSION%%/lib/util/toposort.scm

Return to bug 46284