[Bug 281760] [new port] graphics/wallhaven-cli: CLI for wallhaven to browse wallpapers in terminal

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 26 Oct 2024 12:03:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281760

--- Comment #5 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to Yusuf Yaman from comment #4)

No, you should just not fiddle with the build flags unless they must be changed
for some reason.  Read /usr/port/Mk/Uses/go.mk for the default build flags;
you'll find that stripping is included unless building in debug mode.

We strip all binaries unless debugging is explicitly enabled, so it won't be
necessary to change the flags like this.  I'll leave that out when I commit
your patch.

Another question: why did you use USE_GITHUB?  Usually, our tooling should be
able to automatically download Go modules using just the module path.  But
sometimes that fails, so if that's the case please just say so.

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