From owner-freebsd-ports@FreeBSD.ORG Mon Jun 23 08:57:44 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D6531065677 for ; Mon, 23 Jun 2008 08:57:44 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 528478FC14 for ; Mon, 23 Jun 2008 08:57:42 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 82692 invoked from network); 23 Jun 2008 08:57:41 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 23 Jun 2008 08:57:41 -0000 Message-ID: <485F6585.2040307@FreeBSD.org> Date: Mon, 23 Jun 2008 10:57:41 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.14 (X11/20080608) MIME-Version: 1.0 To: Alexey Shuvaev References: <20080622020728.GC13734@server.vk2pj.dyndns.org> <485DF018.5020703@FreeBSD.org> <485F4B7E.3040905@FreeBSD.org> <485F4EE1.9040603@FreeBSD.org> <485F5582.5040101@FreeBSD.org> <20080623084308.GA51236@wep4017.physik.uni-wuerzburg.de> In-Reply-To: <20080623084308.GA51236@wep4017.physik.uni-wuerzburg.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Issues with portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 08:57:44 -0000 Alexey Shuvaev ha scritto: > It seems I don't understand something here. Can someone explain why > jdk ports need to set BUILD_DEPENDS on diablo-jdk15 unconditionally? (nearly) every JDK port needs an already usable/installed JDK to bootstrap the compilation. This is the reason of the BUILD_DEPENDS on javac that you cannot remove. But the port providing the javac binary could not be the diablo-jdk. -- Alex Dupre