To use the ports collection one method is to use
I can go to the directory of the port I like and use
Does it make a difference which procedure I use in terms of further dependency handling?
End up all three options mentioned above in the same data base?
Or can I mess up things by mixing the methods?
portsnap fetch extract to download and extract the ports collection the first time and to invoke portsnap fetch update to keep it up to date. So far so good. To install, to delete or to update a port I have at least three options.I can go to the directory of the port I like and use
make followed by the action I intent to apply. Maybe I have to do more in case of missing dependencies. Or I use either ports-mgmt/portmaster or ports-mgmt/portupgrade with their appropriate options. The activities are somehow tracked to be able to resolve dependencies.Does it make a difference which procedure I use in terms of further dependency handling?
End up all three options mentioned above in the same data base?
Or can I mess up things by mixing the methods?