Bug 236133 - sysutils/ctop: Unbreak build with Go 1.12
Summary: sysutils/ctop: 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-03-01 17:02 UTC by Dmitri Goutnik
Modified: 2019-03-04 21:48 UTC (History)
0 users

See Also:


Attachments
patch file (1.28 KB, patch)
2019-03-01 17:02 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-03-01 17:02:24 UTC
Created attachment 202484 [details]
patch file

Fix the same syscall.Mknod issue as with other Go ports that vendor github.com/docker/docker (bug #236131, bug #236094)

Reported by: pkg-fallout
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2019-03-01 17:57:21 UTC
This actually doesn't depend on bug #236059 which is stage-qa failure, there's already go-1.12,1 package.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-04 21:48:07 UTC
A commit references this bug:

Author: swills
Date: Mon Mar  4 21:47:09 UTC 2019
New revision: 494653
URL: https://svnweb.freebsd.org/changeset/ports/494653

Log:
  sysutils/ctop: Unbreak build with Go 1.12

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

Changes:
  head/sysutils/ctop/files/
  head/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go
Comment 3 Steve Wills freebsd_committer freebsd_triage 2019-03-04 21:48:24 UTC
Committed, thanks!