From owner-freebsd-questions@FreeBSD.ORG Fri May 6 17:49:28 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 60361106564A for ; Fri, 6 May 2011 17:49:28 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D51998FC12 for ; Fri, 6 May 2011 17:49:27 +0000 (UTC) Received: by bwz12 with SMTP id 12so3927626bwz.13 for ; Fri, 06 May 2011 10:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=77C5Kph88FpPduJEZLVnORzi24J1GTGOVFKGugASplc=; b=tvb0kWe56NI63hPQlvS6UzDB8+oDF9TvtS5vaONqSInJnJhf3UV/oes/lqFQryZMPU Ej15bqN4blL051Mnyxp6DLILeHHIXA6slCR/zXh+zLqOgChG5T5WJSPqK6GLxeCevzhW jiMeZLfoZl2KVBuIu7PD7HPsawI+EMKg/io54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Tm/OB4r0Wkz3LMiLYIawhXdKnBpPDADvGlG1jyrFVNmknh3nKId3nQUfZe2VwyHneY TQshwGHxQK+axlFpoWNDYKd2x5x6yuPOHlv4HK3/rhSsN1hHjSnSbyrlQtW/40W4+tOl ftXDFlJJ4H+nHcmg9/5TJwFVgsVdJ/0JVQz/s= MIME-Version: 1.0 Received: by 10.204.20.66 with SMTP id e2mr933986bkb.141.1304704162523; Fri, 06 May 2011 10:49:22 -0700 (PDT) Received: by 10.204.169.65 with HTTP; Fri, 6 May 2011 10:49:22 -0700 (PDT) In-Reply-To: References: Date: Fri, 6 May 2011 12:49:22 -0500 Message-ID: From: Antonio Olivares To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:49:28 -0000 On Fri, May 6, 2011 at 12:14 PM, Warren Block wrote: > 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? =A0 or only the ones that are installed? > > It's going to try to install all 22,000 ports. =A0That won't succeed due = to > conflicts, but it may take a while to get there. Stopped it with CTRL+C and > > Quicker overall would be to read the Handbook ports chapter. =A0You may a= lso > find my Upgrading FreeBSD Ports article helpful: > > http://www.wonkity.com/~wblock/docs/html/portupgrade.html > Have run the suggested commands # portsnap fetch extract # portsnap fetch install the ports tree is updated. Now portmaster was not installed, installed it # cd /usr/ports/ports-mgmt/ # make install clean now I am running /usr/local/sbin/portmaster -L --index-only | egrep 'total install|versions|New version' and see the packages that need updating, but to update I am running: # portmaster -na > /tmp/portorder.txt and will get back after this is done to see how to proceed. Thanks, Antonio