summaryrefslogtreecommitdiff
path: root/net-mgmt/cricket
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2005-12-15 11:52:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2005-12-15 11:52:46 +0000
commite4800def1066345d87e00945ac74f30f470042cd (patch)
tree21cdb45903f1823b2e3fd33ee993af75ab9ed576 /net-mgmt/cricket
parent- Update to 0.8.1.b (diff)
- 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)
Notes
Notes: svn path=/head/; revision=151235
Diffstat (limited to 'net-mgmt/cricket')
-rw-r--r--net-mgmt/cricket/Makefile2
-rw-r--r--net-mgmt/cricket/files/patch-lib-RRD-Format.pm10
2 files changed, 11 insertions, 1 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile
index d9e05e1378d8..34d67d79a75a 100644
--- a/net-mgmt/cricket/Makefile
+++ b/net-mgmt/cricket/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cricket
PORTVERSION= 1.0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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";