From owner-freebsd-questions@FreeBSD.ORG Thu Apr 26 12:15:37 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 71D0B16A402 for ; Thu, 26 Apr 2007 12:15:37 +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 4BF4613C448 for ; Thu, 26 Apr 2007 12:15:37 +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 09B925197E for ; Thu, 26 Apr 2007 08:15:35 -0400 (EDT) Date: Thu, 26 Apr 2007 13:15:33 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070426131533.52005972@gumby.homeunix.com.> In-Reply-To: <462FEC41.50701@yahoo.de> References: <462FEC41.50701@yahoo.de> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portinstall --batch something 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: Thu, 26 Apr 2007 12:15:37 -0000 On Thu, 26 Apr 2007 02:03:13 +0200 Stevan Tiefert wrote: > Hello list, > > what will portinstall do if I give it the --batch argument? Will it > compile the port with all options it knows or only the standard ones? > I ask because "man 1 portinstall" or "man 7 ports" is not informative > enough at this point. > It does the makes with BATCH=yes set. The main effect of this is that it prevents the options menus from showing, which means ports build with the last options set or the default.