svn commit: r494719 - head/sysutils/beats
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 5 17:08:03 UTC 2019
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
More information about the svn-ports-all
mailing list