git: a51a5e03717c - main - devel/gitui: mark BROKEN on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 13 09:28:15 UTC 2021


The branch main has been updated by pkubaj:

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

commit a51a5e03717c38fd8d215e1e656faf34c5beec6f
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-13 09:26:38 +0000
Commit:     Piotr Kubaj <pkubaj at 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


More information about the dev-commits-ports-all mailing list