ports/144876: [patch] net-mgmt/nfsen won't work with rrdtool 1.4.2 (current in ports)

Vincent Hoffman vhoffman at names.co.uk
Tue Mar 23 17:00:10 UTC 2010


The following reply was made to PR ports/144876; it has been noted by GNATS.

From: Vincent Hoffman <vhoffman at names.co.uk>
To: bug-followup at FreeBSD.org, vince at unsane.co.uk
Cc:  
Subject: Re: ports/144876: [patch] net-mgmt/nfsen won't work with rrdtool
 1.4.2 (current in ports)
Date: Tue, 23 Mar 2010 16:35:28 +0000

 This is a multi-part message in MIME format.
 --------------010006040007060508040005
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 8bit
 
 This actually breaks the install not just running the port after upgrade.
 I have attached the patch as a file created using make makepatch also.
 
 -- 
 ---------------------
 Vincent Hoffman
 Systems Administrator
 Namesco Limited
 
 Main Line:	+44 (0)845 363 3630
 Main Fax:	+44 (0)845 363 3631
 Tech Support:	+44 (0)845 363 3634
 Email:		vhoffman at names.co.uk
 Website:	http://www.names.co.uk
 Address:       7th Floor City Reach, 5 Greenwich View Place, London E14
 9NN.
 
 Namesco Limited (Registration No: 3913408) is incorporated in England and Wales with its registered office at Acton House, Perdiswell Park, Worcester, WR3 7GD.
  
 Information contained in this e-mail is intended for the use of the addressee only, and is confidential. If you have received this email in error please notify the sender immediately. Any dissemination, distribution, copying or use of this communication without prior permission of the addressee is strictly prohibited. The contents of an attachment to this e-mail may contain software viruses, which could damage your own computer system. While Namesco has taken every reasonable precaution to minimise this ri sk, we cannot accept liability for any damage, which you sustain as a result of software viruses. You should carry out your own virus checks before opening the attachment.
  
 Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.
  
 © 2009 Namesco Limited. All rights reserved.
 
 
 --------------010006040007060508040005
 Content-Type: text/plain;
  name="patch-libexec-NfSenRRD.pm.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-libexec-NfSenRRD.pm.txt"
 
 --- libexec/NfSenRRD.pm.orig	2010-03-23 15:58:24.953252437 +0000
 +++ libexec/NfSenRRD.pm	2010-03-23 15:58:35.624042719 +0000
 @@ -73,7 +73,7 @@
  	if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
  		$RRDoffset = 77;
  	}
 -	if ( $rrd_version >= 1.2 && $rrd_version < 1.4 ) {
 +	if ( $rrd_version >= 1.2 && $rrd_version < 1.5 ) {
  		$RRDoffset = 67;
  	}
  
 
 --------------010006040007060508040005--



More information about the freebsd-ports-bugs mailing list