From owner-freebsd-questions@FreeBSD.ORG Sat Dec 25 21:12:40 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 6990416A4CE for ; Sat, 25 Dec 2004 21:12:40 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 186FA43D54 for ; Sat, 25 Dec 2004 21:12:39 +0000 (GMT) (envelope-from judmarc@fastmail.fm) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id E2BE7C45E40; Sat, 25 Dec 2004 16:12:37 -0500 (EST) X-Sasl-enc: qbqhJR+ZGgRr/hetoRXtwQ 1104009155 Received: from sparky (dhcp-parkland-114-2575-152.msns.sm.ptd.net [24.229.114.177]) by frontend3.messagingengine.com (Postfix) with ESMTP id 85803247F3; Sat, 25 Dec 2004 16:12:35 -0500 (EST) Date: Sat, 25 Dec 2004 16:12:35 -0500 To: "Jay O'Brien" , freebsd-questions@freebsd.org References: <41CC8FFC.2030009@att.net> <200412251853.45210.list-freebsd-2004@morbius.sent.com> <41CDC64B.5030303@att.net> From: Jud Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <41CDC64B.5030303@att.net> User-Agent: Opera M2(BETA1)/8.00 (Linux, build 908) 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 21:12:40 -0000 On Sat, 25 Dec 2004 11:58:03 -0800, Jay O'Brien wrote: [snip] >>> 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! While the manual (man) pages aren't always crystal clear, the one for portupgrade is actually pretty good at explaining what all those letter options are for. Just type at the prompt: $ man portupgrade You'll have a much better idea of what the options do and which ones you want to use for a given situation. Jud