Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2021 01:31: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: a059e52e563e - main - sysutils/lnav: mark BROKEN on powerpc
Message-ID:  <202106190131.15J1VjD2073597@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=a059e52e563ec63e47827117f962566758def858

commit a059e52e563ec63e47827117f962566758def858
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-19 01:31:39 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



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