aboutsummaryrefslogtreecommitdiff
path: root/net/ntopng/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntopng/files/patch-configure')
-rw-r--r--net/ntopng/files/patch-configure37
1 files changed, 0 insertions, 37 deletions
diff --git a/net/ntopng/files/patch-configure b/net/ntopng/files/patch-configure
deleted file mode 100644
index 73c7b4962cb9..000000000000
--- a/net/ntopng/files/patch-configure
+++ /dev/null
@@ -1,37 +0,0 @@
---- configure.orig 2013-11-18 11:08:04.000000000 +0600
-+++ configure 2013-11-18 11:09:19.000000000 +0600
-@@ -620,7 +620,6 @@
-
- ac_subst_vars='LTLIBOBJS
- LIBOBJS
--SVN_WC_DB
- SVN_DATE
- GMAKE
- SQLITE_LIB
-@@ -2955,13 +2954,13 @@
- CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/opt/local/include"
- LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/opt/local/lib"
-
--SVN_RELEASE=`svn info . | grep "^Revision"|cut -d " " -f 2`
-+SVN_RELEASE="6939"
-
- cat >>confdefs.h <<_ACEOF
- #define NTOPNG_SVN_RELEASE "r${SVN_RELEASE}"
- _ACEOF
-
--SVN_DATE=`svn info . | grep "^Last Changed Date"|cut -d " " -f 4-`
-+SVN_DATE="2013-11-05 03:54:00 +0600 (Tue, 05 Nov 2013)"
-
- cat >>confdefs.h <<_ACEOF
- #define NTOPNG_SVN_DATE "${SVN_DATE}"
-@@ -2969,10 +2968,6 @@
-
- PACKAGE_VERSION="${NTOPNG_VERS}_${SVN_RELEASE}"
-
--if test -f ".svn/wc.db"; then
-- SVN_WC_DB=".svn/wc.db"
--fi
--
- MACHINE=`uname -m`
- SYSTEM=`uname -s`
-