- 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)
This commit is contained in:
parent
1c2f2484b8
commit
e4800def10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151235
2 changed files with 11 additions and 1 deletions
|
@ -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}
|
||||
|
|
10
net-mgmt/cricket/files/patch-lib-RRD-Format.pm
Normal file
10
net-mgmt/cricket/files/patch-lib-RRD-Format.pm
Normal file
|
@ -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";
|
Loading…
Reference in a new issue