Date: Sat, 13 Jan 2024 02:25:20 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9d0ab32ec884 - main - x11/clipcat: Broken on armv7 Message-ID: <202401130225.40D2PKAs062450@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d0ab32ec884db8ecd4100c923aced31b57b4560 commit 9d0ab32ec884db8ecd4100c923aced31b57b4560 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:24:51 +0000 x11/clipcat: Broken on armv7 Reported by: https://portsfallout.com/ --- x11/clipcat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/clipcat/Makefile b/x11/clipcat/Makefile index dc5f15910887..41dd050d5349 100644 --- a/x11/clipcat/Makefile +++ b/x11/clipcat/Makefile @@ -11,6 +11,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.40D2PKAs062450>