Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2024 11:49:45 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: 6c82d5b4536a - main - net-p2p/c-lightning: mark BROKEN on powerpc
Message-ID:  <202402111149.41BBnjTZ085324@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=6c82d5b4536a70a85b9f399695013bbb18d61d00

commit 6c82d5b4536a70a85b9f399695013bbb18d61d00
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-09 00:49:32 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-11 11:48:47 +0000

    net-p2p/c-lightning: mark BROKEN on powerpc
    
    Same issue as i386.
---
 net-p2p/c-lightning/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile
index 055bbbbfc86d..8686078f5e1c 100644
--- a/net-p2p/c-lightning/Makefile
+++ b/net-p2p/c-lightning/Makefile
@@ -14,6 +14,7 @@ WWW=		https://github.com/ElementsProject/lightning
 LICENSE=	MIT
 
 BROKEN_i386=	channeld/channeld.c:5153:8: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat]
+BROKEN_powerpc=	channeld/channeld.c:5153:8: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat]
 
 BUILD_DEPENDS=	bash:shells/bash \
 		lowdown:textproc/lowdown \



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