From owner-freebsd-java Wed Feb 19 18:12:18 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C6637B401 for ; Wed, 19 Feb 2003 18:12:17 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387F443F75 for ; Wed, 19 Feb 2003 18:12:16 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.11.1) with ESMTP id h1K2BsDQ009692; Wed, 19 Feb 2003 21:11:55 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Originating-IP: [66.57.229.60] X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.7/8.12.7) with ESMTP id h1K2CLL4093422; Wed, 19 Feb 2003 21:12:21 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.7/8.12.7/Submit) id h1K2CLca093421; Wed, 19 Feb 2003 21:12:21 -0500 (EST) Date: Wed, 19 Feb 2003 21:12:21 -0500 From: Brent Verner To: The Hermit Hacker Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk14 in port format ? Message-ID: <20030220021221.GA93137@rcfile.org> References: <20030219214433.R59175@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030219214433.R59175@localhost> X-muttrc: $Id: .muttrc,v 1.10 2003/02/08 08:35:24 brent Exp $ X-uname: FreeBSD 4.7-STABLE #0: Mon Feb 17 22:05:06 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [2003-02-19 21:46] The Hermit Hacker said: | | Hi ... | | Has anyone done a port of this that can be downloaded? I realize that | jdk14 is 'in development', but I've got a problem with linux-sun-jdk14 | that I'd like to see if the native version corrects, and if I could | download a tar of a port "structure" and install it like a port (with | suitable deinstall capabilities), that would make it alot easier to back | it out afterwards ... Hi Marc. Greg (Lewis) has mentioned creating a real port, but if you are in a hurry and can deal with a little manual cleanup with deinstall[1], give this a shot. http://www.rcfile.org/~brent/jdk14/jdk14-bsd.tar.gz Creates a package named jdk-1.4.1-bsd-p2 that installs to /usr/local/jdk1.4.1-bsd. I've used this for installs on 4.7-stable and 5.0-current systems with success. Please note that the Makefile expects the patchset in zip format. You can easily convert the downloaded patchset tarball to zip with # (A=`mktemp -d -t /tmp`; cd $A; tar zxvf /usr/ports/distfiles/bsd-jdk14-patches-2.tar.gz; zip /usr/ports/distfiles/bsd-jdk14-patches-2.zip *; cd ..; rm -rf $A) cheers. brent [1] pkg-plist is not up to date, so it leaves some files behind on deinstall... color me lazy :-) -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message