svn commit: r558879 - head/net-mgmt/ng_ipacct
Mark Linimon
linimon at FreeBSD.org
Tue Dec 22 02:45:12 UTC 2020
Author: linimon
Date: Tue Dec 22 02:45:11 2020
New Revision: 558879
URL: https://svnweb.freebsd.org/changeset/ports/558879
Log:
Mark as BROKEN on riscv64 similar to 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 Tue Dec 22 02:29:19 2020 (r558878)
+++ head/net-mgmt/ng_ipacct/Makefile Tue Dec 22 02:45:11 2020 (r558879)
@@ -12,6 +12,7 @@ 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_riscv64= fails to build: ng_ipacct.c:972:2: error: implicit declaration of function 'INP_HASH_RLOCK' is invalid in C99
USE_GITHUB= yes
USES= kmod uidfix
More information about the svn-ports-all
mailing list