From owner-freebsd-java Wed May 1 0:17: 1 2002 Delivered-To: freebsd-java@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 1768637B417 for ; Wed, 1 May 2002 00:16:57 -0700 (PDT) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id g417HCH29599; Wed, 1 May 2002 09:17:12 +0200 (CEST) (envelope-from ernst) Message-Id: <200205010717.g417HCH29599@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: EuroNet Internet B.V. To: Greg Lewis , Jeroen Ruigrok/asmodai Subject: Re: Build and questions [Debugging info, hence long] Date: Wed, 1 May 2002 09:17:11 +0200 X-Mailer: KMail [version 1.3.2] Cc: java@FreeBSD.ORG References: <20020421140546.GN24261@daemon.ninth-circle.org> <20020430064110.A44002@misty.eyesbeyond.com> In-Reply-To: <20020430064110.A44002@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hi Greg, > > got jdk1.3.1 to build [again] without much problems on STABLE. > > I then became daring and used my recently installed native jdk to > > bootstrap the native jdk build. > > And it built all the way. :) > > [Not that it gained me anything but being able, hopefully, to bootstrap > > any subsequent port changes without need for the linux-jdk13.] > > Good idea. I'd been planning this but I've just added a Makefile variable > to allow this and will hopefully commit it following testing and approval. You should be able to use: USE_JAVA= 1.3+ but this will attempt to use the native 1.3.1 if there is no JDK 1.3.x installed. I will patch bsd.java.mk so it will check that ${PKGCATEGORY}/${PORTNAME} does not equal ${_JAVA_PORT_FREEBSD_1_3}. If it does, then the native JDK will be excluded as an option. What do you think? Regards, Ernst -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message