Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2021 18:53:17 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: 7120e9482284 - main - devel/gitui: Broken on i386
Message-ID:  <202106051853.155IrHdH095124@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=7120e948228479e22e038c9c02c2cac065e09f3f

commit 7120e948228479e22e038c9c02c2cac065e09f3f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-05 18:05:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-05 18:53:08 +0000

    devel/gitui: Broken on i386
    
    Reported by:    fallout
---
 devel/gitui/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile
index fab444a27300..0ae70ef4a808 100644
--- a/devel/gitui/Makefile
+++ b/devel/gitui/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Terminal UI for git
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_i386=	error: conflicting types for 'get_proc_total', see https://github.com/FillZpp/sys-info-rs/issues/80
+
 BUILD_DEPENDS=	bash:shells/bash \
 		gmake:devel/gmake
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106051853.155IrHdH095124>