Date: Tue, 5 Mar 2019 17:05:00 +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: r494717 - head/sysutils/logstash-forwarder Message-ID: <201903051705.x25H505r097238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Mar 5 17:05:00 2019 New Revision: 494717 URL: https://svnweb.freebsd.org/changeset/ports/494717 Log: 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 Modified: head/sysutils/logstash-forwarder/Makefile Modified: head/sysutils/logstash-forwarder/Makefile ============================================================================== --- head/sysutils/logstash-forwarder/Makefile Tue Mar 5 17:04:01 2019 (r494716) +++ head/sysutils/logstash-forwarder/Makefile Tue Mar 5 17:05:00 2019 (r494717) @@ -9,6 +9,8 @@ COMMENT= Collect logs locally in preparation for proce LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= go:lang/go USES= go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903051705.x25H505r097238>