git: 3a27c331a377 - main - devel/godot2{-tools}: Mark BROKEN_SSL

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 08 Jun 2023 15:31:03 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a27c331a377fcb128200cb1d74fa69a99ae727a

commit 3a27c331a377fcb128200cb1d74fa69a99ae727a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-08 13:07:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-08 15:30:52 +0000

    devel/godot2{-tools}: Mark BROKEN_SSL
    
    - Fails to build with OpenSSL 3 and later
    - Mark DEPRECATED as there is a more recent version available in the
      tree at devel/godot
    - Set EXPIRATION_DATE to 2023-07-08
    
    Approved by:    portmgr (blanket)
---
 devel/godot2/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/devel/godot2/Makefile b/devel/godot2/Makefile
index 651084393a16..ef5dbfd63812 100644
--- a/devel/godot2/Makefile
+++ b/devel/godot2/Makefile
@@ -14,6 +14,11 @@ LICENSE_COMB=		multi
 LICENSE_FILE_CC-BY-3.0=	${WRKSRC}/LOGO_LICENSE.md
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Requires legacy OpenSSL 1.1.1 so use devel/godot
+EXPIRATION_DATE=	2023-07-08
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Fails to build with undefined symbol: ERR_load_BIO_strings
+
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png \
 		libmpcdec.so:audio/musepack \