Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 17:13:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389944 - head/net/ntopng
Message-ID:  <201506171713.t5HHD5ub008556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506171713.t5HHD5ub008556>