Created attachment 205472 [details] patch file ===> Building for restic-0.9.5 ... go: bazil.org/fuse@v0.0.0-20180421153158-65cc252bf669: Get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20180421153158-65cc252bf669.mod: dial tcp: lookup proxy.golang.org on 1.0.0.1:53: write udp 127.0.0.1:47214->1.0.0.1:53 : write: permission denied *** Error code 1 - Switch to USES=go:modules, this also fixes the build with go1.13beta1 - Remove unnecessary GO_PKGNAME QA: poudriere testport: OK (120a-go1.12.6, 120a-go1.13beta1)
I don't have access to my FreeBSD desktop this week, but this all looks good to me. Thank you!
A commit references this bug: Author: swills Date: Wed Jul 17 19:19:16 UTC 2019 New revision: 506820 URL: https://svnweb.freebsd.org/changeset/ports/506820 Log: sysutils/restic: Switch to USES=go:modules, fix build with go1.13beta1 PR: 238929 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: gregf@hugops.pw (maintainer) Changes: head/sysutils/restic/Makefile
Committed, thanks!