svn commit: r494711 - head/sysutils/log-courier

Antoine Brodin antoine at FreeBSD.org
Tue Mar 5 16:57:49 UTC 2019


Author: antoine
Date: Tue Mar  5 16:57:48 2019
New Revision: 494711
URL: https://svnweb.freebsd.org/changeset/ports/494711

Log:
  Mark BROKEN: fails to build
  
  lc-lib/registrar/filestateos_freebsd.go:34:11: cannot use fstat.Ino (type uint64) as type uint32 in assignment
  lc-lib/registrar/filestateos_freebsd.go:35:12: cannot use fstat.Dev (type uint64) as type uint32 in assignment
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/log-courier/Makefile

Modified: head/sysutils/log-courier/Makefile
==============================================================================
--- head/sysutils/log-courier/Makefile	Tue Mar  5 16:56:24 2019	(r494710)
+++ head/sysutils/log-courier/Makefile	Tue Mar  5 16:57:48 2019	(r494711)
@@ -10,6 +10,8 @@ COMMENT=	Lightweight log shipper with Logstash integra
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	go:lang/go
 
 USES=		go gmake


More information about the svn-ports-all mailing list