Date: Sat, 13 Jan 2024 02:25:43 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b6211ab2fe15 - 2024Q1 - x11/clipcat: Broken on armv7 Message-ID: <202401130225.40D2Phtx062643@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6211ab2fe1525e0d4f977593aa7d9322681c36b commit b6211ab2fe1525e0d4f977593aa7d9322681c36b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-13 02:24:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-13 02:25:38 +0000 x11/clipcat: Broken on armv7 Reported by: https://portsfallout.com/ (cherry picked from commit 9d0ab32ec884db8ecd4100c923aced31b57b4560) --- x11/clipcat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/clipcat/Makefile b/x11/clipcat/Makefile index f1392adfb113..ec7ca6b773a0 100644 --- a/x11/clipcat/Makefile +++ b/x11/clipcat/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/xrelkd/clipcat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= build breaks, see https://github.com/rust-lang/rust/issues/119914 + BUILD_DEPENDS= protoc:devel/protobuf USES= cargo localbase:ldflags llvm:min=13,build python:build xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130225.40D2Phtx062643>