Date: Thu, 22 Apr 2004 19:28:50 +0200 From: Ronald Klop <ronald-freebsd6@klop.yi.org> To: freebsd-java@freebsd.org Subject: updating my port to bsd.java.mk options Message-ID: <opr6vb6clxegu5x0@outgoing.local>
next in thread | raw e-mail | index | archive | help
Hello,
Is this patch correct to update my port to the new bsd.java.mk?
Do I need to set JAVA_BUILD or JAVA_RUN? And what are valid values for
these?
It uses javac while building and is a library to run with java. That's why
it needs native java.
Any comments before I send a PR for this?
Greetings,
Ronald.
PS: It al builds/runs ok here (but I already have jdk14 installed).
diff -ur /usr/ports/java/jmp/Makefile jmp/Makefile
--- /usr/ports/java/jmp/Makefile Mon Apr 5 18:54:38 2004
+++ jmp/Makefile Thu Apr 22 19:14:45 2004
@@ -35,7 +35,9 @@
USE_LIBTOOL_VER=13
USE_GMAKE= yes
-USE_JAVA= 1.2+
+USE_JAVA= yes
+JAVA_VERSION= 1.2+
+JAVA_OS= native
NEED_JAVAC= yes
MAKE_FLAGS= JAVAC=${JAVAC} JAVAH=${JAVAH}
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr6vb6clxegu5x0>
