From owner-freebsd-questions@FreeBSD.ORG Fri Jan 19 21:20:57 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 DDD4616A407 for ; Fri, 19 Jan 2007 21:20:57 +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 B7EE913C45E for ; Fri, 19 Jan 2007 21:20:57 +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 5D3DD5190F for ; Fri, 19 Jan 2007 16:20:55 -0500 (EST) Date: Fri, 19 Jan 2007 21:20:53 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070119212053.44a63254@gumby.homeunix.com> In-Reply-To: <002e01c73ba2$c609f2f0$7800a8c0@carla> References: <002e01c73ba2$c609f2f0$7800a8c0@carla> X-Mailer: Claws Mail 2.7.0 (GTK+ 2.10.7; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Hide ports make options/config 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: Fri, 19 Jan 2007 21:20:57 -0000 On Fri, 19 Jan 2007 03:21:07 -0500 "Charlie Hynson III" wrote: > I am making myself an easy install sh shell script that configures my > own basic setup on FreeBSD 6.2 Release. Wondering how I tell make when > installing a port not to ask me make options/config (silent install). > For all ports and or individual ports. Since I have my make options > set in pkgtools config for sysutils/portupgrade. Unless the behaviour of portupgrade has changed recently, this is a bad idea. The options in pkgtools.conf only apply to ports that portupgrade builds directly. During an initial installation most of the ports get built as missing dependencies, so miss the options set in pkgtools.conf. A better way is to set the options in make.conf either directly or by using sysutils/portconf.