Does running ``# portupgrade -arRp '' prompt for options or
updates everything without prompts?
Antonio Olivares
olivares14031 at gmail.com
Fri May 6 17:49:28 UTC 2011
On Fri, May 6, 2011 at 12:14 PM, Warren Block <wblock at wonkity.com> 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? 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.
Stopped it with CTRL+C and
>
> 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
>
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
More information about the freebsd-questions
mailing list