From owner-freebsd-ports@FreeBSD.ORG Fri Aug 6 14:10:02 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF1C4106568D for ; Fri, 6 Aug 2010 14:10:02 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 46B348FC18 for ; Fri, 6 Aug 2010 14:10:01 +0000 (UTC) Received: (qmail invoked by alias); 06 Aug 2010 14:10:00 -0000 Received: from baloo.cs.uni-paderborn.de (EHLO baloo.cs.uni-paderborn.de) [131.234.21.116] by mail.gmx.net (mp062) with SMTP; 06 Aug 2010 16:10:00 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX19kWgks9wxk2uPxwpAsFqn9aGmTA0tvOIwm/JuYL+ /9biFhFJtVhE+A Received: from [127.0.0.1] by baloo.cs.uni-paderborn.de with esmtp (Exim 4.70) (envelope-from ) id L6QI0N-0001XG-8K for freebsd-ports@freebsd.org; Fri, 06 Aug 2010 16:09:59 +0200 Message-ID: <4C5C17B6.7030204@gmx.de> Date: Fri, 06 Aug 2010 16:09:58 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4C5BC280.1070805@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: i keep *trying* to move from portupgrade to portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2010 14:10:02 -0000 Am 06.08.2010 15:59, schrieb Sandra Kachelmann: > On Fri, Aug 6, 2010 at 3:45 PM, Adam Vande More wrote: >> On Fri, Aug 6, 2010 at 8:38 AM, Freddie Cash wrote: >>> >>> If you absolutely do not want to see the OPTIONS screens, no matter >>> what, then add -G (see man page for details). >> >> No, that's not what -G does. -G makes portmaster handle the options screen >> similar to portupgrade eg waiting to ask you until it runs into it. >> >> Setting BATCH=yes in make.conf does work, maybe BATCH?=yes breaks it, my >> make.conf fu is only sightly better than it documentation which isn't much. >> >> -- >> Adam Vande More > > OK, that does work: > > Setting BATCH=yes in /etc/make.conf and running: > > $ portmaster --no-confirm -G /usr/ports/x11/xorg > > But is there really no way to specify it as argument of portmaster? Did you try this? portmaster ... -mBATCH=yes ... -- Matthias Andree