Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 12:09:37 +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: f326a7aa4f92 - main - net/go-tcping: for aarch64, amd64 only
Message-ID:  <6a3e6c01.3e414.5f2bf57@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=f326a7aa4f92f51a029d825de9ef1bbc5607dbd3

commit f326a7aa4f92f51a029d825de9ef1bbc5607dbd3
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-24 09:22:02 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-26 12:07:55 +0000

    net/go-tcping: 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
---
 net/go-tcping/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/go-tcping/Makefile b/net/go-tcping/Makefile
index 9fee7c8d5c43..adfc57dab652 100644
--- a/net/go-tcping/Makefile
+++ b/net/go-tcping/Makefile
@@ -14,8 +14,8 @@ WWW=		https://github.com/pouriyajamshidi/tcping
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON_i386=	vendored modernc.org/libc fails to compile on FreeBSD/i386
+ONLY_FOR_ARCHS=	aarch64 amd64
+ONLY_FOR_ARCHS_REASON=	module modernc.org/sqlite only supported on aarch64 and amd64
 
 USES=		go:modules
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3e6c01.3e414.5f2bf57>