svn commit: r494712 - head/sysutils/docker-freebsd
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 5 16:58:58 UTC 2019
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
More information about the svn-ports-all
mailing list