pkg want to install openssl port instead of using the base_openssl

I removed the openssl port, and need to update many ports, is there a good way to update all the ports that require the openssl to use the base openssl?

Also, pkg want to install the openssl port back when I do the pkg install, what can I do to tell pkg to use the base openssl?
 
When you build software using a library, it will be linked to a specific ABI version of that library, and there's no way to change that other than rebuilding that software. So, looking at pkg certainly won't help. You'll have to rebuild all the ports using ssl to link the base OpenSSL.

A good way to do it? IMHO, always using poudriere. If you change DEFAULT_VERSIONS, it will know itself what needs to be rebuilt.
 
Back
Top