Created attachment 153627 [details] svn diff for security/p5-Crypt-SMIME The port uses RUN_DEPENDS to depend on libcrypto. This has been superseeded by WITH_OPENSSL_PORT= yes Currently this breaks build with LibreSSL installed.
A commit references this bug: Author: adamw Date: Sun Mar 8 19:18:44 UTC 2015 New revision: 380790 URL: https://svnweb.freebsd.org/changeset/ports/380790 Log: Allow the OpenSSL library to be overridden by using WITH_OPENSSL_PORT instead of a LIB_DEPENDS. I think this is the right way to use WITH_OPENSSL_PORT, but it's tough to know given the lack of documentation on it. PR: 198111 Submitted by: Bernard Spil Changes: head/security/p5-Crypt-SMIME/Makefile
Thanks, Bernard, I've committed this. I'm pretty sure this module works just fine with the OpenSSL in base, (just need to pass LIBCRYPTO_CFLAGS/LIBS in CONFIGURE_ENV), but everything in "make test" requires the libcrypto.pc stuff.
@Adam: Think I found it, see bug #203205