Bug 236031 - security/2fa: Unbreak build with Go 1.12
Summary: security/2fa: Unbreak build with Go 1.12
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-02-25 15:59 UTC by Dmitri Goutnik
Modified: 2019-02-25 18:42 UTC (History)
0 users

See Also:


Attachments
patch file (703 bytes, patch)
2019-02-25 15:59 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-02-25 15:59:07 UTC
Created attachment 202356 [details]
patch file

- Remove GOCACHE=off as build cache is required starting from Go 1.12 [1]

QA:
  poudriere testport: OK (112a, 112i, 120a)

[1] https://tip.golang.org/doc/go1.12#gocache
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-25 18:41:54 UTC
A commit references this bug:

Author: swills
Date: Mon Feb 25 18:40:55 UTC 2019
New revision: 493888
URL: https://svnweb.freebsd.org/changeset/ports/493888

Log:
  security/2fa: Unbreak build with Go 1.12

  PR:		236031
  Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

Changes:
  head/security/2fa/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-02-25 18:42:04 UTC
Committed, thanks!