From 2bcf90e0816d7ab4ed68e3b8ae4595537f0102ad Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 4 May 2023 03:15:26 +0200 Subject: [PATCH] net/rpki-client: Mark BROKEN_SSL - Fails to build with error: libcrypto with RFC3779 support required Approved by: portmgr (blanket) --- net/rpki-client/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile index 82bc44ea71f5e..ffe05fde1444e 100644 --- a/net/rpki-client/Makefile +++ b/net/rpki-client/Makefile @@ -11,6 +11,9 @@ WWW= https://www.rpki-client.org/ LICENSE= ISCL +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= error: libcrypto with RFC3779 support required + BUILD_DEPENDS= rsync>0:net/rsync LIB_DEPENDS= libexpat.so:textproc/expat2 \ libtls.so:security/libretls