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
This actually doesn't depend on bug #236059 which is stage-qa failure, there's already go-1.12,1 package.
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
Committed, thanks!