git: 484302eb4487 - main - sysutils/procs: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 06:32:53 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=484302eb44878a6f0a4085592b4df19f61bfd0ae commit 484302eb44878a6f0a4085592b4df19f61bfd0ae 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:32:51 +0000 sysutils/procs: Broken on i386 Reported by: fallout --- 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