git: 5fe3bb91d176 - main - devel/cargo-mutants: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jul 2024 18:20:58 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5fe3bb91d176e09465a5a39540d9dfebd7a1e196
commit 5fe3bb91d176e09465a5a39540d9dfebd7a1e196
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-07-14 18:02:41 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-07-14 18:20:50 +0000
devel/cargo-mutants: Broken on i386
Reported by: fallout
---
devel/cargo-mutants/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/cargo-mutants/Makefile b/devel/cargo-mutants/Makefile
index 7aff84e2439d..cb63b5c31e3c 100644
--- a/devel/cargo-mutants/Makefile
+++ b/devel/cargo-mutants/Makefile
@@ -10,6 +10,8 @@ WWW= https://mutants.rs/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails, see https://github.com/sourcefrog/cargo-mutants/issues/380
+
USES= cargo
USE_GITHUB= yes