diff options
author | minskim <minskim> | 2004-11-07 18:49:13 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-07 18:49:13 +0000 |
commit | 624bfcdbae7709714d79d7fd7b4256fc51eb8ec5 (patch) | |
tree | 3d3d71cfa6547df3f7871f2ee1ec031c5dcce246 /net/bmon/patches | |
parent | b71975693ecfa916749f8410ffdb19cea4a4623d (diff) | |
download | pkgsrc-624bfcdbae7709714d79d7fd7b4256fc51eb8ec5.tar.gz |
Import bmon from pkgsrc-wip. Packaged by hsaliak at gmail dot com, and
slightly modified by me.
Bmon is an interface bandwidth monitor. It is able to generate and
draw three types of diagrams: The overview diagram which is a list of
all interfaces and their send/receive rates. A very MRTG like
graphical diagram in ASCII showing the rate over a specific time
period in a bar diagram. The details diagram which contains all
counters of an interface such as total bytes sent/received, errors,
compressed packets and so on.
Diffstat (limited to 'net/bmon/patches')
-rw-r--r-- | net/bmon/patches/patch-aa | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/net/bmon/patches/patch-aa b/net/bmon/patches/patch-aa new file mode 100644 index 00000000000..3cdf3859a6c --- /dev/null +++ b/net/bmon/patches/patch-aa @@ -0,0 +1,38 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/11/07 18:49:13 minskim Exp $ + +--- configure.orig 2004-11-03 15:45:34.000000000 +0800 ++++ configure +@@ -4359,13 +4359,13 @@ fi + fi + + +-echo "$as_me:$LINENO: checking for redrawwin in -lncurses" >&5 +-echo $ECHO_N "checking for redrawwin in -lncurses... $ECHO_C" >&6 ++echo "$as_me:$LINENO: checking for redrawwin in ${LIBCURSES}" >&5 ++echo $ECHO_N "checking for redrawwin in ${LIBCURSES}... $ECHO_C" >&6 + if test "${ac_cv_lib_ncurses_redrawwin+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lncurses $LIBS" ++LIBS="$LIBCURSES $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -4432,13 +4432,13 @@ _ACEOF + + fi + +-echo "$as_me:$LINENO: checking for use_default_colors in -lncurses" >&5 +-echo $ECHO_N "checking for use_default_colors in -lncurses... $ECHO_C" >&6 ++echo "$as_me:$LINENO: checking for use_default_colors in ${LIBCURSES}" >&5 ++echo $ECHO_N "checking for use_default_colors in ${LIBCURSES}... $ECHO_C" >&6 + if test "${ac_cv_lib_ncurses_use_default_colors+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lncurses $LIBS" ++LIBS="$LIBCURSES $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |