diff options
author | archie <archie@FreeBSD.org> | 2004-11-30 07:48:33 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2004-11-30 07:48:33 +0800 |
commit | af58cd139908b65bddc996ce5638d26f5336f866 (patch) | |
tree | 07349289311fd39d3d678f10d43b43fa9a04b16f /java/classpath | |
parent | 563315348251eeadd02cde54151c762f8a172422 (diff) | |
download | freebsd-ports-gnome-af58cd139908b65bddc996ce5638d26f5336f866.tar.gz freebsd-ports-gnome-af58cd139908b65bddc996ce5638d26f5336f866.tar.zst freebsd-ports-gnome-af58cd139908b65bddc996ce5638d26f5336f866.zip |
Update to version 0.12.
Diffstat (limited to 'java/classpath')
-rw-r--r-- | java/classpath/Makefile | 5 | ||||
-rw-r--r-- | java/classpath/distinfo | 4 | ||||
-rw-r--r-- | java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c | 14 |
3 files changed, 4 insertions, 19 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 026f17934748..b3da802de5a6 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -7,8 +7,7 @@ # PORTNAME= classpath -PORTVERSION= 0.10 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +23,7 @@ USE_JIKES= yes GNU_CONFIGURE= yes USE_GMAKE= yes -INFO= hacking vmintegration +INFO= hacking vmintegration PLIST_FILES= lib/security/classpath.security .include <bsd.port.pre.mk> diff --git a/java/classpath/distinfo b/java/classpath/distinfo index 6d7db92e42b2..b03fb2a304eb 100644 --- a/java/classpath/distinfo +++ b/java/classpath/distinfo @@ -1,2 +1,2 @@ -MD5 (classpath-0.10.tar.gz) = a59a5040f9c1237dbf27bfc668919943 -SIZE (classpath-0.10.tar.gz) = 6801054 +MD5 (classpath-0.12.tar.gz) = ce1f7fbe6f2e3b738bae3b46f01a9670 +SIZE (classpath-0.10.tar.gz) = 4129732 diff --git a/java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c b/java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c deleted file mode 100644 index 103979ff3a17..000000000000 --- a/java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c +++ /dev/null @@ -1,14 +0,0 @@ ---- native/jni/gtk-peer/gthread-jni.c.orig Mon Oct 25 15:42:21 2004 -+++ native/jni/gtk-peer/gthread-jni.c Mon Oct 25 15:45:31 2004 -@@ -218,7 +218,11 @@ - /* Global data */ - /************************************************************************/ - -+#if __FreeBSD_version < 500000 -+#include <inttypes.h> -+#else - #include <stdint.h> /* provides intptr_t */ -+#endif - #include <stdarg.h> /* va_list */ - #include "gthread-jni.h" - #include <assert.h> /* assert() */ |