On Wed, Nov 12, 2008 at 11:30 PM, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2008/11/12 23:22, Cedric Brisseau wrote: >> Hi all, >> >> I just try to build jdk 1.6 on my fresh -current system, and the >> pkg_tools are telling me that jdk 1.6 depends on jdk 1.5. >> >> In jdk/1.6/pkg/DESCR-main it's specified that jdk 1.6 can use kaffe. > > without native_bootstrap, 1.5 uses kaffe to bootstrap, 1.6 uses 1.5, > and 1.7 uses 1.6. > >
In /usr/ports/devel/jdk/1.6/pkg/DESCR-main I have : native_bootstrap Bootstrap the jdk using a previously built and installed devel/jdk/1.6 package. NOTE: if this flavor is used without a previously installed devel/jdk/1.6 package, the port will just build the jdk with default (kaffe) bootstrap and stop. Does it means that to build 1.6 the pkg_tools will build 1.5 with kaffe to bootstrap and then build 1.6 ? The sentence in DESCR does not seem to indicate that. Cedric.