git: acd8b22624ea - 2023Q3 - www/zgrab2: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 17 Aug 2023 04:46:02 UTC
The branch 2023Q3 has been updated by yuri:

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

commit acd8b22624eac5e8823e5a4032243764945e2191
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-17 04:45:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-17 04:46:00 +0000

    www/zgrab2: Broken on aarch64
    
    Reported by:    fallout
    
    (cherry picked from commit ca12a66a8faf72e6f4e7e98dd7becc509c2b1008)
---
 www/zgrab2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/zgrab2/Makefile b/www/zgrab2/Makefile
index 082e326071e0..e4552065c33d 100644
--- a/www/zgrab2/Makefile
+++ b/www/zgrab2/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/zmap/zgrab2
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails: ztypes_freebsd_arm64.go:400:12: undefined: uint128
+
 USES=		go:modules
 
 GO_MODULE=	github.com/zmap/zgrab2