Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/files/
Date: Tue, 26 Apr 2016 11:56:54
Message-Id: 1461671803.112d5999d85b36db4a7443df08e21df5f2e579f7.slis@gentoo
1 commit: 112d5999d85b36db4a7443df08e21df5f2e579f7
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 11:56:43 2016 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 11:56:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112d5999
7
8 added missing patch (#581256)
9
10 Package-Manager: portage-2.2.28
11
12 .../ntopng/files/ntopng-2.0-dont-build-ndpi.patch | 16 ++++++++++++++++
13 1 file changed, 16 insertions(+)
14
15 diff --git a/net-analyzer/ntopng/files/ntopng-2.0-dont-build-ndpi.patch b/net-analyzer/ntopng/files/ntopng-2.0-dont-build-ndpi.patch
16 new file mode 100644
17 index 0000000..b189cba
18 --- /dev/null
19 +++ b/net-analyzer/ntopng/files/ntopng-2.0-dont-build-ndpi.patch
20 @@ -0,0 +1,16 @@
21 +--- configure.ac.old 2016-04-25 21:29:36.452888380 +0200
22 ++++ configure.ac 2016-04-25 21:30:04.679554971 +0200
23 +@@ -62,13 +62,6 @@
24 + fi
25 +
26 + NDPI_LIB=$NDPI_HOME/src/lib/.libs/libndpi.a
27 +-AC_MSG_CHECKING(for $NDPI_LIB)
28 +-if test -f "$NDPI_LIB" ; then :
29 +- AC_MSG_RESULT(found $NDPI_LIB)
30 +-else
31 +- AC_MSG_RESULT(not found $NDPI_LIB: compiling)
32 +- cd $NDPI_HOME; ./autogen.sh; make; cd -
33 +-fi
34 +
35 + AC_MSG_CHECKING(for ntopng professional edition)
36 + if test -d "pro"; then :