git: 68840d5c764a - main - devel/cargo-spellcheck: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Dec 2024 06:01:18 UTC
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