Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 17:08:02 +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: r494719 - head/sysutils/beats
Message-ID:  <201903051708.x25H82ob097561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Mar  5 17:08:02 2019
New Revision: 494719
URL: https://svnweb.freebsd.org/changeset/ports/494719

Log:
  Mark BROKEN: fails to build
  
  ../../src/github.com/elastic/beats/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/beats/Makefile

Modified: head/sysutils/beats/Makefile
==============================================================================
--- head/sysutils/beats/Makefile	Tue Mar  5 17:06:06 2019	(r494718)
+++ head/sysutils/beats/Makefile	Tue Mar  5 17:08:02 2019	(r494719)
@@ -12,6 +12,8 @@ COMMENT=	Collect logs locally and send to remote logst
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	elastic
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903051708.x25H82ob097561>