git: aa385a6a9f11 - main - sysutils/zot: only for aarch64, amd64

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Fri, 26 Jun 2026 12:09:46 UTC
The branch main has been updated by fuz:

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

commit aa385a6a9f1141abcce03df667bdc0e39464cb15
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-24 14:56:05 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-26 12:07:57 +0000

    sysutils/zot: only for aarch64, amd64
    
    The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
    are only available on aarch64 and amd64 FreeBSD.  Other platforms are
    not supported on FreeBSD right now.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2026Q2
---
 sysutils/zot/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/zot/Makefile b/sysutils/zot/Makefile
index fcf2652f31c1..66b600489dfc 100644
--- a/sysutils/zot/Makefile
+++ b/sysutils/zot/Makefile
@@ -12,7 +12,8 @@ WWW=		https://zotregistry.dev/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_i386=	modernc.org/libc does not compile on i386
+ONLY_FOR_ARCHS=	aarch64 amd64
+ONLY_FOR_ARCHS_REASON=	module modernc.org/sqlite only supported on aarch64 and amd64
 
 USES=		go:1.26+,modules
 USE_GITHUB=	yes