Index: head/security/libfido2/Makefile =================================================================== --- head/security/libfido2/Makefile +++ head/security/libfido2/Makefile @@ -3,6 +3,7 @@ PORTNAME= libfido2 PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://developers.yubico.com/libfido2/Releases/ @@ -24,4 +25,12 @@ OPTIONS_DEFINE= DOCS -.include +.include + +post-patch: +# we do not ship libcrypto.pc in base system +.if ${SSL_DEFAULT} == base + @${REINPLACE_CMD} -e '/libcrypto/d' ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/libfido2.pc.in +.endif + +.include Index: head/security/libfido2/files/patch-CMakeLists.txt =================================================================== --- head/security/libfido2/files/patch-CMakeLists.txt +++ head/security/libfido2/files/patch-CMakeLists.txt @@ -1,14 +1,6 @@ --- CMakeLists.txt.orig 2020-09-01 07:17:43 UTC +++ CMakeLists.txt -@@ -72,7 +72,6 @@ if(MSVC) - else() - include(FindPkgConfig) - pkg_search_module(CBOR libcbor) -- pkg_search_module(CRYPTO libcrypto) - - # XXX workaround libcbor's missing .pc file - if(NOT CBOR_FOUND) -@@ -177,8 +176,8 @@ endif() +@@ -177,8 +177,8 @@ endif() add_definitions(-DTLS=${TLS})