summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-11-29 23:48:33 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-11-29 23:48:33 +0000
commit4b1b3795ffca2fde90453af401116c3f00823b3a (patch)
tree7fdae4194f1015050f69d0f1fd2a0511c4eb2cdd /java
parentDon't always create a ${PREFIX}/etc/gconf directory if gconf is one of the (diff)
Update to version 0.12.
Notes
Notes: svn path=/head/; revision=122773
Diffstat (limited to 'java')
-rw-r--r--java/classpath/Makefile5
-rw-r--r--java/classpath/distinfo4
-rw-r--r--java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c14
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() */