Is it still bad practice to update installed ports with Portmaster -a or -af? In this Thread 15799 user "phoenix" says, that
Is this information still valid? The FreeBSD handbook recommends just to use:
and if that fails, then:
Never use the -a option together with -f, that's just asking for trouble. In fact, never use -a, period.
If you want brain-dead simple upgrades, then stick to binary packages.
Otherwise, learn the system.
Update the ports tree: portsnap fetch update
Check for issues: more /usr/ports/UPDATING
Check for security updates: portaudit -Fda
Check for app updates: pkg_version -vIl '<'
Then, and only then, should you consider if things need to be updated. And then you should do small batches of updates, in the order listed in UPDATING.
Is this information still valid? The FreeBSD handbook recommends just to use:
portmaster -a
and if that fails, then:
portmaster -af