Created attachment 258359 [details] dns/zns.patch: make use of lang/go124 port Port works fine with lang/go124 and poudriere testport is OK on 142amd64-default. Thanks in advance.
Is there any reason to switch Go version?
(In reply to Koichiro Iwao from comment #2) Yes, it's because zns is using go 1.24 and port downloads go 1.24 in build procedure, lang/go124 became present after this port has been created.
===> Fetching all distfiles required by zns-0.3.0_1 for building ===> Fetching github.com/znscli/zns dependencies go: downloading go1.24.0 (freebsd/amd64) and https://github.com/znscli/zns/blob/v0.3.0/go.mod shows 1.24.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb762a17c1ef78c39eb16e4729aa6fc3b7e8c7bf commit fb762a17c1ef78c39eb16e4729aa6fc3b7e8c7bf Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-03-18 00:11:00 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-03-18 00:13:42 +0000 dns/zns: Switch build to go124 Use correct go version as shown in go.mod. PR: 285202 dns/zns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Committed, thanks!
(In reply to Yusuf Yaman from comment #3) That makes sense, thanks for the info.