diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2005-11-27 16:42:25 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2005-11-27 16:42:25 +0000 |
commit | b720f546053f829fe23283193e515a52560329b4 (patch) | |
tree | 077185913c469febc16048112b1b1fa938e0f9c2 /java | |
parent | cbdad6fe8418b9857257a6394952fae89e91becf (diff) | |
download | ports-b720f546053f829fe23283193e515a52560329b4.tar.gz ports-b720f546053f829fe23283193e515a52560329b4.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 7 | ||||
-rw-r--r-- | java/classpath/distinfo | 5 | ||||
-rw-r--r-- | java/classpath/files/patch-native_target_generic_target__generic__network.h | 13 |
3 files changed, 6 insertions, 19 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index c86eb663df46..104a2b5e4503 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -7,7 +7,7 @@ # PORTNAME= classpath -PORTVERSION= 0.17 +PORTVERSION= 0.19 PORTREVISION= 1 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_GNU} @@ -19,11 +19,12 @@ COMMENT= A GNU project to create a free Java class library BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip USE_AUTOTOOLS= libtool:15 -USE_GNOME= gtk20 libartlgpl2 pkgconfig +#USE_GNOME= gtk20 libartlgpl2 pkgconfig USE_JAVA= yes USE_JIKES= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-jni --with-jikes +#CONFIGURE_ARGS= --enable-jni --with-jikes +CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer USE_GMAKE= yes INFO= hacking vmintegration diff --git a/java/classpath/distinfo b/java/classpath/distinfo index 70278fa9eda3..af69a27f0719 100644 --- a/java/classpath/distinfo +++ b/java/classpath/distinfo @@ -1,3 +1,2 @@ -MD5 (classpath-0.17.tar.gz) = eb620987422878e05ea889d5e7496c63 -SHA256 (classpath-0.17.tar.gz) = 3516577166c963a8ee1b7a47ac5243cba7f47a60d659fc0324ad02a171fd3aa8 -SIZE (classpath-0.17.tar.gz) = 6013890 +MD5 (classpath-0.19.tar.gz) = 0b93b1c1dd3d33ef7fb6a47dbb29e41d +SIZE (classpath-0.19.tar.gz) = 6765716 diff --git a/java/classpath/files/patch-native_target_generic_target__generic__network.h b/java/classpath/files/patch-native_target_generic_target__generic__network.h deleted file mode 100644 index 51e4f86d6fa7..000000000000 --- a/java/classpath/files/patch-native_target_generic_target__generic__network.h +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- native/target/generic/target_generic_network.h.orig -+++ native/target/generic/target_generic_network.h -@@ -666,6 +666,7 @@ - #ifndef TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT - #include <sys/types.h> - #include <sys/socket.h> -+ #include <sys/time.h> - #define TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT(socketDescriptor,flag,result) \ - do { \ - struct timeval __value; \ |