aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-06-18 01:13:04 +0800
committerantoine <antoine@FreeBSD.org>2015-06-18 01:13:04 +0800
commit223ff1397a5f22096a0710166c058842b8c35d84 (patch)
tree0a8d0e8f8ff8cd92a3933d251dbe5b862da20734
parent6aa09e4673314de646e826dd9b4388d78448722d (diff)
downloadfreebsd-ports-gnome-223ff1397a5f22096a0710166c058842b8c35d84.tar.gz
freebsd-ports-gnome-223ff1397a5f22096a0710166c058842b8c35d84.tar.zst
freebsd-ports-gnome-223ff1397a5f22096a0710166c058842b8c35d84.zip
Mark BROKEN: Fails to build
NetworkInterface.cpp:138:5: error: no matching function for call to 'ndpi_set_proto_defaults' ndpi_set_proto_defaults(ndpi_struct, NTOPNG_NDPI_OS_PROTO_ID, ^~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/libndpi-1.6.0/libndpi/ndpi_main.h:120:13: note: candidate function not viable: requires 8 arguments, but 5 were provided extern void ndpi_set_proto_defaults(struct ndpi_detection_module_struct *ndpi_mod, ^ 1 error generated. Reported by: pkg-fallout
-rw-r--r--net/ntopng/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile
index ef55aa0f2101..cb1ffe87c118 100644
--- a/net/ntopng/Makefile
+++ b/net/ntopng/Makefile
@@ -13,6 +13,8 @@ COMMENT= Network monitoring tool with command line and web interfaces
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= Fails to build
+
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool \
libluajit-5.1.so:${PORTSDIR}/lang/luajit \
libndpi.so:${PORTSDIR}/net/ndpi \