diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-23 06:59:07 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-23 06:59:07 +0800 |
commit | bdce9acb7ac8ff410c9bec510628a7a3d6911e4d (patch) | |
tree | ba0c503e8d44ace95601eed8c699195f96e70c41 /net/ntop | |
parent | b82693ffeb1f47fa8aaddbb0dd67cbc2284f6114 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | net/ntop/files/patch-plugins_netflowPlugin.c | 11 |
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" + |