Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2004 00:27:32 +0200
From:      Ronald Klop <ronald@cs.vu.nl>
To:        FreeBSD gnats submit <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ronald@cs.vu.nl
Subject:   ports/66965: [patch] Update to new bsd.java.mk
Message-ID:  <1085092052.0@guido.thuis.klop.ws>
Resent-Message-ID: <200405202230.i4KMUFCJ055660@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1085092052.0>