From owner-freebsd-java@FreeBSD.ORG Fri Jul 18 08:11:26 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 830A537B401 for ; Fri, 18 Jul 2003 08:11:25 -0700 (PDT) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E71E43F75 for ; Fri, 18 Jul 2003 08:11:24 -0700 (PDT) (envelope-from holger.kipp@alogis.com) Received: from alogis.com (kipp@clausthal.int1.b.intern [10.1.1.30]) by alogis.com (8.11.1/8.9.3) with ESMTP id h6IFBMY21051; Fri, 18 Jul 2003 17:11:22 +0200 (CEST) (envelope-from holger.kipp@alogis.com) Sender: kipp@alogis.com Message-ID: <3F180972.37C704AA@alogis.com> Date: Fri, 18 Jul 2003 16:51:30 +0200 From: Holger Kipp X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: Marcus Henschel , freebsd-java@freebsd.org References: <000001c34d3b$26d8d6a0$97faa8c0@mhnote> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: AW: FreeBSD 4.8 stable / jdk14 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: Fri, 18 Jul 2003 15:11:26 -0000 Marcus Henschel wrote: > >> Bootstrap Settings: > >> BOOTDIR = /usr/local/linux-sun-jdk1.4.1 > > ^^^^^^^^^^^^^^^^^^ > > > > You probably want to install linux-sun-jdk1.4.1 first. > the problem is, that i can't install linux-sun-jdk1.4.1. If i move > to /usr/ports/java/linux-sun-jdk14 and do a make install it says: > ===> linux-sun-jdk-1.4.2 You must manually fetch the J2SE v1.4 SDK > Linux GNUZIP Tar shell script (j2sdk-1_4_2-linux-i58 > 6.bin) from http://java.sun.com/webapps/download/Display?BundleId=8590\ > &Referer=http://java.sun.com/j2se/1.4.2/download.html, place it in > /usr/ports/distfiles and then run make again. Hmm. Have you considered installing linux-sun-jdk1.4.2 then and changing Makefile for jdk14 accordingly? Something like --- Makefile Sun Apr 6 03:17:00 2003 +++ Makefile.142 Fri Jul 18 17:01:17 2003 @@ -36,7 +36,7 @@ .if defined(NATIVE_BOOTSTRAP) JDK14DIR?= ${LOCALBASE}/jdk${JDK_VERSION} .else -JDK14DIR?= ${LOCALBASE}/linux-sun-jdk${JDK_VERSION} +JDK14DIR?= ${LOCALBASE}/linux-sun-jdk1.4.2 .endif # workaround to handle both 'zip' and 'tar.gz' distfiles might do the trick for the time being. Regards, Holger -- Holger Kipp, Dipl.-Math., Systemadministrator | alogis AG Fon: +49 (0)30 / 43 65 8 - 114 | Berliner Strasse 26 Fax: +49 (0)30 / 43 65 8 - 214 | D-13507 Berlin Tegel email: holger.kipp@alogis.com | http://www.alogis.com