Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2021 09:28:14 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a51a5e03717c - main - devel/gitui: mark BROKEN on powerpc
Message-ID:  <202107130928.16D9SEWa030453@gitrepo.freebsd.org>

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

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

commit a51a5e03717c38fd8d215e1e656faf34c5beec6f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-07-13 09:26:38 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-07-13 09:26:38 +0000

    devel/gitui: mark BROKEN on powerpc
    
    Same issue as on i386.
---
 devel/gitui/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile
index 01590de79752..cab86ab86c6d 100644
--- a/devel/gitui/Makefile
+++ b/devel/gitui/Makefile
@@ -10,6 +10,7 @@ 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
+BROKEN_powerpc=	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



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