Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 18:06:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 65d4cdca3781 - main - www/lagrange: Mark BROKEN_SSL
Message-ID:  <202306031806.353I6xID018854@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306031806.353I6xID018854>