From 288a94a5b50522e4211b94e3138b988d138c11fc Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 30 Apr 2023 22:46:12 +0200 Subject: [PATCH] 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 c024b397e3f33..0a9e70bd93fdf 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 \