From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 21:57:53 2007 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 60DC816A469 for ; Mon, 12 Nov 2007 21:57:53 +0000 (UTC) (envelope-from fbsd06+QF=9eda887d@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 38CC713C4BF for ; Mon, 12 Nov 2007 21:57:53 +0000 (UTC) (envelope-from fbsd06+QF=9eda887d@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 8AF89D04FF for ; Mon, 12 Nov 2007 16:57:28 -0500 (EST) Date: Mon, 12 Nov 2007 21:57:26 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071112215726.5759aef6@gumby.homeunix.com.> In-Reply-To: <20071112162148.0F5E.GERARD-SEIBERT@seibercom.net> References: <4738A3AC.8090804@otenet.gr> <20071112201409.600b152a@gumby.homeunix.com.> <20071112162148.0F5E.GERARD-SEIBERT@seibercom.net> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Ports with GUI configs 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: Mon, 12 Nov 2007 21:57:53 -0000 On Mon, 12 Nov 2007 16:25:47 -0500 Gerard wrote: > On November 12, 2007 at 03:14PM RW wrote: > > [ ... ] > > > Yes, but that doesn't work if you are doing a portupgrade -a, you > > then need to wrap the makes in a simple script, which is what I was > > referring to. Portmaster has something like this built-in. > > From man PORTUPGRADE(1): > > -- batch Run an upgrading process in a batch mode > (with BATCH=yes) Yes, I already wrote: > > .. and you can also set > > BATCH to take the default options but BATCH is a kludge if you actually want the options screens, but don't want builds interrupted. Much better to do the "make config"s separately in one go.