summaryrefslogtreecommitdiff
path: root/net/ntop2/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-07-23 11:34:00 +0000
committeragc <agc@pkgsrc.org>2002-07-23 11:34:00 +0000
commite6013e42748ffaecd066e53e6e9966703916382d (patch)
treeadd693231afb41bb7a2ded5ecf0c996db1baf0c4 /net/ntop2/patches
parent9695ef074767ae29ad40a416c8d998395b2f8a86 (diff)
downloadpkgsrc-e6013e42748ffaecd066e53e6e9966703916382d.tar.gz
Import an ntop-2.1 package into the NetBSD Packages Collection as ntop2-2.1
This is an updated and cleaned up version of the older ntop2 package. ntop version 2 is a tool to sniff traffic on the network and display statistics about it. It has a built-in web server for displaying the results of the data it collects, and it can also generate data in various formats (such as NetFlow) to be passed on to other systems. Note that version 2 of ntop is significantly different from version 1. It is much larger and has many more features. If you're looking for a more light-weight tool, you may find that version 1 (the "ntop" package) suits you better. Differences from the previous version: + multi-threading has been enabled (it wouldn't compile otherwise) + dependencies have been specified properly + the Makefile has been cleaned up + two bugs in the configure script have been fixed + we now use a distfile that can be found + the homepage is the official ntop homepage + it appears that the editline emulation of GNU readline is sufficient
Diffstat (limited to 'net/ntop2/patches')
-rw-r--r--net/ntop2/patches/patch-aa29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/ntop2/patches/patch-aa b/net/ntop2/patches/patch-aa
new file mode 100644
index 00000000000..1cf7403f0dd
--- /dev/null
+++ b/net/ntop2/patches/patch-aa
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/07/23 11:34:00 agc Exp $
+
+The ac_mysql variable really means "ac_disable_mysql"
+
+Remove an extraneous ','
+
+--- configure 2002/07/23 10:17:28 1.1
++++ configure 2002/07/23 10:17:52
+@@ -2475,9 +2475,9 @@
+ # Check whether --enable-mysql or --disable-mysql was given.
+ if test "${enable_mysql+set}" = set; then
+ enableval="$enable_mysql"
+- ac_mysql="yes"
+-else
+ ac_mysql="no"
++else
++ ac_mysql="yes"
+ fi
+
+
+@@ -2909,7 +2909,7 @@
+ #include "confdefs.h"
+
+ # include <sys/types.h>
+-# include <netinet/in.h>,
++# include <netinet/in.h>
+ #include <netinet/in_systm.h>
+ # include <sys/socket.h>
+ # include <netinet/ip.h>