git: 3f701de83747 - main - textproc/z{ed,q}: mark broken on i386

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Tue, 10 May 2022 00:48:16 UTC
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