Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2009 13:11:42 +0200
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-java@freebsd.org, Jonathan Chen <jonc@chen.org.nz>
Cc:        FreeBSD-gnats-submit@freebsd.org, brian@experts-exchange.com
Subject:   Re: ports/134440: allow java/openjdk6 port to use itself or jdk16 as bootstrap jdks
Message-ID:  <200905111311.43210.pieter@degoeje.nl>
In-Reply-To: <20090510210726.C9DE52840C@chen.org.nz>
References:  <20090510210726.C9DE52840C@chen.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 10 May 2009 23:07:26 Jonathan Chen wrote:
> Currently, the java/openjdk6 port will only use diablo-jdk1.6.0
> to boostrap itself. This patch will allow it to use a currently
> installed java/openjdk6 port or a java/jdk16 port as bootstrap
> jdks in preference to diablo-jdk.

It would also be nice to add an entry to bsd.java.mk, something like this:
_JAVA_PORT_NATIVE_OPEN_JDK_1_6_INFO= HOME=${LOCALBASE}/openjdk6 \
	VERSION=1.6.0 OS=native VENDOR=sun(?)

Other ports will then use it as a dependency instead of building diablo-jdk.

-- 
Pieter de Goeje




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