aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logstash-forwarder
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-03-05 17:05:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-03-05 17:05:00 +0000
commit4432c31f1fceefe75a1abea02b26ccb9bcba10a8 (patch)
tree5c6d594b7af22d62c39dfd5b75693ec373b68566 /sysutils/logstash-forwarder
parent1036ee6aa40740bf6d12997449aa26b21f275a54 (diff)
downloadports-4432c31f1fceefe75a1abea02b26ccb9bcba10a8.tar.gz
ports-4432c31f1fceefe75a1abea02b26ccb9bcba10a8.zip
Mark BROKEN: fails to build
./filecompare.go:12:21: invalid operation: fstat.Ino == state.Inode (mismatched types uint64 and uint32) ./filecompare.go:12:49: invalid operation: fstat.Dev == state.Device (mismatched types uint64 and uint32) Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=494717
Diffstat (limited to 'sysutils/logstash-forwarder')
-rw-r--r--sysutils/logstash-forwarder/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/logstash-forwarder/Makefile b/sysutils/logstash-forwarder/Makefile
index 88fdaaeab0d9..593acfb7ce3f 100644
--- a/sysutils/logstash-forwarder/Makefile
+++ b/sysutils/logstash-forwarder/Makefile
@@ -9,6 +9,8 @@ COMMENT= Collect logs locally in preparation for processing elsewhere!
LICENSE= APACHE20
+BROKEN= fails to build
+
BUILD_DEPENDS= go:lang/go
USES= go