git: 494fa09c2701 - main - sysutils/procs: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Nov 2023 16:55:23 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=494fa09c27016cf0767c7a514ddc543974cd1e36 commit 494fa09c27016cf0767c7a514ddc543974cd1e36 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-09 16:54:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-09 16:55:20 +0000 sysutils/procs: Broken on arm64 Reported by: fallout --- sysutils/procs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index 0c4f0db5c52d..201cae819379 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/dalance/procs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to build: mismatched types ... expected `[i8; 9]`, found `[u8; 9]` + USES= cargo llvm:lib USE_GITHUB= yes