www/beehive: fix build on riscv64 - bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd - remove ONLY_FOR_ARCH; this port should build on any arch that supports Go - only strip binaries if stripping has been requested Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
Posted for maintainer feedback.
I plan to test-build and enable your other Go ports
that have ONLY_FOR_ARCH set, too. If Go is not supported
on an architecture, building the Go toolchain fails and
thus your port is never tried in the first place. No
need to set ONLY_FOR_ARCH in such cases.