summaryrefslogtreecommitdiff
path: root/net/mrtg/patches
diff options
context:
space:
mode:
authortv <tv>1998-07-13 16:59:07 +0000
committertv <tv>1998-07-13 16:59:07 +0000
commit27cc8262d7012e022f16d22b08bef43e18073fc9 (patch)
treee639f35d9cd57b6c813e4570ddc442ea8e2b0bb1 /net/mrtg/patches
parent593d1b43f47927e08392935265e9ad9f2312cba4 (diff)
downloadpkgsrc-27cc8262d7012e022f16d22b08bef43e18073fc9.tar.gz
Import of FreeBSD's Multi Router Traffic Grapher pkg, patches to follow.
Diffstat (limited to 'net/mrtg/patches')
-rw-r--r--net/mrtg/patches/patch-aa35
-rw-r--r--net/mrtg/patches/patch-ab11
2 files changed, 46 insertions, 0 deletions
diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa
new file mode 100644
index 00000000000..52db1499814
--- /dev/null
+++ b/net/mrtg/patches/patch-aa
@@ -0,0 +1,35 @@
+--- Makefile.orig Sat Oct 25 20:00:59 1997
++++ Makefile Sat Dec 6 09:33:47 1997
+@@ -5,17 +5,17 @@
+ SHELL=/bin/sh
+ # 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=/usr/local/include/gd
++#GD_INCLUDE=gd1.2
+
+ # GD_LIB
+ # The path to the gd graphics library: libgd.a
+-#GD_LIB=/usr/local/lib
+-GD_LIB=gd1.2
++GD_LIB=/usr/local/lib
++#GD_LIB=gd1.2
+
+ # Where is perl 5 on this machine
+-# PERL=/usr/local/bin/perl
+-PERL=/usr/local/gnu/bin/perl5
++PERL=/usr/local/bin/perl
++#PERL=/usr/local/gnu/bin/perl5
+
+
+ # CC
+@@ -26,7 +26,7 @@
+ # CFLAGS
+ # Enter '-g' to include debugging info, or '-O2' to optimize
+ # for gcc
+-CFLAGS=-g -O -Wall
++CFLAGS+=-Wall
+
+ # for sparcworks
+ #CFLAGS=-g
diff --git a/net/mrtg/patches/patch-ab b/net/mrtg/patches/patch-ab
new file mode 100644
index 00000000000..8831292ca28
--- /dev/null
+++ b/net/mrtg/patches/patch-ab
@@ -0,0 +1,11 @@
+--- mrtg.cfg-dist.orig Fri Oct 24 21:35:55 1997
++++ mrtg.cfg-dist Sat Dec 6 09:34:48 1997
+@@ -21,7 +21,7 @@
+
+ # Where should the logfiles, and webpages be created?
+
+-# WorkDir: /usr/tardis/pub/www/stats/mrtg
++WorkDir: /usr/local/www/data/mrtg
+
+ # --------------------------
+ # Optional Global Parameters