Bug 238919 - textproc/minify: Switch to USES=go:modules, fix build with go1.13beta1
Summary: textproc/minify: 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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-01 13:25 UTC by Dmitri Goutnik
Modified: 2019-07-03 18:53 UTC (History)
1 user (show)

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


Attachments
patch file (1.45 KB, patch)
2019-07-01 13:25 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (sunpoet)
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-01 13:25:38 UTC
Created attachment 205460 [details]
patch file

===>  Building for minify-2.5.0
go: github.com/cheekybits/is@v0.0.0-20150225183255-68e9c0620927: Get ht
tps://proxy.golang.org/github.com/cheekybits/is/@v/v0.0.0-2015022518325
5-68e9c0620927.mod: dial tcp: lookup proxy.golang.org on 1.0.0.1:53: wr
ite udp 127.0.0.1:26895->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 unneeded targets

QA:
  poudriere testport: OK (120a-go1.12.6, 120a-go1.13beta1)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-03 18:53:24 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Jul  3 18:52:25 UTC 2019
New revision: 505781
URL: https://svnweb.freebsd.org/changeset/ports/505781

Log:
  Convert to USES=go:modules

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

Changes:
  head/textproc/minify/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-07-03 18:53:52 UTC
Committed. Thanks!