From owner-freebsd-ports@FreeBSD.ORG Fri Aug 6 13:26:32 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 5C873106564A for ; Fri, 6 Aug 2010 13:26:32 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 168F58FC23 for ; Fri, 6 Aug 2010 13:26:31 +0000 (UTC) Received: by gxk24 with SMTP id 24so3557277gxk.13 for ; Fri, 06 Aug 2010 06:26:31 -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:content-type; bh=2wR6N6sRk8Ou9bN1rHM5LiOJhstP+vWdLQkE/9/bpGc=; b=qezFh3fT7vx2nkwuy4dLVD2UG1yQYwMaVIwMSUrRHbbT2Ecy2KQxO7IilGLKZiTgLI CX3xIC8aMkfnPUlmJv/sFwFGa6xomWE+fSm4c875PPJtxCo33Nvs5S5YHdQV2GXOaIL8 s3PdrC6iX0Lb71mVUnket+3Xl8GBl5DsfqWZY= 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 :content-type; b=xaAVrXWARGwEnIWsWGB9E7+F0fKi+NrqMSrSEAJyECHvT+HJyEP9/m7hO6qWUXAqVr 7I738hCZSrc9cVJk6A4nuueKY+44E99biECPtY5FKxPTFuQsd6DMS8ryVNjmAEf1PFCe rJRJMjlZjOo66yJEof9AzCUciA6jSqHswflGM= MIME-Version: 1.0 Received: by 10.150.173.14 with SMTP id v14mr14396538ybe.352.1281101191272; Fri, 06 Aug 2010 06:26:31 -0700 (PDT) Received: by 10.220.81.76 with HTTP; Fri, 6 Aug 2010 06:26:31 -0700 (PDT) In-Reply-To: References: <4C5BC280.1070805@FreeBSD.org> Date: Fri, 6 Aug 2010 15:26:31 +0200 Message-ID: From: Sandra Kachelmann To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: 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:26:32 -0000 > 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 > >> > >> With the above switch portmaster waits in two case: > >> 1. If you run in an compile error > >> 2. If the port is new and will asks you about make config > >> > >> I did now three upgrades like above and it worked as expected. > > > > Hi Martin > > > > Thank you for your answer (and everyone else who replied). This is > > exactly the reason why I keep going back to portupgrade. Default > > OPTIONS almost always work for me - if not I go to the ports directory > > and run make config then let the --batch option of portinstall deal > > with everything. > > > > It would be extremely nice if there would be a --batch option that > > would act like portupgrade. > > Does setting BATCH in the environment not work? Unfortunately not. I tried: $ BATCH=yes portmaster -a -d --no-confirm 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. Sandra