git: 799abceb7afa - main - devel/tarpaulin: Broken on armv7, i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Jan 2023 21:39:40 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=799abceb7afa30d462ac94ce5049c4000e860839
commit 799abceb7afa30d462ac94ce5049c4000e860839
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-22 21:39:08 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-22 21:39:38 +0000
devel/tarpaulin: Broken on armv7, i386
Reported by: fallout
---
devel/tarpaulin/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/tarpaulin/Makefile b/devel/tarpaulin/Makefile
index e7c32d9f605d..0e5341099e0a 100644
--- a/devel/tarpaulin/Makefile
+++ b/devel/tarpaulin/Makefile
@@ -12,6 +12,9 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
+BROKEN_armv7= compilation fails, see https://github.com/xd009642/llvm-profparser/issues/25
+BROKEN_i386= compilation fails, see https://github.com/xd009642/llvm-profparser/issues/25
+
USES= cargo localbase:ldflags
USE_GITHUB= yes