summaryrefslogtreecommitdiff
path: root/net/mrtg/patches
diff options
context:
space:
mode:
authortron <tron>2000-02-07 16:44:13 +0000
committertron <tron>2000-02-07 16:44:13 +0000
commit14af6db0bff6c81ab9e6c6330985797cb7f6c630 (patch)
treee1e3419c6352507482b57a07cc119ab65b843ac5 /net/mrtg/patches
parent17174e0ec95f758cc69c5efa95f8444e7dd248a2 (diff)
downloadpkgsrc-14af6db0bff6c81ab9e6c6330985797cb7f6c630.tar.gz
Update "mrtg" package to version 2.8.12:
- make -M and -r work in indexmaker - hungarian translation - NoSpaceChar option. Supresses SPACE normally inserted between local value and PRE or APPEND value. - new features for cfgmaker --iponly, --options, --workdir - make RunAsDaemon work ... - Daemon mode now forks into background after cfgcheck - Remove locks after sig INT and TERM - make indexmaker ignore default values - added ThreshDesc config option. Its value is assigned to the env variable THRESH_DESC before and of the Thresh-Action scripts are called. - bugfix for big5 locale - bugfix for norwegian.pmd - it is RunAsDaemon and not RunAsDeamon - update for rrdtool integration 14all.cgi to 0.16 - updated danish translation - have cfgmaker put specific comments into the mrtg.cfg file regarding the reason for droping a certain interface .. - Added RunAsDeamon mode. Start mrtg only once. No Cron necessary. - linux ip-filter integration in contrib - version 2.2 of mrtgmk in contrib - catalan locales - rateup.c fix for kMG override bug - allow to set ShortLegend to '' - better parsing of PageTop with intexmakers -P option - fix for spanish translation (uptime had some probmlems) - contrib: switchmaker produces mrtg cfg files for Cisco Catylst 5XXX - made sure -lm comes last when linking ... - converted remaining gifs to png - make sure AbsMax is not smaller than MaxBytes - translation to icelandic - added japanese translations for ISO-2022-JP and EUC-JP - added turkish translation - update for rrdtool integration 14all.cgi - Added more modular translation system - Added German Translation - Chinese Translation - cfgmaker_ip ... keep first address and not last .. - Malayan translation - restored mibhelp to its old glory .. - added ability to index interfaces by physical address analog to the existing IP stuff ... there is now also a cfgmaker_phys - polish translation - graphing fix for rateup ... - cpuinfo contrib - contrib cisco config tftp - updates and bugfixes for mrtgmk v2.0 - fix for -F/-f in indexmaker - fix for view type in indexmaker - cisco accounting contrib - added -lm to LIBS in configure.in - patching system for languages ... check translate directory - NSI (Network Status Imager for MRTG) contrib - updates for mrtg-archiver
Diffstat (limited to 'net/mrtg/patches')
-rw-r--r--net/mrtg/patches/patch-aa33
1 files changed, 12 insertions, 21 deletions
diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa
index b9ee5c09257..e694f2c1dd5 100644
--- a/net/mrtg/patches/patch-aa
+++ b/net/mrtg/patches/patch-aa
@@ -1,22 +1,13 @@
-$NetBSD: patch-aa,v 1.6 1999/11/01 03:37:36 jlam Exp $
+$NetBSD: patch-aa,v 1.7 2000/02/07 16:44:15 tron Exp $
---- configure.orig Thu Aug 26 17:25:08 1999
-+++ configure Sun Oct 31 00:47:15 1999
-@@ -1053,7 +1053,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lgd -lpng -lz $LIBS"
-+LIBS="-lgd -lpng -lz -lttf -lintl -lXpm -lX11 $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1059 "configure"
- #include "confdefs.h"
-@@ -1083,7 +1083,7 @@
- echo "$ac_t""yes" 1>&6
-
- CFLAGS="$CFLAGS -DGFORM_GD=gdImagePng"
-- LDFLAGS="$LDFLAGS -lpng -lz"
-+ LDFLAGS="$LDFLAGS -lpng -lz -lttf -lintl -lXpm -lX11"
- GDFORM_EXT=png
-
- else
+--- configure.orig Sun Feb 6 00:56:27 2000
++++ configure Mon Feb 7 17:38:11 2000
+@@ -986,7 +986,7 @@
+ fi
+
+
+-LDFLAGS="${LDFLAGS} -lgd"
++LDFLAGS="${LDFLAGS} -lgd -lttf -lintl -lXpm -lX11"
+
+ # Check whether --with-z or --without-z was given.
+ if test "${with_z+set}" = set; then