Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 12:09:46 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa385a6a9f11 - main - sysutils/zot: only for aarch64, amd64
Message-ID:  <6a3e6c0a.3e29c.1a4fe893@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3e6c0a.3e29c.1a4fe893>