Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2022 00:48:16 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3f701de83747 - main - textproc/z{ed,q}: mark broken on i386
Message-ID:  <202205100048.24A0mGZr031107@gitrepo.freebsd.org>

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

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

commit 3f701de8374752e101ba8439c51a604b9b11700d
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2022-05-10 00:47:43 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-05-10 00:47:43 +0000

    textproc/z{ed,q}: mark broken on i386
---
 textproc/zed/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile
index 69ee69792c1c..4f0a8298214b 100644
--- a/textproc/zed/Makefile
+++ b/textproc/zed/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Command-line tool to manage and query Zed data lakes
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	fails to build: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in assignment (overflows)
+
 USES=	go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	brimdata



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