From owner-freebsd-java Mon Oct 9 21:16:55 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id D14E637B503 for ; Mon, 9 Oct 2000 21:16:50 -0700 (PDT) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id NAA85401; Tue, 10 Oct 2000 13:46:18 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200010100416.NAA85401@ares.trc.adelaide.edu.au> Subject: Re: JDK 1.2.2 for FreeBSD In-Reply-To: <200010091532.JAA19176@nomad.yogotech.com> from Nate Williams at "Oct 9, 2000 09:32:01 am" To: Nate Williams Date: Tue, 10 Oct 2000 13:46:18 +0930 (CST) Cc: behanna@zbzoom.net, FreeBSD-Java , K.J.Koster@kpn.com X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nate Williams wrote: > > > Is there any problem if jdk1.2.2-FreeBSD is available as a port ? > > There isn't a binary available, only patches. There's no automated way > to 'build' it as a port. Hopefully we'll have binaries sometime in my > lifetime. :( Somebody _could_ do a source code based port though. There are examples in the tree of ports which require people to go and download the source code as they need to click on a license to get it. That said, there are some things to note: 1. There will hopefully be a binary port soon. 2. The port would have, as a prerequisite, installing the Linux JDK so it could bootstrap the compilation. This seems kinda silly from some perspectives :). 3. You _might_ run into the InvokerGen problem as you have to bootstrap with the Linux JDK. In terms of our JDK ports in general, some clever soul may wish to submit patches for the linux-jdk port which updates from the Blackdown RC4 to the Blackdown FCS release. In fact, I should probably do this myself since I've got it working happily at home. In fact, you don't even need to be very clever, as the patches are quite easy :). Hmmm, looking at port's Makefile I'm wondering why there is a RUN_DEPENDS line that features the Linux libc.so.5 when we're installing a glibc2 binary? Kees Jan? - Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message