From owner-svn-ports-head@FreeBSD.ORG Tue Dec 11 05:13:46 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18693CEF; Tue, 11 Dec 2012 05:13:46 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 9B3508FC08; Tue, 11 Dec 2012 05:13:44 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.5/8.14.5) with ESMTP id qBB5DcBI081650; Mon, 10 Dec 2012 21:13:38 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.5/8.14.5/Submit) id qBB5DbBv081649; Mon, 10 Dec 2012 21:13:37 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 10 Dec 2012 21:13:37 -0800 From: Greg Lewis To: Baptiste Daroussin Subject: Re: svn commit: r308619 - in head: . Mk java java/diablo-jdk15 java/diablo-jdk16 java/diablo-jre15 java/diablo-jre16 java/jdk15 java/jdk15-doc java/jdk16 java/linux-sun-jdk15 java/linux-sun-jre15 Message-ID: <20121211051337.GA81071@misty.eyesbeyond.com> References: <201212101718.qBAHIWwk066120@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201212101718.qBAHIWwk066120@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 05:13:46 -0000 G'day Bapt, On Mon, Dec 10, 2012 at 05:18:32PM +0000, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Dec 10 17:18:32 2012 > New Revision: 308619 > URL: http://svnweb.freebsd.org/changeset/ports/308619 > > Log: > Decommissioning java 1.5 (EOLed since October 2009): > removal of the different 1.5 jre and jdk vendors > > Removing outdated jdk16 vendors: > removing all the bsdjava and freebsd vendors, consider using openjdk6 or > openjsk7 instead. > > Discussed with: java (glarkin) Thanks for doing this, but the part of the change to bsd.java.mk below broke a lot of Java ports which had requirements of "1.5" or "1.5+" for the Java version. I've committed a fix which grandfathers them in. > @@ -156,10 +156,10 @@ SUB_LIST+= JAVA_OS="${JAVA_OS}" > . endif > > # The complete list of Java versions, os and vendors supported. > -__JAVA_VERSION_LIST= 1.5 1.6 1.7 > +__JAVA_VERSION_LIST= 1.6 1.7 > _JAVA_VERSION_LIST= ${__JAVA_VERSION_LIST} ${__JAVA_VERSION_LIST:S/$/+/} > _JAVA_OS_LIST= native linux > -_JAVA_VENDOR_LIST= freebsd bsdjava sun openjdk > +_JAVA_VENDOR_LIST= sun openjdk > > # Set all meta-information about JDK ports: > # port location, corresponding JAVA_HOME, JDK version, OS, vendor > @@ -269,7 +252,7 @@ JAVA_RUN= jre > . undef _JAVA_PORTS_INSTALLED > . undef _JAVA_PORTS_POSSIBLE > . if defined(JAVA_VERSION) > -_JAVA_VERSION= ${JAVA_VERSION:S/1.5+/1.5 1.6+/:S/1.6+/1.6 1.7+/:S/1.7+/1.7/} > +_JAVA_VERSION= ${JAVA_VERSION:S/1.6+/1.6 1.7+/:S/1.7+/1.7/} > . else > _JAVA_VERSION= ${__JAVA_VERSION_LIST} > . endif -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org