From owner-freebsd-questions@FreeBSD.ORG Thu Aug 24 16:22:41 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 3BE3816A4DD for ; Thu, 24 Aug 2006 16:22:41 +0000 (UTC) (envelope-from jchoque@tlmat.unican.es) Received: from luna.tlmat.unican.es (luna.tlmat.unican.es [193.144.186.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1656543D49 for ; Thu, 24 Aug 2006 16:22:39 +0000 (GMT) (envelope-from jchoque@tlmat.unican.es) Received: from Altair (altair.tlmat.unican.es [193.144.186.43]) by luna.tlmat.unican.es (8.12.11/8.12.11) with ESMTP id k7OFtdba027987 for ; Thu, 24 Aug 2006 17:55:39 +0200 From: "Johnny Choque" To: Date: Thu, 24 Aug 2006 18:22:35 +0200 Message-ID: <007f01c6c799$81e9e170$2bba90c1@Altair> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 In-Reply-To: <20060824112153.C575.GERARD@seibercom.net> Thread-Index: AcbHjpN3KFWoxBmsS5iVqIyo5mnTqgAChQ7Q Subject: RE: portupgrade 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: Thu, 24 Aug 2006 16:22:41 -0000 > > > > > > But may I suggest you to use this, when upgrading ports: > > > > > > cd /usr/ports > > > make fetchindex > > > /usr/local/sbin/portsdb -u > > > /usr/local/sbin/pkgdb -Fv > > > /usr/local/sbin/portupgrade -v -i -a -r -c -C > > > > Great, Thanks for that. > > Eoghan > > Or, you could just run: > > portsnap fetch update # assumes you have run it before > portsnap fetch && portsnap extract && portsnap update # if > you haven't > portmanager -u -l > > It will save you time and trouble. It also assumes you have > 'portmanager' > installed. Portsnap is part of the base system. I'm newbie in Freebsd and initially I have use cvsup and portupgrade. I haven't clear what is the difference to use portupgrade, portsnap, portmanager, and other ones? Could you recommend us one of them? Johnny