Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:15 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: 191d86b34211 - main - www/lychee: Mark BROKEN_SSL
Message-ID:  <202305031620.343GKF9t050002@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=191d86b34211867c2ee536749361a004ef8402cc

commit 191d86b34211867c2ee536749361a004ef8402cc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 13:54:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:19:57 +0000

    www/lychee: Mark BROKEN_SSL
    
    - Fails to detect OpenSSL 3.0.0 and later
    
    Approved by:    portmgr (blanket)
---
 www/lychee/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/lychee/Makefile b/www/lychee/Makefile
index e2848bc8908a..b68bfd9b517f 100644
--- a/www/lychee/Makefile
+++ b/www/lychee/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/lycheeverse/lychee
 LICENSE=	APACHE20 MIT
 LICENSE_COMB=	dual
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Fails to detect OpenSSL 3.0.0 and later
+
 USES=		cargo ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	lycheeverse



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