Date: Fri, 28 Apr 2023 17:19:53 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: b2c74bff380b - main - www/castor: Mark BROKEN_SSL Message-ID: <202304281719.33SHJrWG044702@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=b2c74bff380bca15af405c7ddc0306a1678b424f commit b2c74bff380bca15af405c7ddc0306a1678b424f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-28 15:01:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-28 17:18:39 +0000 www/castor: Mark BROKEN_SSL - Fails to detect OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- www/castor/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/castor/Makefile b/www/castor/Makefile index ecf520f04e2e..9d7a1f7484b2 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -13,6 +13,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo desktop-file-utils gnome ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 library USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 CARGO_CRATES= aho-corasick-0.7.13 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304281719.33SHJrWG044702>