Ports upgrade/update taking really long

Going by memory I believe I did this first
Code:
# portsnap fetch extract
follow by
Code:
#portupgrade -a
. I have to be in front of that machine to trace back my steps. Prior to that I deleted everything in /ports.
 
portsnap fetch extract only creates a local copy of the ports tree (everything in /usr/ports)

portsupgrade -a ; only updates/upgrades your installed ports.

The way you were describing your situation it sounded like you were trying to build all 37000+ ports from /usr/ports.
 
portsnap fetch extract only creates a local copy of the ports tree (everything in /usr/ports)

portsupgrade -a ; only updates/upgrades your installed ports.

The way you were describing your situation it sounded like you were trying to build all 37000+ ports from /usr/ports.
Into my madness it seems your post suggests I am on the right track. Again all this came about because I was unable to install some packages. One of them clearly was the nvidia driver.
 
Back
Top