summaryrefslogtreecommitdiff
path: root/net/ntopng/files/patch-configure.seed
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-12-22 20:06:52 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-12-22 20:06:52 +0000
commita1b4f359a98e3e6d9a6c651d2fbad860e7aba43e (patch)
tree3ec9c854599e8aeff3b5c6368a6ef864d1732db2 /net/ntopng/files/patch-configure.seed
parentUpdate to RC3 of Wine 4.0 which brings about two dozen bugfixes. (diff)
- Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221 - Add USES=localbase to ndpi - Silence portlint warnings - Update WWW links - Add UPDATING note about data directory change nDPI changelog: https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md ntopng changelog: https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=488125
Diffstat (limited to 'net/ntopng/files/patch-configure.seed')
-rw-r--r--net/ntopng/files/patch-configure.seed8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ntopng/files/patch-configure.seed b/net/ntopng/files/patch-configure.seed
index 4fb5cd42d7cf..56c550efc854 100644
--- a/net/ntopng/files/patch-configure.seed
+++ b/net/ntopng/files/patch-configure.seed
@@ -1,6 +1,6 @@
---- configure.seed.orig 2018-06-04 09:56:33 UTC
+--- configure.seed.orig 2018-12-21 18:58:17 UTC
+++ configure.seed
-@@ -27,33 +27,8 @@ fi
+@@ -53,33 +53,8 @@ fi
# On CentOS 6 `git rev-list HEAD --count` does not work
#
#
@@ -35,7 +35,7 @@
SHORT_MACHINE=`uname -m | cut -b1-3`
GIT_RELEASE="@GIT_RELEASE@"
-@@ -94,7 +69,7 @@ AC_ARG_WITH(ndpi-includes,
+@@ -131,7 +106,7 @@ fi
PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [
NDPI_INC=`echo $NDPI_CFLAGS | sed -e "s/[ ]*$//"`/libndpi
# Use static libndpi library as building against the dynamic library fails
@@ -44,7 +44,7 @@
NDPI_LIB_DEP=
], [
AC_MSG_CHECKING(for nDPI source)
-@@ -505,18 +480,6 @@ GMAKE=`which gmake`
+@@ -530,18 +505,6 @@ GMAKE=`which gmake`
if test x$GMAKE = x
then
GMAKE="make"