mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Unbreak
- Pass maintainership to submitter PR: ports/130594 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de>
This commit is contained in:
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
|
@ -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
|
||||
|
|
16
java/cacao/files/patch-src-native-jni.h
Normal file
16
java/cacao/files/patch-src-native-jni.h
Normal 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;
|
Loading…
Add table
Reference in a new issue