svn commit: r494716 - head/sysutils/nomad

Antoine Brodin antoine at FreeBSD.org
Tue Mar 5 17:04:02 UTC 2019


Author: antoine
Date: Tue Mar  5 17:04:01 2019
New Revision: 494716
URL: https://svnweb.freebsd.org/changeset/ports/494716

Log:
  Mark BROKEN: fails to build
  
  vendor/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/nomad/Makefile

Modified: head/sysutils/nomad/Makefile
==============================================================================
--- head/sysutils/nomad/Makefile	Tue Mar  5 17:01:07 2019	(r494715)
+++ head/sysutils/nomad/Makefile	Tue Mar  5 17:04:01 2019	(r494716)
@@ -11,6 +11,8 @@ COMMENT=	Cluster manager and scheduler
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	On i386: go compiler crashes: https://github.com/golang/go/issues/23763
 


More information about the svn-ports-all mailing list