[Bug 217231] OpenSSL issue for net-p2p/qbittorrent-* and cad/freecad ports.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 22 11:38:37 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217231
--- Comment #9 from Tijl Coosemans <tijl at FreeBSD.org> ---
Like I said, either all ports should use base openssl or all ports should use
ports openssl. If you want base openssl then just remove ports openssl and
everything that depends on it, make sure you don't set ssl in DEFAULT_VERSIONS
in /etc/make.conf and then rebuild the ports you want back. If you want ports
openssl you must figure out which ports currently use base openssl and rebuild
those. There's no easy way to do that, but you could do something like this:
% ls /lib/libcrypto.so.* /usr/lib/libssl.so.*
/lib/libcrypto.so.8 /usr/lib/libssl.so.8
% cd /usr/local
% grep -Rl libcrypto.so.8 bin lib libexec sbin | xargs pkg which
% grep -Rl libssl.so.8 bin lib libexec sbin | xargs pkg which
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list