git: a059e52e563e - main - sysutils/lnav: mark BROKEN on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 19 01:31:45 UTC 2021


The branch main has been updated by pkubaj:

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

commit a059e52e563ec63e47827117f962566758def858
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-19 01:31:39 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-19 01:31:39 +0000

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

diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile
index a94d94c474ea..49e2f3b8d985 100644
--- a/sysutils/lnav/Makefile
+++ b/sysutils/lnav/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Terminal based log file navigator
 LICENSE=	BSD2CLAUSE
 
 BROKEN_i386=	fails to build: error: non-constant-expression cannot be narrowed
+BROKEN_powerpc=	fails to build: error: non-constant-expression cannot be narrowed
 
 LIB_DEPENDS=	libpcrecpp.so:devel/pcre
 


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