svn commit: r494717 - head/sysutils/logstash-forwarder

Antoine Brodin antoine at FreeBSD.org
Tue Mar 5 17:05:01 UTC 2019


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


More information about the svn-ports-all mailing list