summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-09-06 13:36:23 +0200
committerJeroen Roovers <jer@gentoo.org>2017-09-06 13:36:46 +0200
commitc69e9b1346e6c0e02b363de277e5b60986bf1789 (patch)
tree92556f5bda83a1b029b1e39cf2b501d0b5aac057 /net-analyzer/ntopng/files
parentnet-libs/rpcsvc-proto: New package. All keywords since it's split off from gl... (diff)
downloadgentoo-c69e9b1346e6c0e02b363de277e5b60986bf1789.tar.gz
gentoo-c69e9b1346e6c0e02b363de277e5b60986bf1789.tar.bz2
gentoo-c69e9b1346e6c0e02b363de277e5b60986bf1789.zip
net-analyzer/ntopng: Clean up patches.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/ntopng/files')
-rw-r--r--net-analyzer/ntopng/files/ntopng-2.4-cxx.patch10
-rw-r--r--net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch4
-rw-r--r--net-analyzer/ntopng/files/ntopng-2.4-mysqltool.patch4
-rw-r--r--net-analyzer/ntopng/files/ntopng-3.0-gentoo.patch (renamed from net-analyzer/ntopng/files/configure-3.0.patch)6
-rw-r--r--net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch4
5 files changed, 12 insertions, 16 deletions
diff --git a/net-analyzer/ntopng/files/ntopng-2.4-cxx.patch b/net-analyzer/ntopng/files/ntopng-2.4-cxx.patch
index 330f681e7547..6de1a43f9b8e 100644
--- a/net-analyzer/ntopng/files/ntopng-2.4-cxx.patch
+++ b/net-analyzer/ntopng/files/ntopng-2.4-cxx.patch
@@ -1,6 +1,5 @@
-diff -ru ntopng-2.4-stable.orig/configure.ac ntopng-2.4-stable/configure.ac
---- ntopng-2.4-stable.orig/configure.ac 2016-11-20 03:59:19.928851928 -0800
-+++ ntopng-2.4-stable/configure.ac 2016-11-20 03:59:53.717850915 -0800
+--- a/configure.ac
++++ b/configure.ac
@@ -341,14 +341,6 @@
GMAKE="make"
fi
@@ -16,9 +15,8 @@ diff -ru ntopng-2.4-stable.orig/configure.ac ntopng-2.4-stable/configure.ac
GIT=`which git`
if test x$GIT = x
then
-diff -ru ntopng-2.4-stable.orig/Makefile.in ntopng-2.4-stable/Makefile.in
---- ntopng-2.4-stable.orig/Makefile.in 2016-06-27 12:31:18.000000000 -0700
-+++ ntopng-2.4-stable/Makefile.in 2016-11-20 04:00:31.037849796 -0800
+--- a/Makefile.in
++++ b/Makefile.in
@@ -4,7 +4,6 @@
SHELL=/bin/sh
OS := $(shell uname -s)
diff --git a/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch b/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch
index b189cbabe285..ec628cd32242 100644
--- a/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch
+++ b/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch
@@ -1,5 +1,5 @@
---- configure.ac.old 2016-04-25 21:29:36.452888380 +0200
-+++ configure.ac 2016-04-25 21:30:04.679554971 +0200
+--- a/configure.ac.old
++++ b/configure.ac
@@ -62,13 +62,6 @@
fi
diff --git a/net-analyzer/ntopng/files/ntopng-2.4-mysqltool.patch b/net-analyzer/ntopng/files/ntopng-2.4-mysqltool.patch
index fd403a2c8bf2..a80e966b85de 100644
--- a/net-analyzer/ntopng/files/ntopng-2.4-mysqltool.patch
+++ b/net-analyzer/ntopng/files/ntopng-2.4-mysqltool.patch
@@ -1,5 +1,5 @@
---- configure.ac.orig 2016-11-19 19:16:20.167724203 +0100
-+++ configure.ac 2016-11-19 19:16:32.684391101 +0100
+--- a/configure.ac
++++ b/configure.ac
@@ -302,13 +302,7 @@
if test "x$ac_cv_prog_ac_ct_MARIADB" = "xmariadb_config"; then
MYSQLTOOL="mariadb_config"
diff --git a/net-analyzer/ntopng/files/configure-3.0.patch b/net-analyzer/ntopng/files/ntopng-3.0-gentoo.patch
index a2476f5b407d..90d7aace545c 100644
--- a/net-analyzer/ntopng/files/configure-3.0.patch
+++ b/net-analyzer/ntopng/files/ntopng-3.0-gentoo.patch
@@ -1,5 +1,5 @@
---- configure.ac.orig 2017-06-09 06:47:34.214516588 +0200
-+++ configure.ac 2017-06-09 06:48:01.547849759 +0200
+--- a/configure.ac
++++ b/configure.ac
@@ -19,7 +19,6 @@
# On CentOS 6 `git rev-list HEAD --count` does not work
#
@@ -42,8 +42,6 @@
if test -d "/usr/include/openssl"; then :
AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
SSL_INC="`pkg-config --cflags libssl` -I/usr/include/openssl"
---- configure.ac.orig 2017-06-09 09:58:17.021114895 +0200
-+++ configure.ac 2017-06-09 09:58:24.227781519 +0200
@@ -53,15 +53,6 @@
SSL_LIB="`pkg-config --libs libssl` -lssl -lcrypto"
fi
diff --git a/net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch b/net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch
index e433f4e95592..4d2244b582b9 100644
--- a/net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch
+++ b/net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch
@@ -1,5 +1,5 @@
---- configure.ac.orig 2017-06-09 09:52:26.387783657 +0200
-+++ configure.ac 2017-06-09 09:54:53.361116113 +0200
+--- a/configure.ac
++++ b/configure.ac
@@ -335,13 +335,7 @@
if test "x$ac_cv_prog_ac_ct_MARIADB" = "xmariadb_config"; then
MYSQLTOOL="mariadb_config"