From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 23:00:18 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 16491106566C for ; Mon, 3 Mar 2008 23:00:18 +0000 (UTC) (envelope-from fbsd06+TV=aa29550d@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id F13868FC1E for ; Mon, 3 Mar 2008 23:00:17 +0000 (UTC) (envelope-from fbsd06+TV=aa29550d@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 51FC9164725 for ; Mon, 3 Mar 2008 17:36:29 -0500 (EST) 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 CCE9DD05A3 for ; Mon, 3 Mar 2008 17:36:27 -0500 (EST) Date: Mon, 3 Mar 2008 22:36:25 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080303223625.2b97a9e5@gumby.homeunix.com.> In-Reply-To: <2583.163.150.112.33.1204570532.squirrel@squirrel.kq6up.org> References: <2583.163.150.112.33.1204570532.squirrel@squirrel.kq6up.org> X-Mailer: Claws Mail 3.3.0 (GTK+ 2.12.8; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portupgrade 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, 03 Mar 2008 23:00:18 -0000 On Mon, 3 Mar 2008 10:55:32 -0800 (PST) chris@chrismaness.com wrote: > Is there a way to get the portupgrade to just accept all of the > defaults for the configurations of the individual ports. I tried # > env BATCH=yes, but it still just goes on hanging on the port > configuration menus. It seems as though these time out (though I'm > not sure). > It should work, is there a specific port that fails? When you say you tried "env BATCH=yes" did you use it properly like this: # env BATCH=yes portupgrade foo rather than # env BATCH=yes # portupgrade foo