git: 288a94a5b505 - main - sysutils/flowgger: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 22:39:01 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=288a94a5b50522e4211b94e3138b988d138c11fc commit 288a94a5b50522e4211b94e3138b988d138c11fc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-30 20:46:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-30 22:38:45 +0000 sysutils/flowgger: Mark BROKEN_SSL - Cannot detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- sysutils/flowgger/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index c024b397e3f3..0a9e70bd93fd 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= capnp:devel/capnproto USES= cargo ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Cannot detect OpenSSL 3.0.0 and later CARGO_CRATES= adler32-1.0.4 \ ansi_term-0.11.0 \ ascii-0.9.3 \