From owner-freebsd-questions@FreeBSD.ORG Tue Mar 13 21:11:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F2B616A402 for ; Tue, 13 Mar 2007 21:11:16 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id F228013C487 for ; Tue, 13 Mar 2007 21:11:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 98659519CD for ; Tue, 13 Mar 2007 17:11:14 -0400 (EDT) Date: Tue, 13 Mar 2007 21:11:11 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070313211111.4a8c7c89@gumby.homeunix.com> In-Reply-To: <20070312223920.1a7a4629.bsd-unix@earthlink.net> References: <042d01c76476$b226bc30$16743490$@net> <20070313001520.GA7158@holestein.holy.cow> <20070312223920.1a7a4629.bsd-unix@earthlink.net> X-Mailer: Claws Mail 2.8.0 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Recover Make ARG's from a ports Install 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: Tue, 13 Mar 2007 21:11:16 -0000 On Mon, 12 Mar 2007 22:39:20 -0400 Randy Pratt wrote: > There is already a mechanism in place for this: > > /usr/local/etc/pkgtools.conf It better to put the configuaration in make.conf so it's seen by the ports system itself. ports-mgmt/portconf can simplify this The problem with pkgtools.conf is that it doesn't always work. Missing dependencies get built by the ports system itself, outside of portupgrade's control.