git: 0f365d0eac64 - main - databases/xrootd: Mark BROKEN with openssl 3

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 18 Aug 2023 19:42:26 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f365d0eac64d159eac854766cfd77d90d2298dc

commit 0f365d0eac64d159eac854766cfd77d90d2298dc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 19:40:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 19:42:06 +0000

    databases/xrootd: Mark BROKEN with openssl 3
    
    Fails to build with:
    error: no matching function for call to 'RSA_private_encrypt'
    
    There are more recent version from the upstream which might support
    OpenSSL 3 and later.
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 databases/xrootd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/xrootd/Makefile b/databases/xrootd/Makefile
index 350e4e22f1a7..3e74878102a2 100644
--- a/databases/xrootd/Makefile
+++ b/databases/xrootd/Makefile
@@ -41,7 +41,7 @@ KERBEROS5_LIB_DEPENDS=	libkrb5.so:security/krb5
 .include <bsd.port.pre.mk>
 
 .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
-CXXFLAGS+=	-DOPENSSL_API_COMPAT=0x30000000L
+BROKEN=	fails to build with openssl 3 and later
 .endif
 
 post-patch: