Upgrade all darwinports the clean way
By AkH, 3 years, 7 months ago,
I don't known why but I can't remember this commands, time to blog:
To see outdated ports:
sudo port sync && sudo port outdated
To upgrade all ports and removed the unused old one:
sudo port -n -f -u upgrade outdated
To upgrade just one port and his dependencies:
sudo port upgrade gnome
To upgrade just one port without his dependencies:
sudo port upgrade -n gnome


Comments
In our installation we are using MPXIO, cause we have dual fc cards, each port connected to a different switch fabric connected to a different port to the storage.
To use MPXIO you need to activate it , as follow on solaris 10