Created attachment 176281 [details] partial fix (only poudriere) For regular build failure see bug 213691 comment 12, poudriere fails as following: =======================<phase: build-depends >============================ ===> openntpd-6.0p1_2,2 depends on file: /usr/local/lib/libcrypto.so.9 - not found ===> Installing existing package /packages/All/openssl-1.0.2j_1,1.txz [101i386-default-job-01] Installing openssl-1.0.2j_1,1... [101i386-default-job-01] Extracting openssl-1.0.2j_1,1: .......... done Message from openssl-1.0.2j_1,1: Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf and edit it to fit your needs. ===> openntpd-6.0p1_2,2 depends on file: /usr/local/lib/libcrypto.so.9 - found ===> Returning to build of openntpd-6.0p1_2,2 ===> libressl-2.4.3 conflicts with installed package(s): openssl-1.0.2j_1,1 They install files into the same place. You may want to stop build with Ctrl + C. ===> License BSD4CLAUSE accepted by the user ===> libressl-2.4.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libressl-2.4.3 for building ===> libressl-2.4.3 conflicts with installed package(s): openssl-1.0.2j_1,1 They will not build together. Please remove them first with pkg delete. *** Error code 1
Comment on attachment 176281 [details] partial fix (only poudriere) ports 424947 landed libressl part. Bernard, can you land security/openssl-devel part as well? As the comment within says it just applies ports r422717.
A commit references this bug: Author: jbeich Date: Wed Nov 2 07:15:09 UTC 2016 New revision: 425117 URL: https://svnweb.freebsd.org/changeset/ports/425117 Log: security/openssl-devel: adjust conflicts like r422717 and r424947 This permits bundling when DEPENDS_TARGET != install e.g., BUILD_DEPENDS += ${NONEXISTENT}:security/openssl-devel:stage CPPFLAGS+= -I${WRKDIR}/openssl-devel/include LDFLAGS+= -L${WRKDIR}/openssl-devel/lib pre-configure: @(cd `${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/openssl-devel`${LOCALBASE} \ && ${COPYTREE_SHARE} . ${WRKDIR}/openssl-devel "! -name *.so*") PR: 213889 Approved by: portmgr blanket Changes: head/security/openssl-devel/Makefile