aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nfsen
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-02 15:16:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-02 15:16:10 +0000
commitf43330fdd539c75b98d64fdbd2a8f22173634375 (patch)
treedcc62a521e6c5c211b7e9ebfeb9b6a06166d8be4 /net-mgmt/nfsen
parent924ae196d62bce0a1ec33bea262357b8126f3d93 (diff)
downloadports-f43330fdd539c75b98d64fdbd2a8f22173634375.tar.gz
ports-f43330fdd539c75b98d64fdbd2a8f22173634375.zip
- Fix build with rrdtool 1.3
PR: 126852 Submitted by: Vincent Hoffman <vince at unsane dot co dot uk> Approved by: Mohacsi Janos <mohacsi at niif dot hu> (maintainer)
Notes
Notes: svn path=/head/; revision=219674
Diffstat (limited to 'net-mgmt/nfsen')
-rw-r--r--net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm b/net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm
new file mode 100644
index 000000000000..1cebf68d328c
--- /dev/null
+++ b/net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm
@@ -0,0 +1,11 @@
+--- libexec/NfSenRRD.pm.orig 2008-08-05 10:49:34.000000000 +0100
++++ libexec/NfSenRRD.pm 2008-08-05 10:50:13.000000000 +0100
+@@ -73,7 +73,7 @@
+ if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
+ $RRDoffset = 77;
+ }
+- if ( $rrd_version >= 1.2 && $rrd_version < 1.3 ) {
++ if ( $rrd_version >= 1.2 && $rrd_version < 1.4 ) {
+ $RRDoffset = 67;
+ }
+