Bug 238914 - databases/cayley: Switch to USES=go:modules, fix build with go1.13beta1
Summary: databases/cayley: 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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-01 12:25 UTC by Dmitri Goutnik
Modified: 2019-07-01 15:52 UTC (History)
0 users

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


Attachments
patch file (40.43 KB, patch)
2019-07-01 12:25 UTC, Dmitri Goutnik
dmgk: maintainer-approval?
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 12:25:29 UTC
Created attachment 205455 [details]
patch file

===>  Building for cayley-0.7.5.2
$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 15:51:53 UTC
A commit references this bug:

Author: yuri
Date: Mon Jul  1 15:51:48 UTC 2019
New revision: 505608
URL: https://svnweb.freebsd.org/changeset/ports/505608

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

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

Changes:
  head/databases/cayley/Makefile
  head/databases/cayley/distinfo
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2019-07-01 15:52:05 UTC
Committed, thanks!