Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 16:04:06 +0000
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Mark Phillips <mark@freebsdfoundation.org>
Subject:   git: b70a688edf1e - main - sysutils/mods: Only build on supported architectures
Message-ID:  <69651b76.27efc.b8c6d7e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jrm:

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

commit b70a688edf1e778a0b20bfd5a7a700a5b4fc1195
Author:     Mark Phillips <mark@freebsdfoundation.org>
AuthorDate: 2026-01-09 17:11:33 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2026-01-12 16:03:31 +0000

    sysutils/mods: Only build on supported architectures
    
    PR:             292305
    Reviewed by:    fuz, jrm, vvd
    Sponsored by:   The FreeBSD Foundation
---
 sysutils/mods/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/mods/Makefile b/sysutils/mods/Makefile
index 14e7affda445..1551960d502b 100644
--- a/sysutils/mods/Makefile
+++ b/sysutils/mods/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/charmbracelet/mods
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	aarch64 amd64
+ONLY_FOR_ARCHS_REASON=	Requires Go module modernc.org/libc, which only supports FreeBSD aarch64 and amd64
+
 USES=		go:modules
 
 _BUILD_VERSION=	${DISTVERSION}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69651b76.27efc.b8c6d7e>