Date: Wed, 22 Feb 2017 11:38:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217231] OpenSSL issue for net-p2p/qbittorrent-* and cad/freecad ports. Message-ID: <bug-217231-13-BLO270CDah@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217231-13@https.bugs.freebsd.org/bugzilla/> References: <bug-217231-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217231 --- Comment #9 from Tijl Coosemans <tijl@FreeBSD.org> --- Like I said, either all ports should use base openssl or all ports should u= se 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_VERSI= ONS in /etc/make.conf and then rebuild the ports you want back. If you want po= rts openssl you must figure out which ports currently use base openssl and rebu= ild those. There's no easy way to do that, but you could do something like thi= s: % 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217231-13-BLO270CDah>