The transmission-daemon binary depends on both libssl/libcrypto from base as well as on libssl/libcrypto via libcurl from ports when WITH_OPENSSL_PORT=yes is set from readelf -a output /usr/local/lib/libminiupnpc.so.9 /usr/local/lib/libevent-2.0.so.6 /usr/local/lib/libcurl.so.7 /usr/local/lib/libssl.so.7 /usr/local/lib/libcrypto.so.7 /lib/libz.so.6 /lib/libm.so.5 /lib/libthr.so.3 /lib/libc.so.7 # ldd /usr/local/bin/transmission-daemon /usr/local/bin/transmission-daemon: libminiupnpc.so.9 => /usr/local/lib/libminiupnpc.so.9 (0x80088c000) libevent-2.0.so.6 => /usr/local/lib/event2/libevent-2.0.so.6 (0x800a96000) libcurl.so.7 => /usr/local/lib/libcurl.so.7 (0x800cd7000) libssl.so.7 => /usr/lib/libssl.so.7 (0x800f31000) libcrypto.so.7 => /lib/libcrypto.so.7 (0x80119b000) libz.so.6 => /lib/libz.so.6 (0x801587000) libm.so.5 => /lib/libm.so.5 (0x80179c000) libthr.so.3 => /lib/libthr.so.3 (0x8019c2000) libc.so.7 => /lib/libc.so.7 (0x801be7000) libssl.so.8 => /usr/local/lib/libssl.so.8 (0x801f82000) libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x8021e8000) During make install it reports depends on libssl.so.8 -> found How-To-Repeat: echo WITH_OPENSSL_PORT >> /etc/make.conf portmaster net-p2p/transmission
Responsible Changed From-To: freebsd-ports-bugs->crees Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Sorry about that. Please try the patch at http://www.bayofrum.net/~crees/patches/transmission-openssl.diff , and that may fix it.
Created attachment 155615 [details] svn diff for net-p2p/transmission-cli Reverse LDFLAGS and AM_LDFLAGS during build
Created attachment 155616 [details] Poudriere build log of net-p2p/transmission-daemon
A commit references this bug: Author: crees Date: Fri Jul 3 21:43:14 UTC 2015 New revision: 391278 URL: https://svnweb.freebsd.org/changeset/ports/391278 Log: Don't depend on base OpenSSL when using WITH_OPENSSL_PORT. PR: ports/186978 Submitted by: Bernard Spil Changes: head/net-p2p/transmission-cli/files/patch-daemon_Makefile.in head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc
Thanks! Sorry for the delay :/