diff options
author | beech <beech@FreeBSD.org> | 2009-01-16 15:35:27 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-01-16 15:35:27 +0800 |
commit | dbdc6e5e7fa36179123e0a8f2f6fcb3b387e3600 (patch) | |
tree | 6ed88c254aa610e01bd33540c828935d6f32e0b6 /java/cacao | |
parent | 236c6f2a741285bbe0713fc8e923dd8eb004ae50 (diff) | |
download | freebsd-ports-gnome-dbdc6e5e7fa36179123e0a8f2f6fcb3b387e3600.tar.gz freebsd-ports-gnome-dbdc6e5e7fa36179123e0a8f2f6fcb3b387e3600.tar.zst freebsd-ports-gnome-dbdc6e5e7fa36179123e0a8f2f6fcb3b387e3600.zip |
- Unbreak
- Pass maintainership to submitter
PR: ports/130594
Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de>
Diffstat (limited to 'java/cacao')
-rw-r--r-- | java/cacao/Makefile | 8 | ||||
-rw-r--r-- | java/cacao/files/patch-src-native-jni.h | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/java/cacao/Makefile b/java/cacao/Makefile index 5d38ec93c348..58fbdbfe5e9b 100644 --- a/java/cacao/Makefile +++ b/java/cacao/Makefile @@ -6,19 +6,15 @@ PORTNAME= cacao PORTVERSION= 0.98 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= JIT compiler for JAVA BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath -BROKEN= does not configure -DEPRECATED= has been broken for more than 6 months -EXPIRATION_DATE=2009-01-19 - USE_BZIP2= yes USE_AUTOTOOLS= libltdl USE_JAVA= yes diff --git a/java/cacao/files/patch-src-native-jni.h b/java/cacao/files/patch-src-native-jni.h new file mode 100644 index 000000000000..048fa5709b0c --- /dev/null +++ b/java/cacao/files/patch-src-native-jni.h @@ -0,0 +1,16 @@ +--- src/native/jni.h.orig 2007-04-02 13:23:24.000000000 +0200 ++++ src/native/jni.h 2009-01-15 20:32:31.000000000 +0100 +@@ -45,10 +45,12 @@ + + #include CLASSPATH_JNI_H + +- + #ifndef _JNI_H + #define _JNI_H + ++#define JNINativeInterface JNINativeInterface_ ++#define JNIInvokeInterface JNIInvokeInterface_ ++ + /* forward typedefs ***********************************************************/ + + typedef struct localref_table localref_table; |