From owner-freebsd-ports@FreeBSD.ORG Fri Aug 6 14:28:58 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 E8412106566B for ; Fri, 6 Aug 2010 14:28:57 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 951F38FC08 for ; Fri, 6 Aug 2010 14:28:57 +0000 (UTC) Received: by vws7 with SMTP id 7so7414355vws.13 for ; Fri, 06 Aug 2010 07:28:56 -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=iJdpM+Te6Rc6VWZO3k9nb/YBTHkzR0tWLZCxb2bw1TU=; b=huFzFXHriTDjEqnepkgug1AJasDw6VtPk51gNSVII0bRq3bsRifxYTZwSKLO2GgjJf QvA3x16IJciQ0V5ErSutoy1IbPQz3Wt2kU4oVJc7bx8xkgS7vaIJTufDTXXN94CPPVoH e7dDR73fqAaConpanKw++VF0F2EYXSZI0fVsQ= 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=Hr0TcCspuPZUMpHYyC3mIZQ1Da/N+qvd7v5e1rZGUdtO62IGMMXMs8ucUmOObB2Q2i 7wjEWNdlZOfO2xxo0lWGtwxglMMcBUmRbQrG1nb0Vm+uJNXOmDr4doK7jhmkvBXvKDS2 cnGczghQgGa8fAyHIWrZohpBmXhYIDnzYh6gA= MIME-Version: 1.0 Received: by 10.220.88.22 with SMTP id y22mr8341152vcl.152.1281104936518; Fri, 06 Aug 2010 07:28:56 -0700 (PDT) Received: by 10.220.81.76 with HTTP; Fri, 6 Aug 2010 07:28:56 -0700 (PDT) In-Reply-To: References: <4C5BC280.1070805@FreeBSD.org> Date: Fri, 6 Aug 2010 16:28:56 +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 14:28:58 -0000 On Fri, Aug 6, 2010 at 4:09 PM, Sandra Kachelmann wrote: > On Fri, Aug 6, 2010 at 3:59 PM, Sandra Kachelmann > wrote: >> 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.=A0 -G makes portmaster handle the options = screen >>> 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 i= t, my >>> make.conf fu is only sightly better than it documentation which isn't m= uch. >>> >>> -- >>> 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 > > Think I found it: > > portmaster --no-confirm -G -m 'BATCH=3Dyes' /usr/ports/x11/xorg > > This seems to do what I want. Still --batch would be nice - guess I'll > create a shell alias. > > Sorry for all the lame questions - it seems that I want something > really special nobody else is interested in. Hmm... I just tried to update an outdated system with: $ portmaster --no-confirm -G -m 'BATCH=3Dyes' -a after a while it asked me whether I want to delete pcre - so -m BATCH=3Dyes does not work. Sandra