git: c42eefb9c082 - main - dns/amass: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 26 Aug 2025 07:19:39 UTC
The branch main has been updated by yuri:

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

commit c42eefb9c0826d014934c8ec98046f031c018f8a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-26 07:04:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-26 07:19:36 +0000

    dns/amass: Broken on i386
    
    Reported by:    fallout
---
 dns/amass/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dns/amass/Makefile b/dns/amass/Makefile
index 216615f6f363..a91845d17209 100644
--- a/dns/amass/Makefile
+++ b/dns/amass/Makefile
@@ -11,6 +11,8 @@ WWW=		https://owasp.org/www-project-amass/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: cgo_specific.go:100:2: type [1073741824]*_Ctype_char larger than address space
+
 LIB_DEPENDS=	libpostal.so:misc/libpostal
 
 USES=		go:1.24,modules pkgconfig