ports/92597: cricket support for RRD 1.2

Nick Hilliard nick at foobar.org
Tue Jan 31 10:50:08 UTC 2006


>Number:         92597
>Category:       ports
>Synopsis:       cricket support for RRD 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 10:50:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hilliard
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
Network Ability Ltd
>Environment:
System: FreeBSD <x> 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #1: Wed Aug 31 00:17:09 IST 2005 nick@<x>:/data/usr.src/src/sys/i386/compile/PIXIEDUST i386



>Description:

cricket 1.0.5 does not support rrdtool 1.2.  This was discussed at length on
the cricket archives and a trivial patch suggested which has not made it into
the source distribution yet.

http://sourceforge.net/mailarchive/message.php?msg_id=12475397

>How-To-Repeat:

I've attached a patch to create the patch file required to fix the problem.

>Fix:

diff -Nru cricket.old/files/patch-lib::RRD::Format.pm cricket/files/patch-lib::RRD::Format.pm
--- cricket.old/files/patch-lib::RRD::Format.pm	Thu Jan  1 01:00:00 1970
+++ cricket/files/patch-lib::RRD::Format.pm	Tue Jan 31 10:40:18 2006
@@ -0,0 +1,10 @@
+--- lib/RRD/Format.pm~	Tue Jan 31 10:34:22 2006
++++ lib/RRD/Format.pm	Tue Jan 31 10:34:22 2006
+@@ -123,6 +123,7 @@
+         $self->{'cdpDef'} = "d L x4 x64";
+ 
+         $self->{'liveHead'} = "L";
++        $self->{"liveHead3"} = "L L";
+         $self->{'rraPtr'} = "L";
+         $self->{'element'} = "d";
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list