git: 0be3c3d095eb - 2024Q1 - sysutils/procs: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 06:33:15 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0be3c3d095eb8a8e880f2c95a70b46c18e4efded
commit 0be3c3d095eb8a8e880f2c95a70b46c18e4efded
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-21 06:32:24 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-21 06:33:10 +0000
sysutils/procs: Broken on i386
Reported by: fallout
(cherry picked from commit 484302eb44878a6f0a4085592b4df19f61bfd0ae)
---
sysutils/procs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index e2ce5d6a5b7d..4512af0cf103 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/dalance/procs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails due to the broken bsd-kvm-0.1.4 crate, see https://github.com/dalance/bsd-kvm/issues/1#issuecomment-1902529988
+
USES= cargo llvm:lib
USE_GITHUB= yes