Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Jun 2005 09:26:18 +0200 (CEST)
From:      Krzysztof Stryjek <wtp+smokeping142@bsdguru.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81937: update of smokeping to new version 1.42
Message-ID:  <20050606072618.3FC032627B@fw.wtp3.org>
Resent-Message-ID: <200506060730.j567U2Da036896@freefall.freebsd.org>

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

>Number:         81937
>Category:       ports
>Synopsis:       update of smokeping to new version 1.42
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 07:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Private
>Environment:
System: FreeBSD fw.wtp3.org 4.10-STABLE FreeBSD 4.10-STABLE #5: Thu Apr 14 23:37:02 CEST 2005 toor@fw.wtp3.org:/usr/src/sys/compile/POOH i386
>Description:

	smokeping is versy useful tool for monitoring network. Because of
changes in rrdtool, the author of smokeping Tobi Oetiker released new version
of smokeping which is working with rrdtool 1.2.x.

>How-To-Repeat:

	Currently this port is marked as IGNORED (smokeping 1.40).
>Fix:

Here is a set of patches for ports files, which should be corrected to
upgrade smokpeing to new version 1.42

------------------------ cut here ----------------------------------
--- distinfo.orig	Tue May  3 04:13:46 2005
+++ distinfo	Mon Jun  6 09:12:24 2005
@@ -1,2 +1,2 @@
-MD5 (smokeping-1.40.tar.gz) = 8b965a32b1611445932273abbfad4c48
-SIZE (smokeping-1.40.tar.gz) = 237066
+MD5 (smokeping-1.42.tar.gz) = 7e786ba53560a81e10658b2a79fb2e9f
+SIZE (smokeping-1.42.tar.gz) = 236121

------------------------ cut here ----------------------------------


------------------------ cut here ----------------------------------
--- Makefile.orig	Wed May 18 04:34:20 2005
+++ Makefile	Mon Jun  6 09:13:35 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	smokeping
-PORTVERSION=	1.40
+PORTVERSION=	1.42
 CATEGORIES=	net www
 MASTER_SITES=	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
@@ -21,8 +21,6 @@
 		${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \
 		${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
 
-IGNORE=	only works with old versions (1.0.x) of net/rrdtool
-
 OPTIONS=	FPING "Support for fping probes" on
 OPTIONS+=	ECHOPING "Support for EchoPing probes" off
 OPTIONS+=	CURL "Support for Curl probes" off
@@ -124,7 +122,6 @@
 post-extract:
 	@${RM} ${WRKSRC}/lib/BER.pm
 	@${RM} ${WRKSRC}/lib/SNMP_*.pm
-	@${RM} ${WRKSRC}/lib/ISG/.#ParseConfig.pm.1.26
 
 post-patch:
 	@${FIND} ${WRKSRC} -name \*.orig -delete
------------------------ cut here ----------------------------------

------------------------ cut here ----------------------------------
--- patch-bin-smokeping.dist.orig	Tue May  3 04:13:46 2005
+++ patch-bin-smokeping.dist	Mon Jun  6 09:08:16 2005
@@ -1,5 +1,5 @@
---- bin/smokeping.dist.orig	Sun Jan 30 17:56:30 2005
-+++ bin/smokeping.dist	Mon Feb  7 21:46:26 2005
+--- bin/smokeping.dist.orig	Tue May 31 20:09:54 2005
++++ bin/smokeping.dist	Mon Jun  6 09:00:58 2005
 @@ -1,12 +1,11 @@
 -#!/usr/sepp/bin/perl-5.8.0 -w
 +#!%%PERL%% -w
@@ -9,7 +9,7 @@
 -use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
 +use lib qw(%%PREFIX%%/smokeping/lib);
  
- use Smokeping 1.40;
+ use Smokeping 1.42;
  
 -Smokeping::main("etc/config.dist");
 +Smokeping::main("%%PREFIX%%/etc/smokeping/config");
------------------------ cut here ----------------------------------

------------------------ cut here ----------------------------------
--- patch-htdocs-smokeping.cgi.dist.orig	Tue May  3 04:13:46 2005
+++ patch-htdocs-smokeping.cgi.dist	Mon Jun  6 09:04:12 2005
@@ -9,7 +9,7 @@
 -use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
 +use lib qw(%%PREFIX%%/smokeping/lib);
  
- use Smokeping 1.40;
+ use Smokeping 1.42;
  
 -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
 +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
------------------------ cut here ----------------------------------

I hope this port will be corrected in cvsup soon :-)))

Greetings from Poland
--
/~\ The ASCII                  Krzysztof Stryjek
\ / Ribbon Campaign           wtp (at) bsdguru.org
 X  Against HTML            http://fw.wtp3.org/~wtp/
/ \ Email!               GG: 3608113   ICQ: 124986907
>Release-Note:
>Audit-Trail:
>Unformatted:



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