aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-06-23 06:59:07 +0800
committerwxs <wxs@FreeBSD.org>2009-06-23 06:59:07 +0800
commitbdce9acb7ac8ff410c9bec510628a7a3d6911e4d (patch)
treeba0c503e8d44ace95601eed8c699195f96e70c41 /net/ntop
parentb82693ffeb1f47fa8aaddbb0dd67cbc2284f6114 (diff)
downloadfreebsd-ports-gnome-bdce9acb7ac8ff410c9bec510628a7a3d6911e4d.tar.gz
freebsd-ports-gnome-bdce9acb7ac8ff410c9bec510628a7a3d6911e4d.tar.zst
freebsd-ports-gnome-bdce9acb7ac8ff410c9bec510628a7a3d6911e4d.zip
- Turn off a debug knob which was left on.
PR: ports/135418 Submitted by: Anthony Maszeroski <maszeroskia3@scranton.edu>
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile2
-rw-r--r--net/ntop/files/patch-plugins_netflowPlugin.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index f8b17838a05d..84e2b7e0b051 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ntop
PORTVERSION= 3.3.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net/ntop/files/patch-plugins_netflowPlugin.c b/net/ntop/files/patch-plugins_netflowPlugin.c
new file mode 100644
index 000000000000..be5be50da805
--- /dev/null
+++ b/net/ntop/files/patch-plugins_netflowPlugin.c
@@ -0,0 +1,11 @@
+--- plugins/netflowPlugin.c.orig 2009-06-22 14:00:56.000000000 -0400
++++ plugins/netflowPlugin.c 2009-06-22 14:01:10.000000000 -0400
+@@ -28,7 +28,7 @@
+ static void* netflowUtilsLoop(void* _deviceId);
+ #endif
+
+-#define DEBUG_FLOWS
++//#define DEBUG_FLOWS
+
+ #define CONST_NETFLOW_STATISTICS_HTML "statistics.html"
+