Bug 238940 - sysutils/gotop: Switch to USES=go:modules, fix build with go1.13beta1
Summary: sysutils/gotop: Switch to USES=go:modules, fix build with go1.13beta1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-02 15:44 UTC by Dmitri Goutnik
Modified: 2019-07-02 19:18 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
patch file (402 bytes, patch)
2019-07-02 15:44 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (yuri)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!