When I build security/tor with the STATIC_TOR option enabled, the generated package has an unneccesary dependency on security/openssl. When I check the binaries produced (/usr/local/bin/tor etc) using `readelf -d`, none are dynamic executables. Marked this as ports infra as I suspect/expect this is something to do with Mk/bsd.openssl.mk
over to maintainer.
Maintainer reset.
A commit references this bug: Author: mat Date: Thu Sep 8 14:13:02 UTC 2016 New revision: 421556 URL: https://svnweb.freebsd.org/changeset/ports/421556 Log: Allow adding only a build or run-time dependency on USES=ssl. PR: 202175 Reported by: barnerd Sponsored by: Absolight Changes: head/Mk/Uses/ssl.mk
A commit references this bug: Author: mat Date: Thu Sep 8 14:13:05 UTC 2016 New revision: 421557 URL: https://svnweb.freebsd.org/changeset/ports/421557 Log: Change security/tor{,-devel} to only have a build dependency on openssl if built statically. PR: 202175 Reported by: barnerd Sponsored by: Absolight Changes: head/security/tor/Makefile head/security/tor-devel/Makefile
Revert the assignee change.