Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2022 00:36:18 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 819479a2b2db - main - devel/gitui: Broken on armv7
Message-ID:  <202208070036.2770aIXI035236@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=819479a2b2db2db20d2cf7be7ff7c4bb4fa0bd4e

commit 819479a2b2db2db20d2cf7be7ff7c4bb4fa0bd4e
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:23:35 +0000

    devel/gitui: Broken on armv7
    
    Reported by:    fallout
---
 devel/gitui/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile
index 199fc12656d4..b36fec78c180 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.2770aIXI035236>