From owner-java@FreeBSD.ORG Mon Dec 15 13:00:04 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA13552 for java-outgoing; Mon, 15 Dec 1997 13:00:04 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-3-10.interlinx.qc.ca [207.253.79.70]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA13478; Mon, 15 Dec 1997 12:59:37 -0800 (PST) (envelope-from boia01@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id QAA18111; Mon, 15 Dec 1997 16:09:14 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Mon, 15 Dec 1997 16:09:13 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: Nate Williams cc: nate@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Subject: Re: Diffs for 1.1.2 (fwd) In-Reply-To: <199712151844.LAA05518@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Mon, 15 Dec 1997, Nate Williams wrote: > > As promised, I am releasing the diffs for the JDK 1.1.2 port to > > FreeBSD. > > > > The URL is > > "ftp://ftp.freebsd.org/pub/FreeBSD/incoming/jdk1.1.2-fbsd1.diff.gz" > > Are there any special instructions on how to use these, or necessary > steps needed to get the build tree setup? Any pre-requisites (requiring > any particular port/package, etc..?) > You'll need some external utilities, but nothing very exotic: o A shareable Motif 1.2.x library o Korn shell (in /bin/ksh, and in /usr/local/bin/ksh) o GNU make (gmake) o GNU m4 (gm4) o "unzip" and "zip" o A functionnal JDK 1.02 port (installed in /usr/local/java/latest, I think). If you have any other JDK 1.1, such as mine, it'll work as well. Alex.