summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2005-12-15 11:52:46 +0000
committeraz <az@FreeBSD.org>2005-12-15 11:52:46 +0000
commitc3d9bf15a6ec97f68ee5faeead63635a58f4e8f8 (patch)
tree054ea9b9f3aed56be45fe7784f72e8ed6b4ac816 /net-mgmt
parentf309e62d3221820b159a8d65247df23a8164e09c (diff)
downloadFreeBSD-ports-c3d9bf15a6ec97f68ee5faeead63635a58f4e8f8.zip
FreeBSD-ports-c3d9bf15a6ec97f68ee5faeead63635a58f4e8f8.tar.gz
- 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')
-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 d9e05e1..34d67d7 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 0000000..96737a7
--- /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";
OpenPOWER on IntegriCloud