Created attachment 161186 [details] svn diff security/p5-Crypt-SMIME security/p5-Crypt-SMIME doen't seems to need to require openssl from ports, just needs correct LIB and INC using bsd.openssl.mk this patch allows to build (and use) with system's openssl as well.
A commit references this bug: Author: sunpoet Date: Sun Sep 20 20:26:08 UTC 2015 New revision: 397439 URL: https://svnweb.freebsd.org/changeset/ports/397439 Log: - Fix OpenSSL dependency - Remove WITH_OPENSSL_PORT - While I'm here: - Remove RUN_DEPENDS: ExtUtils::CChecker and ExtUtils::PkgConfig are build dependencies - Update TEST_DEPENDS - Sort PLIST - Bump PORTREVISION for dependency change This port works fine with OpenSSL from base. I manually added libcrypto.pc (modified one from security/openssl with s|/local||) to /usr/libdata/pkgconfig before running tests. Though author assumes libcrypto.pc existence (in tests), the functionality itself is not affected. I decided to remove WITH_OPENSSL_PORT. PR: 203205 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Changes: head/security/p5-Crypt-SMIME/Makefile head/security/p5-Crypt-SMIME/pkg-plist
Committed. Thanks!