From owner-freebsd-ports@FreeBSD.ORG Fri Aug 6 14:09:14 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 A1134106566B for ; Fri, 6 Aug 2010 14:09:14 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1478FC0A for ; Fri, 6 Aug 2010 14:09:14 +0000 (UTC) Received: by pzk7 with SMTP id 7so3243804pzk.13 for ; Fri, 06 Aug 2010 07:09:14 -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=V1ze3qOb93uzKaiLblh/g6Ljzw5AlVlgr6D2k+Ux5zs=; b=rgp7xaEOCZmoK5vbtip7fMF8DjofKMyb/5jY7x8QNbhJ/BuNAryqoCRLlxV9IGa+R9 X+SQKDY4O2ghRs9VurJ4+0lVviG2nJp32/NMH7vYCnqKG5F9ErWV7aO36mIVpmkZQ9Hg chY5DATzy92J7Ttcz0rzqLnNiLMKlYXFMTpUw= 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=R6BKAtoP/DliZrnBLz+J+q74A2J0YV/ohH5NqNnkI0KxaOy90I1iJHTJuif+angDSH BdfVyZo7jmqMf5TAgDgogNlBpP7O4KBbQEwM8d/ub2G/2FTXOSBSJtxft1JVGMR0d72v JDULnSFGBSORjwvmE/At1APaei11LzyY1QTPw= MIME-Version: 1.0 Received: by 10.114.137.8 with SMTP id k8mr12517285wad.202.1281103753767; Fri, 06 Aug 2010 07:09:13 -0700 (PDT) Received: by 10.220.81.76 with HTTP; Fri, 6 Aug 2010 07:09:13 -0700 (PDT) In-Reply-To: References: <4C5BC280.1070805@FreeBSD.org> Date: Fri, 6 Aug 2010 16:09:13 +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:09:14 -0000 On Fri, Aug 6, 2010 at 3:59 PM, Sandra Kachelmann wrote: > On Fri, Aug 6, 2010 at 3:45 PM, Adam Vande More w= rote: >> 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 s= creen >> 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 mu= ch. >> >> -- >> 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. Sandra