git: 65d4cdca3781 - main - www/lagrange: Mark BROKEN_SSL

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 03 Jun 2023 18:06:59 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65d4cdca3781a6fa1847a7b1f7abed47397e63c4

commit 65d4cdca3781a6fa1847a7b1f7abed47397e63c4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-03 16:44:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-03 18:03:23 +0000

    www/lagrange: Mark BROKEN_SSL
    
    - BROKEN_SSL for openssl30 and openssl31 as it fals to build with
      undefined symbol: ERR_load_BIO_strings
    
    Approved by:    portmgr (blanket)
---
 www/lagrange/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/lagrange/Makefile b/www/lagrange/Makefile
index a79deeaff76c..8af76b4b7d98 100644
--- a/www/lagrange/Makefile
+++ b/www/lagrange/Makefile
@@ -10,8 +10,10 @@ WWW=		https://gmi.skyjake.fi/lagrange/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BROKEN_SSL=	libressl
+BROKEN_SSL=	libressl openssl30 openssl31
 BROKEN_SSL_REASON_libressl=	needs features only available in OpenSSL
+BROKEN_SSL_REASON_openssl30=	Fails to build with undefined symbol: ERR_load_BIO_strings
+BROKEN_SSL_REASON_openssl31=	Fails to build with undefined symbol: ERR_load_BIO_strings
 
 BUILD_DEPENDS=	zip>0:archivers/zip
 LIB_DEPENDS=	libfribidi.so:converters/fribidi \