From owner-freebsd-questions@FreeBSD.ORG Sat Mar 1 23:22:11 2008 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 5998B1065676 for ; Sat, 1 Mar 2008 23:22:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 242818FC2C for ; Sat, 1 Mar 2008 23:22:10 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 4476E1CC8B; Sat, 1 Mar 2008 14:22:09 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 2 Mar 2008 00:22:06 +0100 User-Agent: KMail/1.9.7 References: <47c9e1a1.c98z3hRYgXce6kBO%perryh@pluto.rain.com> In-Reply-To: <47c9e1a1.c98z3hRYgXce6kBO%perryh@pluto.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803020022.07632.fbsd.questions@rachie.is-a-geek.net> Cc: perryh@pluto.rain.com Subject: Re: dependencies in portmaster 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: Sat, 01 Mar 2008 23:22:11 -0000 On Sunday 02 March 2008 00:07:13 perryh@pluto.rain.com wrote: > If I am understanding the portmaster manpage correctly this is close > to what -n would do, but I don't even want it to do 'make config' Yes, you do. Because make config determines the dependencies. If speed is what you're worried about, then first do: make config-recursive in the port you want to investigate, then do portmaster -n - OR, specify BATCH=yes and PACKAGE_BUILDING=yes to portmaster as make flags. But note that that will accept a set of default options, as defined by the port maintainer. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.