[Bug 288055] Mk/Uses/go.mk: Use truly verbose build

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 04 Oct 2025 00:30:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288055

--- Comment #8 from Adam Weinberger <adamw@FreeBSD.org> ---
(In reply to Anton Saietskii from comment #7)

That's not anything to do with the go.mod system, that is because our go port
provides one file: a symlink to the real go binary:
[2022.26 adamw@apnoea ~] ll /usr/local/bin/go
0755 - root wheel  4 Sep 14:13 /usr/local/bin/go -> go125*
(That's why it's important to upgrade the go port too when you switch
backends.) 

The issue here is that syncthing does an unusual build where you're running a
go script, which then spawns the build. Somewhere in syncthing's /build.go
you'll find a bare reference to go. That should get subbed in via a patch.


In any event, I've come around and I think this PR is the way to go and I'll
get it committed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.