aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/cricket/files
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2005-12-15 19:52:46 +0800
committeraz <az@FreeBSD.org>2005-12-15 19:52:46 +0800
commitc3d9bf15a6ec97f68ee5faeead63635a58f4e8f8 (patch)
tree054ea9b9f3aed56be45fe7784f72e8ed6b4ac816 /net-mgmt/cricket/files
parentf309e62d3221820b159a8d65247df23a8164e09c (diff)
downloadfreebsd-ports-gnome-c3d9bf15a6ec97f68ee5faeead63635a58f4e8f8.tar.gz
freebsd-ports-gnome-c3d9bf15a6ec97f68ee5faeead63635a58f4e8f8.tar.zst
freebsd-ports-gnome-c3d9bf15a6ec97f68ee5faeead63635a58f4e8f8.zip
- Add patch for fixing problem when summary for graph displayed as
"Current values not available: RRD file version 0003 not supported on this arch." - Bump PORTREVISION PR: ports/90419 Submitted by: Paul Armstrong <FreeBSDbugs@otoh.org> Tested by: az, Ivan Sviridov (sin@vimcom.net)
Diffstat (limited to 'net-mgmt/cricket/files')
-rw-r--r--net-mgmt/cricket/files/patch-lib-RRD-Format.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/cricket/files/patch-lib-RRD-Format.pm b/net-mgmt/cricket/files/patch-lib-RRD-Format.pm
new file mode 100644
index 000000000000..96737a7e2738
--- /dev/null
+++ b/net-mgmt/cricket/files/patch-lib-RRD-Format.pm
@@ -0,0 +1,10 @@
+--- lib/RRD/Format.pm.orig Wed Jan 21 05:11:09 2004
++++ lib/RRD/Format.pm Thu Dec 15 13:44:36 2005
+@@ -120,6 +120,7 @@
+ $self->{'dsDef'} = "a20 a20 L x4 d d x56";
+ $self->{'rraDef'} = "a20 L L d x72";
+ $self->{'pdpDef'} = "a30 x2 L x4 d x64";
++ $self->{"liveHead3"} = "L L";
+ $self->{'cdpDef'} = "d L x4 x64";
+
+ $self->{'liveHead'} = "L";