Bug 238940

Summary: sysutils/gotop: Switch to USES=go:modules, fix build with go1.13beta1
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: yuri
Priority: --- Flags: bugzilla: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file dmgk: maintainer-approval? (yuri)

Description Dmitri Goutnik freebsd_committer freebsd_triage 2019-07-02 15:44:05 UTC
Created attachment 205481 [details]
patch file

===>  Building for gotop-3.0.0
go: github.com/StackExchange/wmi@v0.0.0-20180116203802-5d049714c4a6: Get https://proxy.golang.org/github.com/%21stack%21exchange/wmi/@v/v0.0.0-20180116203802-5d049714c4a6.mod: dial tcp: lookup proxy.golang.org on 1.0.0.1:53: wri
te udp 127.0.0.1:56269->1.0.0.1:53: write: permission denied
*** Error code 1

- Switch to USES=go:modules, this also fixes the build with go1.13beta1

QA:
  poudriere testport: OK (120a-go1.12.6, 120a-go1.13beta1)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-02 19:17:15 UTC
A commit references this bug:

Author: yuri
Date: Tue Jul  2 19:16:46 UTC 2019
New revision: 505700
URL: https://svnweb.freebsd.org/changeset/ports/505700

Log:
  sysutils/gotop: Switch to USES=go:modules, fix build with go1.13beta1

  PR:		238940
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Changes:
  head/sysutils/gotop/Makefile
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2019-07-02 19:18:18 UTC
Committed, thanks!