From owner-freebsd-ports@FreeBSD.ORG Fri Aug 6 12:44:11 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 63B771065674; Fri, 6 Aug 2010 12:44:11 +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 E52818FC1A; Fri, 6 Aug 2010 12:44:10 +0000 (UTC) Received: by vws7 with SMTP id 7so7327133vws.13 for ; Fri, 06 Aug 2010 05:44:10 -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; bh=+mYJhiMfMLu29RVh6GPzb52VRO2FxLAHx/7W72zxP8M=; b=L22wX2VFtJkqjGoK7qnnr1eIfAaDnEfIvUT/ZWSVb9czTGKRLnl50vWC/VZ+ZV+S8P VGLnU2KSXINVYvW7tV2Gf3a1IQwnHEbytZPBhmINKauJwA/J3Jy/XpPkLO0APQZ8VLuo bAr/Qq2H9fPOPRjtgAFD1usF8d+Yaw8b78Yic= 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; b=UM7fPnZ7GZ0KMmxl+LbMzvJdWXNgJxEyNCirbGHvCf95Drt34xHYqClOy0RTrfiUMw pSv7wBMW/EnSMwFey9bUkQBKZ8n+xO4uVpnjW9Rumk/Lzm7A48tS0KZ4EPGyVowUj5aJ JHBemb2Jmst9oZjNCYCp74aBXKbl+97Yk47wU= MIME-Version: 1.0 Received: by 10.220.125.88 with SMTP id x24mr8228662vcr.65.1281098649207; Fri, 06 Aug 2010 05:44:09 -0700 (PDT) Received: by 10.220.81.76 with HTTP; Fri, 6 Aug 2010 05:44:09 -0700 (PDT) In-Reply-To: References: <4C5BC280.1070805@FreeBSD.org> Date: Fri, 6 Aug 2010 14:44:09 +0200 Message-ID: From: Sandra Kachelmann To: Martin Schweizer Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Doug Barton 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 12:44:11 -0000 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. Sandra