Bug 239881

Summary: textproc/fzf: Switch to USES=go:modules, fix build with go1.13
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: sascha, yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file sascha: maintainer-approval+

Description Dmitri Goutnik freebsd_committer freebsd_triage 2019-08-15 14:53:46 UTC
Created attachment 206581 [details]
patch file

===>  Building for fzf-0.18.0
$GOPATH/go.mod exists but should not
*** Error code 1

- Switch to USES=go:modules, this also fixes the build with go1.13
- Remove custom build/install targets

QA:
  poudriere testport: OK (120a-go1.12.8, 120a-go-devel)
Comment 1 Sascha Holzleiter 2019-08-15 18:23:07 UTC
Comment on attachment 206581 [details]
patch file

Looks good, thanks for the patch!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-15 18:28:24 UTC
A commit references this bug:

Author: yuri
Date: Thu Aug 15 18:28:18 UTC 2019
New revision: 509040
URL: https://svnweb.freebsd.org/changeset/ports/509040

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

  PR:		239881
  Submitted by:	Dmitri Goutnik <dg@syrec.org>
  Approved by:	sascha@root-login.org (maintainer)

Changes:
  head/textproc/fzf/Makefile
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2019-08-15 18:28:46 UTC
Committed, thanks!