svn commit: r464877 - head/net-mgmt/ng_ipacct

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 06:04:32 UTC 2018


Author: linimon
Date: Sun Mar 18 06:04:32 2018
New Revision: 464877
URL: https://svnweb.freebsd.org/changeset/ports/464877

Log:
  Mark as broken on armvX.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-mgmt/ng_ipacct/Makefile

Modified: head/net-mgmt/ng_ipacct/Makefile
==============================================================================
--- head/net-mgmt/ng_ipacct/Makefile	Sun Mar 18 06:01:25 2018	(r464876)
+++ head/net-mgmt/ng_ipacct/Makefile	Sun Mar 18 06:04:32 2018	(r464877)
@@ -10,6 +10,8 @@ COMMENT=	Netgraph IP accounting
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_armv6=		fails to build: ng_ipacct_hash.h:52:2: implicit declaration of function 'MALLOC' is invalid in C99
+BROKEN_armv7=		fails to build: ng_ipacct_hash.h:52:2: implicit declaration of function 'MALLOC' is invalid in C99
 BROKEN_powerpc64=	fails to build: pcpu.h: error: size of array '__assert_0' is negative
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list