Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 12:09:40 +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: be073c3cbb86 - main - sysutils/loki3: for aarch64, amd64 only
Message-ID:  <6a3e6c04.3d4b1.17fae531@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=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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3e6c04.3d4b1.17fae531>