Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2020 17:02:54 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558927 - head/security/zeek
Message-ID:  <202012221702.0BMH2sDb028217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Dec 22 17:02:54 2020
New Revision: 558927
URL: https://svnweb.freebsd.org/changeset/ports/558927

Log:
  security/zeek: enable on powerpc64 head

Modified:
  head/security/zeek/Makefile

Modified: head/security/zeek/Makefile
==============================================================================
--- head/security/zeek/Makefile	Tue Dec 22 16:51:09 2020	(r558926)
+++ head/security/zeek/Makefile	Tue Dec 22 17:02:54 2020	(r558927)
@@ -13,7 +13,8 @@ COMMENT=	System for detecting network intruders in rea
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_powerpc64=	Does not build: error: zero-size array 'names'
+BROKEN_FreeBSD_11_powerpc64==	Does not build: error: zero-size array 'names'
+BROKEN_FreeBSD_12_powerpc64==	Does not build: error: zero-size array 'names'
 
 USES=		bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012221702.0BMH2sDb028217>