Date: Tue, 5 Mar 2019 17:00:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494713 - head/sysutils/docker Message-ID: <201903051700.x25H04FO091754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Mar 5 17:00:04 2019 New Revision: 494713 URL: https://svnweb.freebsd.org/changeset/ports/494713 Log: Mark BROKEN: fails to build cli/vendor/github.com/tonistiigi/fsutil/diskwriter_unix.go:48:41: cannot use int(mkdev(stat.Devmajor, stat.Devminor)) (type int) as type uint64 in argument to syscall.Mknod Reported by: pkg-fallout Modified: head/sysutils/docker/Makefile Modified: head/sysutils/docker/Makefile ============================================================================== --- head/sysutils/docker/Makefile Tue Mar 5 16:58:56 2019 (r494712) +++ head/sysutils/docker/Makefile Tue Mar 5 17:00:04 2019 (r494713) @@ -11,6 +11,8 @@ COMMENT= Open-source application container engine LICENSE= APACHE20 +BROKEN= fails to build + PLIST_FILES= bin/docker USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903051700.x25H04FO091754>