git: b0d860826ea6 - main - devel/sccache: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0d860826ea624389537a5ad1dbba5e45256d442 commit b0d860826ea624389537a5ad1dbba5e45256d442 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 13:36:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:57 +0000 devel/sccache: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- devel/sccache/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index 8dafb3ecb4ab..23598ffe071b 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later USES= cargo ssl