Date: Sun, 7 Aug 2022 00:36:49 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 3c738e904d25 - 2022Q3 - devel/gitui: Broken on armv7 Message-ID: <202208070036.2770anLe035400@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c738e904d25bd46b9c4b8e97e1d37ca59c5c322 commit 3c738e904d25bd46b9c4b8e97e1d37ca59c5c322 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-07 00:23:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-07 00:36:44 +0000 devel/gitui: Broken on armv7 Reported by: fallout (cherry picked from commit 819479a2b2db2db20d2cf7be7ff7c4bb4fa0bd4e) --- devel/gitui/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 85fb5278778d..ddcf667a423c 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -10,6 +10,7 @@ COMMENT= Terminal UI for git LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_armv7= error: conflicting types for 'get_proc_total', see https://github.com/FillZpp/sys-info-rs/issues/80 BROKEN_i386= error: conflicting types for 'get_proc_total', see https://github.com/FillZpp/sys-info-rs/issues/80 BROKEN_powerpc= error: conflicting types for 'get_proc_total', see https://github.com/FillZpp/sys-info-rs/issues/80
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208070036.2770anLe035400>