Date: Sat, 29 Apr 2023 22:52:08 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: a4c8c87e4dce - main - databases/xrootd: Mark BROKEN_SSL Message-ID: <202304292252.33TMq8Sj076687@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=a4c8c87e4dce5066208e61e7e32fa678c44c2dc6 commit a4c8c87e4dce5066208e61e7e32fa678c44c2dc6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-29 20:08:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 22:51:58 +0000 databases/xrootd: Mark BROKEN_SSL - Fails to build with OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- databases/xrootd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/xrootd/Makefile b/databases/xrootd/Makefile index 7f5f7b9da207..cc2e9c8ba008 100644 --- a/databases/xrootd/Makefile +++ b/databases/xrootd/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libcurl.so:ftp/curl USES= cmake cpe gnome localbase:ldflags pkgconfig readline shebangfix ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to build with OpenSSL 3.0.0 and later SHEBANG_GLOB= *.sh SHEBANG_FILES= utils/cms_monPerf USE_GNOME= libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304292252.33TMq8Sj076687>