diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-12-05 23:33:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-12-05 23:33:14 +0800 |
commit | 72a933c578ec7b9132ff863bd55de842908695dd (patch) | |
tree | eba6d930fbd3bb856eaef560a39e45d679c5d2d0 /lang/gauche | |
parent | f81e6dd61e90f4c29724c425d1d343097d03757d (diff) | |
download | freebsd-ports-gnome-72a933c578ec7b9132ff863bd55de842908695dd.tar.gz freebsd-ports-gnome-72a933c578ec7b9132ff863bd55de842908695dd.tar.zst freebsd-ports-gnome-72a933c578ec7b9132ff863bd55de842908695dd.zip |
Upgrade to 0.8.3.
PR: ports/74680
Submitted by: maintainer
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 2 | ||||
-rw-r--r-- | lang/gauche/distinfo | 4 | ||||
-rw-r--r-- | lang/gauche/files/patch-src_gauche_arith_i386.h | 19 | ||||
-rw-r--r-- | lang/gauche/pkg-plist | 5 |
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 |