From owner-freebsd-questions@FreeBSD.ORG Thu Apr 16 10:33:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3AB21065672 for ; Thu, 16 Apr 2009 10:33:57 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 915148FC28 for ; Thu, 16 Apr 2009 10:33:57 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (gate.lan.rachie.is-a-geek.net [192.168.2.10]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 168047E818; Thu, 16 Apr 2009 02:33:56 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Thu, 16 Apr 2009 12:33:54 +0200 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; i386; ; ) References: <49E274F5.4030001@onetel.com> <200904142102.09258.mel.flynn+fbsd.questions@mailing.thruhere.net> <200904150926.12007.j.mckeown@ru.ac.za> In-Reply-To: <200904150926.12007.j.mckeown@ru.ac.za> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904161233.54841.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Jonathan McKeown Subject: Re: make run-depends-list-recursive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 10:33:58 -0000 On Wednesday 15 April 2009 09:26:11 Jonathan McKeown wrote: > On Tuesday 14 April 2009 21:02:08 Mel Flynn wrote: > > On Monday 13 April 2009 03:56:15 Tim Judd wrote: > > > make all-depends-list > > > > Two things: > > 1) It surpresses config target and if a port has OPTIONS set, then you > > may get surprised once you've configured the port and ticked/unticked an > > option > > I'm not sure what you're saying here, but if you want to avoid a surprise > you can run make config to choose options, then re-run make > all-depends-list: the dependency list changes according to the config > options. In theory, yes. In practice, make config-recursive (which is what you'd use) takes all-depends-list as input and as such suffers from the same flaw: config-recursive -> all-depends-list entry => config-conditional make config new dep not in list I found it easier to use this, especially when building multiple ports from a list of origins, rather then waking up to an options screen. -- Mel