Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 10:46:15 GMT
From:      Nick Hilliard <nick@foobar.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92597: cricket support for RRD 1.2
Message-ID:  <200601311046.k0VAkFq4041739@pixiedust.inex.ie>
Resent-Message-ID: <200601311050.k0VAo7Ia045540@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601311046.k0VAkFq4041739>