From owner-freebsd-ports@FreeBSD.ORG Fri Aug 6 13:59:17 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9605B1065672 for ; Fri, 6 Aug 2010 13:59:17 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 62FA68FC14 for ; Fri, 6 Aug 2010 13:59:17 +0000 (UTC) Received: by pwj4 with SMTP id 4so605167pwj.13 for ; Fri, 06 Aug 2010 06:59:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fPQz6qBju2krw4qLGsfSUE9Oy3r/h52vMGNUDJRDZ48=; b=f8uSfUvIvCchHWo9qfeNF16QCb8KjiaTrPzhnXHvp0hAL7T6AvmsmhUcjH0bwjyUl/ IFQ5TdUAG1V22Mrnt0VD1jSMyW+5BZJrirnZ9hzhdPPb/pqNWvPFgEqHXum3hoDi42Ie 0PvD+xCLEhJSddJ3oCb8QZV541kFZa7URdjYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=M+6swoWj+Zy0uhgAdBF/EK+OYeXH6YSZ+fBdEa1IasZCP5LSlzhRyx1lpgbpy+AIpd tf+wuNfsaQqzXRkVzGI6ZpIez7Bvm2Ag8Kd5rsgh1UtltitIpKvE8cxMaK/IYUDv0Z1l Z5N1lh3wBYjYiO7ruHTHleggXMAJpWv3PKysQ= MIME-Version: 1.0 Received: by 10.114.92.17 with SMTP id p17mr14094661wab.38.1281103156825; Fri, 06 Aug 2010 06:59:16 -0700 (PDT) Received: by 10.220.81.76 with HTTP; Fri, 6 Aug 2010 06:59:16 -0700 (PDT) In-Reply-To: References: <4C5BC280.1070805@FreeBSD.org> Date: Fri, 6 Aug 2010 15:59:16 +0200 Message-ID: From: Sandra Kachelmann To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Freddie Cash 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 13:59:17 -0000 On Fri, Aug 6, 2010 at 3:45 PM, Adam Vande More wro= te: > 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.=A0 -G makes portmaster handle the options sc= reen > similar to portupgrade eg waiting to ask you until it runs into it. > > Setting BATCH=3Dyes in make.conf does work, maybe BATCH?=3Dyes breaks it,= my > make.conf fu is only sightly better than it documentation which isn't muc= h. > > -- > Adam Vande More OK, that does work: Setting BATCH=3Dyes 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? Sandra