From owner-freebsd-questions@FreeBSD.ORG Sun Mar 5 07:24:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C854D16A420 for ; Sun, 5 Mar 2006 07:24:58 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AEA43D45 for ; Sun, 5 Mar 2006 07:24:58 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k257OpPL042216 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Mar 2006 23:24:51 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k257Opwx042215 for freebsd-questions@freebsd.org; Sat, 4 Mar 2006 23:24:51 -0800 (PST) (envelope-from james) Date: Sat, 4 Mar 2006 23:24:51 -0800 From: James Long To: freebsd-questions@freebsd.org Message-ID: <20060305072451.GA42164@ns.museum.rain.com> References: <20060305033844.4617616A420@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060305033844.4617616A420@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Subject: Re: portupgrade vs. portmanager ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2006 07:24:58 -0000 > Date: Sat, 4 Mar 2006 19:34:57 -0800 > From: Kent Stewart > Subject: Re: portupgrade vs. portmanager ... > To: freebsd-questions@freebsd.org > Cc: Peter , Kiffin Gish > Message-ID: <200603041934.58087.kstewart@owt.com> > Content-Type: text/plain; charset="iso-8859-1" > > On Saturday 04 March 2006 19:20, Peter wrote: > > --- Kiffin Gish wrote: > > > I would like to know the difference between running: > > > > > > portupgrade -arR > > > > > > and > > > > > > portmanager -u > > > > > > Just curious is all, thanks. > > > > I have found portmanager to be more intelligent. When > > you run it it takes a look at all installed ports and > > then it decides what order to upgrade the ports and > > their dependencies. Portupgrade proceeds linearly and > > you may need to run it a few more times for everything > > to be upgraded. At least that's how I understand it. > > > > > But the -rR tells it to look at all of the dependancies and build them > if they need to be. In addition, if something depends on it, it will > also build them. > > I don't see any differance. Further, the assertion by petermatulis@yahoo.ca that portupgrade requires multiple passes is just plain false. I upgrade over 230 ports on my laptop with one command.