Bug 238939 - devel/git-lfs: Switch to USES=go:modules, fix build with go1.13beta1
Summary: devel/git-lfs: 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: Vinícius Zavam
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-07-02 15:40 UTC by Dmitri Goutnik
Modified: 2019-07-03 18:52 UTC (History)
1 user (show)

See Also:
egypcio: maintainer-feedback+


Attachments
patch file (332 bytes, patch)
2019-07-02 15:40 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (egypcio)
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-02 15:40:13 UTC
Created attachment 205480 [details]
patch file

===>  Building for git-lfs-2.7.2
(cd /wrkdirs/usr/ports/devel/git-lfs/work/src/github.com/git-lfs/git-lf
go: github.com/ThomsonReutersEikon/go-ntlm@v0.0.0-20151030004737-b00ec3
*** Error code 1

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

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

Author: egypcio
Date: Wed Jul  3 18:49:34 UTC 2019
New revision: 505769
URL: https://svnweb.freebsd.org/changeset/ports/505769

Log:
  devel/git-lfs: Switch to USES=go:modules, fix build with go1.13beta1

  PR:		238939
  Reported by:	Dmitri Goutnik <dg % syrec.org>

Changes:
  head/devel/git-lfs/Makefile
Comment 2 Vinícius Zavam freebsd_committer freebsd_triage 2019-07-03 18:52:41 UTC
just like bug 238941;
committed! thanks.