git: 8bc1f190c033 - main - sysutils/popeye: Mark broken on armv7 and i386

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

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

commit 8bc1f190c033b1ee09dd93a2d970df73c953b14a
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2025-04-21 21:32:40 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2025-04-21 21:32:40 +0000

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

diff --git a/sysutils/popeye/Makefile b/sysutils/popeye/Makefile
index bbb5c3258634..bf0605eb1c45 100644
--- a/sysutils/popeye/Makefile
+++ b/sysutils/popeye/Makefile
@@ -11,7 +11,8 @@ WWW=		https://popeye.io/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_i386=	compilation breaks: probes.go:491:19: constant 4294967295 overflows int
+NOT_FOR_ARCHS_REASON=	Compilation fails due to integer overflow
+NOT_FOR_ARCHS=		armv7 i386
 
 USES=		go:1.23,modules