svn commit: r389944 - head/net/ntopng

Antoine Brodin antoine at FreeBSD.org
Wed Jun 17 17:13:05 UTC 2015


Author: antoine
Date: Wed Jun 17 17:13:04 2015
New Revision: 389944
URL: https://svnweb.freebsd.org/changeset/ports/389944

Log:
  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

Modified:
  head/net/ntopng/Makefile

Modified: head/net/ntopng/Makefile
==============================================================================
--- head/net/ntopng/Makefile	Wed Jun 17 17:11:04 2015	(r389943)
+++ head/net/ntopng/Makefile	Wed Jun 17 17:13:04 2015	(r389944)
@@ -13,6 +13,8 @@ COMMENT=	Network monitoring tool with co
 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 \


More information about the svn-ports-all mailing list