From owner-freebsd-java@FreeBSD.ORG Thu Apr 22 10:28:54 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4236216A4CF for ; Thu, 22 Apr 2004 10:28:54 -0700 (PDT) Received: from smtp16.wxs.nl (smtp16.wxs.nl [195.121.6.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0721C43D4C for ; Thu, 22 Apr 2004 10:28:54 -0700 (PDT) (envelope-from ronald-freebsd6@klop.yi.org) Received: from ronald.echteman.nl (ip51cdc5d2.adsl-surfen.hetnet.nl [81.205.197.210]) by smtp16.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0HWL000BU1W5ZA@smtp16.wxs.nl> for freebsd-java@freebsd.org; Thu, 22 Apr 2004 19:28:53 +0200 (CEST) Received: (qmail 10980 invoked from network); Thu, 22 Apr 2004 17:28:52 +0000 Received: from unknown (HELO laptop.thuis.klop.ws) (192.168.1.4) by ronald.echteman.nl with SMTP; Thu, 22 Apr 2004 17:28:52 +0000 Received: (qmail 2414 invoked from network); Thu, 22 Apr 2004 17:28:51 +0000 Received: from unknown (HELO henk.thuis.klop.ws) (192.168.0.1) by 192.168.0.13 with SMTP; Thu, 22 Apr 2004 17:28:51 +0000 Received: (qmail 15058 invoked from network); Thu, 22 Apr 2004 17:28:51 +0000 Received: from localhost.thuis.klop.ws (HELO henk.thuis.klop.ws) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; Thu, 22 Apr 2004 17:28:51 +0000 Date: Thu, 22 Apr 2004 19:28:50 +0200 From: Ronald Klop To: freebsd-java@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=iso-8859-1 Content-transfer-encoding: 7BIT User-Agent: Opera7.23/FreeBSD M2 build 518 Subject: updating my port to bsd.java.mk options X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 17:28:54 -0000 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/