From owner-freebsd-java@FreeBSD.ORG Mon Jan 4 14:09:10 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A34C51065676 for ; Mon, 4 Jan 2010 14:09:10 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 56CB18FC16 for ; Mon, 4 Jan 2010 14:09:10 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from ) id 1NRncL-0002v4-A7 for freebsd-java@freebsd.org; Mon, 04 Jan 2010 15:09:09 +0100 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 26F53C6D4 for ; Mon, 4 Jan 2010 15:09:05 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-java@freebsd.org Date: Mon, 04 Jan 2010 15:09:04 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: User-Agent: Opera Mail/10.10 (FreeBSD) Content-Transfer-Encoding: quoted-printable Subject: java/openjdk7 port always wants diablo-jdk16 to build X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 14:09:10 -0000 Hi, I saw the openjdk7 port and tried to build it. I haven jdk16 and openjdk6= =20 already installed, but the port always wants to build with diablo-jdk16 =20 and tries to install it. I modified the Makefile to make openjdk6 the BOOTSTRAPJDKDIR in the '# if= =20 no valid jdk found, set dependency' part. This is still building, but =20 seams to work. This is on a 8-STABLE/amd64 of dec-29-2009. Cheers, Ronald.