From owner-freebsd-questions@FreeBSD.ORG Fri May 6 17:14:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D7D01065670 for ; Fri, 6 May 2011 17:14:47 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 5D4968FC15 for ; Fri, 6 May 2011 17:14:47 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p46HEktl032030; Fri, 6 May 2011 11:14:46 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p46HEks4032027; Fri, 6 May 2011 11:14:46 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 6 May 2011 11:14:46 -0600 (MDT) From: Warren Block To: Antonio Olivares In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 06 May 2011 11:14:46 -0600 (MDT) Cc: FreeBSD Questions Subject: Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts? 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: Fri, 06 May 2011 17:14:47 -0000 On Fri, 6 May 2011, Antonio Olivares wrote: > This is what I am running now ATM > > # cd /usr/ports/ > # make clean build deinstall install > > Will it install all the ports? or only the ones that are installed? It's going to try to install all 22,000 ports. That won't succeed due to conflicts, but it may take a while to get there. Quicker overall would be to read the Handbook ports chapter. You may also find my Upgrading FreeBSD Ports article helpful: http://www.wonkity.com/~wblock/docs/html/portupgrade.html