From owner-freebsd-questions@FreeBSD.ORG Sat Dec 25 19:58:12 2004 Return-Path: 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 456C216A4CE for ; Sat, 25 Dec 2004 19:58:12 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD80743D39 for ; Sat, 25 Dec 2004 19:58:07 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc11) with ESMTP id <2004122519580411100j7tj1e> (Authid: jayobrien@att.net); Sat, 25 Dec 2004 19:58:04 +0000 Message-ID: <41CDC64B.5030303@att.net> Date: Sat, 25 Dec 2004 11:58:03 -0800 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41CC8FFC.2030009@att.net> <200412251853.45210.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200412251853.45210.list-freebsd-2004@morbius.sent.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: portupgrade time, xorg ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 19:58:12 -0000 RW wrote: > On Friday 24 December 2004 21:54, Jay O'Brien wrote: > >>Running FreeBSD 5.3-RELEASE-p2 #0, i386 P3-667MHz, 512MB RAM. >> >>This is my first experience using portupgrade. >> >>I ran cvsup successfully for ports-all. I ran pkg_version -v. >>It showed a total of 28 ports, 20 needed updating. Of those, >>16 were xorg- ports; the others were xterm, freetype2, imake >>and png. >> >>I ran portupgrade -a -N -vu -rR, and it tried several times > > > You dont need the -N switch, it's only used for new port installations, not > upgrades. Using it carelessly is a bit dangerous, you may find youself > installing ports you don't want. Thanks, I wasn't sure about that. I saw an example that used -N and followed it. I'm not clear on what -N really does, but for now I just won't use it! Jay