Created attachment 206580 [details] patch file ===> Building for redis_exporter-1.0.3 go: github.com/golang/protobuf@v1.3.1: Get https://proxy.golang.org/github.com/golang/protobuf/@v/v1.3.1.mod: dial tcp: lookup proxy.golang.org on 1.0.0.1:53: write udp 127.0.0.1:11789->1.0.0.1:53: write: permission denied *** Error code 1 - Switch to USES=go:modules, this also fixes the build with go1.13 - Remove custom do-install target - Remove GO_PKGNAME and GO_TARGET (not needed after r507340) QA: poudriere testport: OK (120a-go1.12.8, 120a-go-devel)
A commit references this bug: Author: yuri Date: Sat Aug 17 01:58:32 UTC 2019 New revision: 509133 URL: https://svnweb.freebsd.org/changeset/ports/509133 Log: databases/redis_exporter: Switch to USES=go:modules, fix build with go1.13 PR: 239880 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: portmgr (unbreak with the upcoming go1.13) Changes: head/databases/redis_exporter/Makefile
Committed, thanks!