git: e45628b1242a - main - sysutils/process-viewer: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 22:58:08 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e45628b1242a9c484c67bd4546b3966b48fb6c8f commit e45628b1242a9c484c67bd4546b3966b48fb6c8f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-02 22:57:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-02 22:57:39 +0000 sysutils/process-viewer: Broken on powerpc64le Reported by: fallout --- sysutils/process-viewer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index 65f88fe6aba2..6cb58c111d28 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/guillaumegomez/process-viewer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583 + LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene USES= cargo gnome