Bug 238927 - sysutils/serf: Switch to USES=go:modules, fix build with go1.13beta1
Summary: sysutils/serf: 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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-01 15:37 UTC by Dmitri Goutnik
Modified: 2019-07-01 17:56 UTC (History)
1 user (show)

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


Attachments
patch file (810 bytes, patch)
2019-07-01 15:37 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (swills)
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 15:37:43 UTC
Created attachment 205468 [details]
patch file

===>  Building for hashicorp-serf-0.8.3
$GOPATH/go.mod exists but should not
*** 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-01 17:55:51 UTC
A commit references this bug:

Author: swills
Date: Mon Jul  1 17:55:32 UTC 2019
New revision: 505625
URL: https://svnweb.freebsd.org/changeset/ports/505625

Log:
  sysutils/serf: Switch to USES=go:modules, fix build with go1.13beta1

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

Changes:
  head/sysutils/serf/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-07-01 17:56:43 UTC
Committed, thanks!