Date: Wed, 11 Dec 2024 06:01:18 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: 68840d5c764a - main - devel/cargo-spellcheck: Broken on armv7 Message-ID: <202412110601.4BB61I30039792@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=68840d5c764aff7a7a083be416eebc8ce93d446d commit 68840d5c764aff7a7a083be416eebc8ce93d446d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-11 06:00:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-11 06:01:14 +0000 devel/cargo-spellcheck: Broken on armv7 Reported by: fallout --- devel/cargo-spellcheck/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/cargo-spellcheck/Makefile b/devel/cargo-spellcheck/Makefile index 337bb16eaee0..e8d83cfea93f 100644 --- a/devel/cargo-spellcheck/Makefile +++ b/devel/cargo-spellcheck/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN_armv7= compilation fails, see https://github.com/eyre-rs/eyre/issues/211 + LIB_DEPENDS= libonig.so:devel/oniguruma USES= cargo llvm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412110601.4BB61I30039792>