- Unbreak

- Pass maintainership to submitter

PR:		ports/130594
Submitted by:	Bjorn Konig <bkoenig@alpha-tierchen.de>
This commit is contained in:
Beech Rintoul 2009-01-16 07:35:27 +00:00
parent eaf6580c70
commit 643a31c2cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226241
2 changed files with 18 additions and 6 deletions

View file

@ -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

View file

@ -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;