Date: Sun, 18 Mar 2018 06:04:32 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464877 - head/net-mgmt/ng_ipacct Message-ID: <201803180604.w2I64WsV045931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180604.w2I64WsV045931>