aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-02-26 20:56:41 +0800
committerlinimon <linimon@FreeBSD.org>2017-02-26 20:56:41 +0800
commit34b63ad757506f132e5c7b30404e0988fd1beaf3 (patch)
tree3cc8567ce7ea5e860b623aa2f14428cfb91f4898 /net-mgmt
parentc80d40ca7a41b4ac1b6a66a4f6f20cf9cd1b7bdb (diff)
downloadfreebsd-ports-gnome-34b63ad757506f132e5c7b30404e0988fd1beaf3.tar.gz
freebsd-ports-gnome-34b63ad757506f132e5c7b30404e0988fd1beaf3.tar.zst
freebsd-ports-gnome-34b63ad757506f132e5c7b30404e0988fd1beaf3.zip
Mark various ports as broken on armv6: invokes x86 asm.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/fastnetmon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile
index 4179031d8040..fc0e369199a0 100644
--- a/net-mgmt/fastnetmon/Makefile
+++ b/net-mgmt/fastnetmon/Makefile
@@ -13,8 +13,6 @@ COMMENT= Very fast DDoS analyzer with sflow/netflow/mirror support
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
liblog4cpp.so:devel/log4cpp \
libndpi.so:net/ndpi \
@@ -34,6 +32,9 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/src
CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON
CMAKE_INSTALL_PREFIX= ${PREFIX}
+BROKEN_armv6= Does not build: invokes x86 assembler
+BROKEN_powerpc64= Does not build
+
USE_RC_SUBR= ${PORTNAME}
OPTIONS_DEFINE= DOCS REDIS