From owner-freebsd-java@FreeBSD.ORG Tue Nov 25 06:43:55 2003 Return-Path: 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 714A916A4CE for ; Tue, 25 Nov 2003 06:43:55 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB19A43FDF for ; Tue, 25 Nov 2003 06:43:53 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AOePq-000EB8-TY; Tue, 25 Nov 2003 16:43:46 +0200 Date: Tue, 25 Nov 2003 16:43:46 +0200 From: Sheldon Hearn To: Alexey Zelkin Message-ID: <20031125144346.GU3597@starjuice.net> Mail-Followup-To: Alexey Zelkin , Peter Schuller , freebsd-java@freebsd.org References: <200311230237.16103.peter.schuller@infidyne.com> <20031124090207.GK18581@starjuice.net> <200311241623.25830.peter.schuller@infidyne.com> <200311242205.14636.peter.schuller@infidyne.com> <20031125161937.A53695@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031125161937.A53695@phantom.cris.net> User-Agent: Mutt/1.5.4i cc: Peter Schuller cc: freebsd-java@freebsd.org Subject: Re: Compiling a native 1.4 with gcc 3.3 on FreeBSD 5-CURRENT X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 14:43:55 -0000 On (2003/11/25 16:19), Alexey Zelkin wrote: > Please use ports/java/jdk14 in order to compile/install jdk1.4.2, and > make sure that you've cvsuped your ports tree first. That's quite a hectic bar to entry. It means that folks with no JDK must: 1) Install linux-sun-jdk14. 2) CVS update port to 1.4.1. 3) Install jdk14. 4) CVS update port to 1.4.2 5) Install jdk14. Step 1 will be handled automatically by step 3, but it's still a LOT of downloading and installing. Also, CVSup users can't easily update ports to specific versions. :-( Ciao, Sheldon.