- Unbreak
- Pass maintainership to submitter PR: ports/130594 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de>
This commit is contained in:
+2
-6
@@ -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
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user