From owner-freebsd-ports@FreeBSD.ORG Fri Aug 6 13:38: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 53DA61065679 for ; Fri, 6 Aug 2010 13:38:58 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id F2E978FC18 for ; Fri, 6 Aug 2010 13:38:57 +0000 (UTC) Received: by ywf9 with SMTP id 9so3533353ywf.13 for ; Fri, 06 Aug 2010 06:38:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=X+4sP4O/OwruvNLSfV1fa98jSXJBGei2IZTujP5wzCs=; b=QmDBCv+xpHgQ61fT4NCNv8nh3d5dP8yXZAXFimpHxzU3tVRm/qHHTL/pyazE2wLx8z LyAQt5QdGyaOKCco7YKyTcT+sZgokqnT4zT4gkx6ABPEZEPkLlAua7aB/pyIW4QpQY3r RPyyaVErXjMlY2t7mPZf057Bn6NI/GGv0P7IE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=OiJJqz0AkTEdrNC5Q0kxufO2joul9VVpGTR2XpYfyqhMml0rxSvAS1XSyIQuzrNcB+ 7JxfmqaFDmMkMzVmhnI0Lkoe5/pk0BHkrTdghUZQcqcTf/tuiks7naG6xTfkknlEPSz7 9okFpC0I7y2cnw7mniKKfr4ghAMLvkx2a6kq8= MIME-Version: 1.0 Received: by 10.151.87.9 with SMTP id p9mr11697504ybl.333.1281101937010; Fri, 06 Aug 2010 06:38:57 -0700 (PDT) Received: by 10.231.161.208 with HTTP; Fri, 6 Aug 2010 06:38:56 -0700 (PDT) In-Reply-To: References: <4C5BC280.1070805@FreeBSD.org> Date: Fri, 6 Aug 2010 06:38:56 -0700 Message-ID: From: Freddie Cash To: Sandra Kachelmann Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org 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:38:58 -0000 On Fri, Aug 6, 2010 at 6:26 AM, Sandra Kachelmann wrote: >> On Fri, Aug 6, 2010 at 2:44 PM, Sandra Kachelmann wrote: >> > On Fri, Aug 6, 2010 at 1:52 PM, Martin Schweizer >> > wrote: >> >> Hello Sandra >> >> >> >> I was in a similar situation. I found the following paramters very usefull: >> >> >> >> portmaster -a -d --no-confirm >> >> >> >> -a: Take all installed ports >> >> -d: Delete any dependicies >> >> -no--confirm: Wait not after the check which ports are upgradable > and like someone else suggested adding BATCH?=yes to /etc/make.conf, > then running: > > $ portmaster -a -d --no-confirm > > Still asks me to confirm all the options. If you absolutely do not want to see the OPTIONS screens, no matter what, then add -G (see man page for details). -- Freddie Cash fjwcash@gmail.com