Page MenuHomeFreeBSD

D27289.diff
No OneTemporary

D27289.diff

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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+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 <bsd.port.post.mk>
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})

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 10, 7:16 AM (11 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36308487
Default Alt Text
D27289.diff (1 KB)

Event Timeline