Does Java work on DragonFly?
Geert Hendrickx
ghen at netbsd.org
Mon Jul 17 15:36:48 PDT 2006
On Mon, Jul 17, 2006 at 06:03:42AM -0700, walt wrote:
> The wip/jdk14 does work on DragonFly, but at the moment is a pain to
> compile unless you can get the 1.4.2_11 linux binaries someplace (I don't
> see them on the Sun servers right now.) I have the files here if you
> need me to upload them somewhere.
Btw, you only need the linux JDK the first time. Once you've compiled a
native JDK, you can use that to recompile itself the next time. The code
is there in the Makefile, commented out:
# Let an installed version of this package bootstrap a later version
# (skips having to reinstall sun-jdk14 again)
#
#.if exists(${JVM_HOME}/LICENSE)
#BUILD_DEPENDS+= jdk14>=1
#MAKE_ENV+= ALT_BOOTDIR=${JVM_HOME}
#.else
BUILD_DEPENDS+= sun-jdk14>=1:../../lang/sun-jdk14
MAKE_ENV+= ALT_BOOTDIR=${LOCALBASE}/java/sun-1.4
#.endif
Geert
More information about the Users
mailing list