svn commit: r495359 - head/sysutils/beats

Ryan Steinmetz zi at FreeBSD.org
Mon Mar 11 16:20:39 UTC 2019


Author: zi
Date: Mon Mar 11 16:20:38 2019
New Revision: 495359
URL: https://svnweb.freebsd.org/changeset/ports/495359

Log:
  - Builds fine under amd64, fix BROKEN

Modified:
  head/sysutils/beats/Makefile

Modified: head/sysutils/beats/Makefile
==============================================================================
--- head/sysutils/beats/Makefile	Mon Mar 11 16:08:34 2019	(r495358)
+++ head/sysutils/beats/Makefile	Mon Mar 11 16:20:38 2019	(r495359)
@@ -12,7 +12,7 @@ COMMENT=	Collect logs locally and send to remote logst
 
 LICENSE=	APACHE20
 
-BROKEN=		fails to build
+BROKEN_i386=	fails to build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	elastic


More information about the svn-ports-all mailing list