diff options
author | rh <rh> | 1999-05-22 10:45:32 +0000 |
---|---|---|
committer | rh <rh> | 1999-05-22 10:45:32 +0000 |
commit | aefbfaf76157813e86453b307f9adc649a500aa7 (patch) | |
tree | c4dc9760d9afcef66dddd89dece7c8986d5df02c /net/mrtg/patches | |
parent | 8e5447e5b1e04bcf1437d2173b8a230d053a1c99 (diff) | |
download | pkgsrc-aefbfaf76157813e86453b307f9adc649a500aa7.tar.gz |
Update mrtg to 2.7.4
Notable changes are:
- several bug fixes
- now uses GNU configure script
- documentation update
- cleaned up distribution
- new indexmaker accepts multiple config files
- optional 2-column layout
- option to specify bacground color
- option to specify overview graphs sizes
- few options to increase/decrease bells and whistles
- improvements for perminute perhour
- integration of SNMP_util and the latest SNMP_session
- changed cfgmaker to use ipaddress as name for targets
- fixed html in indexmaker and mrtg
- optional handling of two different MaxBytes settings
Diffstat (limited to 'net/mrtg/patches')
-rw-r--r-- | net/mrtg/patches/patch-aa | 31 | ||||
-rw-r--r-- | net/mrtg/patches/patch-ab | 8 |
2 files changed, 4 insertions, 35 deletions
diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa deleted file mode 100644 index 8f15d7b966d..00000000000 --- a/net/mrtg/patches/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.orig Mon May 25 07:26:30 1998 -+++ Makefile Mon May 10 18:03:33 1999 -@@ -6,16 +6,16 @@ - # GD_INCLUDE - # The path to the include files for the gd graphics library. - #GD_INCLUDE=/usr/local/include/gd --GD_INCLUDE=gd1.2 -+GD_INCLUDE=${PREFIX}/include/gd - - # GD_LIB - # The path to the gd graphics library: libgd.a - #GD_LIB=/usr/local/lib --GD_LIB=gd1.2 -+GD_LIB=${PREFIX}/lib - - # Where is perl 5 on this machine - # PERL=/usr/local/bin/perl --PERL=/usr/local/gnu/bin/perl5 -+PERL=${PREFIX}/bin/perl - - - # CC -@@ -57,7 +57,7 @@ - @echo "" - - rateup: rateup.c -- $(CC) $(CFLAGS) rateup.c -I$(GD_INCLUDE) -L$(GD_LIB) -lgd -lm -o rateup -+ $(CC) $(CFLAGS) rateup.c -I$(GD_INCLUDE) $(LDFLAGS) -L$(GD_LIB) -lgd -lm -o rateup - - PERLFILES = mrtg cfgmaker indexmaker convert - diff --git a/net/mrtg/patches/patch-ab b/net/mrtg/patches/patch-ab index b2a87c1086a..078b79c732e 100644 --- a/net/mrtg/patches/patch-ab +++ b/net/mrtg/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.3 1998/08/07 11:10:47 agc Exp $ +$NetBSD: patch-ab,v 1.4 1999/05/22 10:45:33 rh Exp $ ---- mrtg.orig Mon Jul 13 13:17:55 1998 -+++ mrtg Mon Jul 13 13:19:52 1998 -@@ -54,7 +54,7 @@ +--- run/mrtg.orig Tue Apr 27 10:04:06 1999 ++++ run/mrtg Sat May 22 10:59:57 1999 +@@ -52,7 +52,7 @@ } die "ERROR: Can\'t find location of mrtg executable\n" unless $main::binpath; |