Bug 240816 - www/tusd: Unbreak build
Summary: www/tusd: Unbreak build
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-25 14:22 UTC by Dmitri Goutnik
Modified: 2019-09-25 15:09 UTC (History)
0 users

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


Attachments
patch file (8.69 KB, patch)
2019-09-25 14:22 UTC, Dmitri Goutnik
no flags 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-25 14:22:57 UTC
Created attachment 207803 [details]
patch file

Hi,

This port currently doesn't build in poudriere:

===>  Building tusd from cmd/tusd/main.go
go: cloud.google.com/go@v0.40.0: Get https://proxy.golang.org/cloud.google.com/go/@v/v0.40.0.mod: dial tcp: lookup proxy.golang.org on 209.222.18.218:53: write udp 127.0.0.1:10222->209.222.18.218:53: write: permission denied
*** Error code 1

- Unbreak by switching to go:modules and vendoring dependencies
- While here, remove custom do-install and fix GO_TARGET

Tested on 113i, 120a
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-25 15:07:30 UTC
A commit references this bug:

Author: mm
Date: Wed Sep 25 15:07:06 UTC 2019
New revision: 512788
URL: https://svnweb.freebsd.org/changeset/ports/512788

Log:
  - Unbreak www/tusd by switching to go:modules and vendoring dependencies
  - Remove custom do-install and fix GO_TARGET

  PR:		240816
  Submitted by:	Dmitri Goutnik <dmgk@freebsd.org>

Changes:
  head/www/tusd/Makefile
  head/www/tusd/distinfo