summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-12-05 15:33:14 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-12-05 15:33:14 +0000
commitc231cfd9095716ce28db8c0d57a9f96697de55a8 (patch)
tree875794b24a4239b9b1522d3e89706cd940578872 /lang/gauche
parentBump portrevision and dependency on ImageMagick (diff)
Upgrade to 0.8.3.
PR: ports/74680 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=123239
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile2
-rw-r--r--lang/gauche/distinfo4
-rw-r--r--lang/gauche/files/patch-src_gauche_arith_i386.h19
-rw-r--r--lang/gauche/pkg-plist5
4 files changed, 26 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index fad82f8925d0..a0b82563d1fc 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -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}
diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo
index 6036db5ddc4a..a6db756ac0df 100644
--- a/lang/gauche/distinfo
+++ b/lang/gauche/distinfo
@@ -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
diff --git a/lang/gauche/files/patch-src_gauche_arith_i386.h b/lang/gauche/files/patch-src_gauche_arith_i386.h
new file mode 100644
index 000000000000..df4d1410e34f
--- /dev/null
+++ b/lang/gauche/files/patch-src_gauche_arith_i386.h
@@ -0,0 +1,19 @@
+--- src/gauche/arith_i386.h.orig Sat Jul 5 11:29:13 2003
++++ src/gauche/arith_i386.h Sun Dec 5 23:19:45 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,8 @@
+ :"=r" (r), "=&r" (v) \
+ :"g" (x), "r" (y) \
+ :"%eax", "%edx")
++
++#endif
+
+ #endif /*__GNUC__*/
+
diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist
index 6702ffb73d7e..1bed9dbb9d0f 100644
--- a/lang/gauche/pkg-plist
+++ b/lang/gauche/pkg-plist
@@ -22,6 +22,7 @@ lib/gauche/%%VERSION%%/%%TARGET%%/sha1.so
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/%%VERSION%%/include/gc_pthread_redirects.h
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/cgen.scm
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/validator.scm
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