From owner-java@FreeBSD.ORG Mon Dec 15 16:39:25 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA02881 for java-outgoing; Mon, 15 Dec 1997 16:39:25 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA02854; Mon, 15 Dec 1997 16:39:06 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id RAA24760; Mon, 15 Dec 1997 17:39:01 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA06870; Mon, 15 Dec 1997 17:38:58 -0700 Date: Mon, 15 Dec 1997 17:38:58 -0700 Message-Id: <199712160038.RAA06870@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: boia01@gel.usherb.ca Cc: Nate Williams , nate@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Subject: Re: Diffs for 1.1.2 (fwd) In-Reply-To: References: <199712151844.LAA05518@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-java@FreeBSD.ORG Precedence: bulk > > > 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. Great, how about any special build trees, or mods to the original source tree? I note the top of the diff contains lines like this, and there is no javasrc/build/freebsd tree anywhere. :) *** orig/build/freebsd/GNUmakefile Wed May 28 02:52:10 1997 --- javasrc/build/freebsd/GNUmakefile Thu Nov 13 20:08:43 1997 (Sorry for being intentionally obtuse, but I'd like others to know all the steps required to build it...) Nate ps. I *just* got email from Sun pointing me at the JDK1.1.5 sources, download in progress. :) :)