Date: Tue, 5 Mar 2019 16:58:57 +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: r494712 - head/sysutils/docker-freebsd Message-ID: <201903051658.x25Gwvnp091545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Mar 5 16:58:56 2019 New Revision: 494712 URL: https://svnweb.freebsd.org/changeset/ports/494712 Log: Mark BROKEN: fails to build .gopath/src/github.com/docker/docker/pkg/system/mknod.go:12:22: cannot use dev (type int) as type uint64 in argument to syscall.Mknod Reported by: pkg-fallout Modified: head/sysutils/docker-freebsd/Makefile Modified: head/sysutils/docker-freebsd/Makefile ============================================================================== --- head/sysutils/docker-freebsd/Makefile Tue Mar 5 16:57:48 2019 (r494711) +++ head/sysutils/docker-freebsd/Makefile Tue Mar 5 16:58:56 2019 (r494712) @@ -12,6 +12,8 @@ COMMENT= Docker containment system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build + BUILD_DEPENDS= go>=1.4:lang/go \ bash:shells/bash \ sqlite3:databases/sqlite3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903051658.x25Gwvnp091545>