ports/66965: [patch] Update to new bsd.java.mk
Ronald Klop
ronald at cs.vu.nl
Thu May 20 22:30:22 UTC 2004
>Number: 66965
>Category: ports
>Synopsis: [patch] Update to new bsd.java.mk
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu May 20 15:30:15 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Ronald Klop
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 5.2-CURRENT #19: Tue May 18 09:01:40 CEST 2004
root at guido.thuis.klop.ws:/usr/obj/usr/src/sys/HENK
>Description:
Update to latest bsd.java.mk.
Use libtool 1.5 in stead of 1.3.
Add an option for compiling with -O3.
>How-To-Repeat:
>Fix:
--- jmp.diff begins here ---
diff -uNr0 /usr/ports/java/jmp/Makefile jmp/Makefile
--- /usr/ports/java/jmp/Makefile Mon Apr 5 18:54:38 2004
+++ jmp/Makefile Wed May 12 17:13:30 2004
@@ -20,0 +21 @@
+OPTIONS+= OPTIMIZED_CFLAGS "Compile with -O3" off
@@ -31,0 +33,4 @@
+.if defined(WITH_OPTIMIZED_CFLAGS)
+CFLAGS+= -O3
+.endif
+
@@ -36 +41 @@
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
@@ -38,2 +43,4 @@
-USE_JAVA= 1.2+
-NEED_JAVAC= yes
+USE_JAVA= yes
+JAVA_VERSION= 1.2+
+JAVA_OS= native
+JAVA_BUILD= jdk
--- jmp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list