git: 9a4d1d5865dc - main - sysutils/popeye: Mark broken on i386

From: Gabriel M. Dutra <dutra_at_FreeBSD.org>
Date: Mon, 21 Apr 2025 17:52:43 UTC
The branch main has been updated by dutra:

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

commit 9a4d1d5865dcc33a005f5e67a4863478ef731b57
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2025-04-21 17:51:07 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2025-04-21 17:52:30 +0000

    sysutils/popeye: Mark broken on i386
    
    Compilation fails due to integer overflow
    
    Reported by:    fallout
---
 sysutils/popeye/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/popeye/Makefile b/sysutils/popeye/Makefile
index b2a8db2da5c6..bbb5c3258634 100644
--- a/sysutils/popeye/Makefile
+++ b/sysutils/popeye/Makefile
@@ -11,6 +11,8 @@ WWW=		https://popeye.io/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation breaks: probes.go:491:19: constant 4294967295 overflows int
+
 USES=		go:1.23,modules
 
 _BUILD_DATE=	$$(date -u +"%FT%T%z")