I'm using PKG and Synth to manage my ports. I'm fairly new to this (used portmaster the entire time) and I have a couple of questions.
I just upgraded security/openssl, and it compiled the new version of openssl and a new port devel/nasm.
When I issued a
My questions are :
What's the best way to ensure everything in the synth repository is installed / and or upgraded after compiling the new versions in the repository - so nothing is missed?
How can I list all non-installed ports in the synth repository?
How do I reinstall all ports that rely on security/openssl? (my old method was
Any help would be greatly appreciated.
I just upgraded security/openssl, and it compiled the new version of openssl and a new port devel/nasm.
When I issued a
pkg upgrade
, it upgraded openssl and did nothing with nasm. As of right now, nasm resides in the repository, but is not installed in the system.My questions are :
What's the best way to ensure everything in the synth repository is installed / and or upgraded after compiling the new versions in the repository - so nothing is missed?
How can I list all non-installed ports in the synth repository?
How do I reinstall all ports that rely on security/openssl? (my old method was
portmaster -r security/openssl
)Any help would be greatly appreciated.