From owner-svn-ports-all@FreeBSD.ORG Wed Jun 17 17:13:05 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E167BF1; Wed, 17 Jun 2015 17:13:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CDDE8A3; Wed, 17 Jun 2015 17:13:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HHD5ci008557; Wed, 17 Jun 2015 17:13:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HHD5ub008556; Wed, 17 Jun 2015 17:13:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506171713.t5HHD5ub008556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Jun 2015 17:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389944 - head/net/ntopng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 17:13:05 -0000 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 \