Bug 240288 - sysutils/istio: Switch to USES=go:modules, fix build with go1.13
Summary: sysutils/istio: 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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-02 18:09 UTC by Dmitri Goutnik
Modified: 2019-09-02 23:20 UTC (History)
1 user (show)

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


Attachments
patch file (645 bytes, patch)
2019-09-02 18:09 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (danilo)
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:09:42 UTC
Created attachment 207118 [details]
patch file

===>  Building for istio-1.2.3
go: cloud.google.com/go@v0.37.4: Get https://proxy.golang.org/cloud.google.com/go/@v/v0.37.4.mod: dialtcp: lookup proxy.golang.org on 209.222.18.218:53: write udp 127.0.0.1:44306->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 23:19:30 UTC
A commit references this bug:

Author: danilo
Date: Mon Sep  2 23:19:27 UTC 2019
New revision: 510897
URL: https://svnweb.freebsd.org/changeset/ports/510897

Log:
  - Switch to USES=go:modules, fix build with go1.13 [1]
  while here
  - Update to 1.2.5

  PR:		240288
  Submitted by:	Dmitri Goutnik <dg@syrec.org> [1]

Changes:
  head/sysutils/istio/Makefile
  head/sysutils/istio/distinfo
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2019-09-02 23:20:22 UTC
Committed, thanks!