From owner-freebsd-questions@FreeBSD.ORG Sat Jul 1 03:06:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382F416A54D for ; Sat, 1 Jul 2006 03:06:24 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9322C4422B for ; Sat, 1 Jul 2006 02:59:15 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id B614CD888F2 for ; Fri, 30 Jun 2006 22:59:13 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Fri, 30 Jun 2006 22:59:16 -0400 X-Sasl-enc: E5Qxgguc0GaZDdH3HlebOmQzGnE8Zav00V6OTqKvEQhn 1151722756 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 17AB61818 for ; Fri, 30 Jun 2006 22:59:16 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sat, 1 Jul 2006 03:59:02 +0100 User-Agent: KMail/1.9.3 References: <200606301131.29593.daeg@houston.rr.com> <20060630182544.GG2111@tigger.digitaltorque.ca> <20060630193508.EDC6.GERARD@seibercom.net> In-Reply-To: <20060630193508.EDC6.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607010359.06112.list-freebsd-2004@morbius.sent.com> Subject: Re: batching port builds 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 Jul 2006 03:06:24 -0000 On Saturday 01 July 2006 00:44, Gerard Seibert wrote: > Michael P. Soulier wrote: > > On 30/06/06 David J Brooks said: > > > If you do 'make -DBATCH' instead of 'make' - you will use the preset > > > defaults for each port with options. Or you can do > > > 'make config-recursive' - which will offer you all the option screens > > > for the port in whose directory you're currently in and all its > > > dependencies. > > > > > > See 'man ports' for more information. > > > > > > To use those with 'portupgrade -a' will probably take some custom > > > scripting. > > > > Ah, so there's no make.conf option for this? > > I have: BATCH= yes in my /etc/make.conf file and it works fine. It works better in the envronment, than in /etc/make.conf. Some deinstall scripts prompt for input, and pkg_delete doesn't read make.conf.