git: 2bcf90e0816d - main - net/rpki-client: Mark BROKEN_SSL

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 04 May 2023 01:44:47 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bcf90e0816d7ab4ed68e3b8ae4595537f0102ad

commit 2bcf90e0816d7ab4ed68e3b8ae4595537f0102ad
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-04 01:15:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 01:44:29 +0000

    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 82bc44ea71f5..ffe05fde1444 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