Bug 240289 - devel/mutagen: Switch to USES=go:modules, fix build with go1.13
Summary: devel/mutagen: Switch to USES=go:modules, fix build with go1.13
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-09-02 18:14 UTC by Dmitri Goutnik
Modified: 2019-09-02 19:38 UTC (History)
1 user (show)

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


Attachments
patch file (780 bytes, patch)
2019-09-02 18:14 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-09-02 18:14:01 UTC
Created attachment 207119 [details]
patch file

===>  Building for mutagen-0.9.2
go: github.com/BurntSushi/toml@v0.3.1: Get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod: dial tcp: lookup proxy.golang.org on 209.222.18.218:53: write udp 127.0.0.1:58593->209.222.18.218:53: write: permission denied
*** Error code 1

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

QA:
  poudriere testport: OK (120a-go1.12.8, 120a-go-devel)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-02 19:38:32 UTC
A commit references this bug:

Author: yuri
Date: Mon Sep  2 19:38:22 UTC 2019
New revision: 510835
URL: https://svnweb.freebsd.org/changeset/ports/510835

Log:
  devel/mutagen: Switch to USES=go:modules, fix build with go1.13

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

Changes:
  head/devel/mutagen/Makefile
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2019-09-02 19:38:36 UTC
Committed, thanks!