From owner-freebsd-java@FreeBSD.ORG Sun Dec 14 23:11:22 2003 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 96D0816A4CE; Sun, 14 Dec 2003 23:11:22 -0800 (PST) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D9143D32; Sun, 14 Dec 2003 23:11:21 -0800 (PST) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id DFEE76723D; Mon, 15 Dec 2003 08:11:19 +0100 (MET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. Date: Mon, 15 Dec 2003 08:11:23 +0100 User-Agent: KMail/1.5.4 To: java@FreeBSD.org, pav@FreeBSD.org X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312150811.23434.ernst.dehaan@nl.wanadoo.com> Subject: Fwd: cvs commit: ports/Mk bsd.java.mk 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: Mon, 15 Dec 2003 07:11:22 -0000 FYI. Ernst ---------- Forwarded Message ---------- Subject: cvs commit: ports/Mk bsd.java.mk Date: maandag 15 december 2003 08:04 From: Ernst de Haan To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org znerd 2003/12/14 23:04:50 PST FreeBSD ports repository Modified files: Mk bsd.java.mk Log: Fixed bug. If a Linux 1.4 JDK would have been installed, it would not have been picked up if USE_JAVA was set to "1.3+". The behaviour is now as follows if USE_JAVA is set to "1.3+": - If the setting is 1.3+, then use an already installed 1.3 or 1.4 JDK. If there is no such JDK, then set USE_JAVA to 1.3. The FreeBSD JDK 1.4 is preferred over all other JDK's. Noticed by: pav Revision Changes Path 1.36 +8 -5 ports/Mk/bsd.java.mk -------------------------------------------------------