git: be073c3cbb86 - main - sysutils/loki3: for aarch64, amd64 only

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

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

commit be073c3cbb86c5d2619f7089b8cfd281957bef30
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-24 11:08:38 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-26 12:07:56 +0000

    sysutils/loki3: for aarch64, amd64 only
    
    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/loki3/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/loki3/Makefile b/sysutils/loki3/Makefile
index a28b1d04ae46..e8766bd451f8 100644
--- a/sysutils/loki3/Makefile
+++ b/sysutils/loki3/Makefile
@@ -13,6 +13,9 @@ WWW=		https://github.com/grafana/loki
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	aarch64 amd64
+ONLY_FOR_ARCHS_REASON=	module modernc.org/sqlite only supported on aarch64 and amd64
+
 USES=		go:modules cpe
 CPE_VENDOR=	grafana
 USE_GITHUB=	yes