ports/120028: [UPDATE] sysutils/symon

Ulrich Spoerlein uspoerlein at gmail.com
Sun Jan 27 11:50:04 UTC 2008


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

From: Ulrich Spoerlein <uspoerlein at gmail.com>
To: bug-followup at FreeBSD.org, lippemail at gmail.com
Cc:  
Subject: Re: ports/120028: [UPDATE] sysutils/symon
Date: Sun, 27 Jan 2008 12:44:59 +0100

 --LZvS9be/3tNcYl/X
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hello Felippe,
 
 thanks for the reminder/update.
 
 Why did you collapse the if conditional for the WITHOUT_RRD/SYMUX case?
 This now depends on rrdtool even if WITHOUT_SYMUX has been specified
 (but no symux will be built). Or am I reading that patch wrong?
 
 Also, the Changelog mentions another network ABI change for version
 2.78, so this should be mentioned in UPDATING and/or the pkg-message.
 
 If you have no strong opinion about the WITHOUT_RRD/SYMUX stuff, I'd g
 for a minimal patch instead. Please see the attached diffs.
 
 Ulrich Spoerlein
 
 --LZvS9be/3tNcYl/X
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="symon.diff"
 
 ? work
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/symon/Makefile,v
 retrieving revision 1.15
 diff -u -p -r1.15 Makefile
 --- Makefile	16 Oct 2007 03:30:09 -0000	1.15
 +++ Makefile	27 Jan 2008 11:37:00 -0000
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	symon
 -PORTVERSION=	2.75
 +PORTVERSION=	2.78
  CATEGORIES=	sysutils
  MASTER_SITES=	http://www.xs4all.nl/~wpd/symon/philes/
  
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/symon/distinfo,v
 retrieving revision 1.4
 diff -u -p -r1.4 distinfo
 --- distinfo	18 Feb 2007 18:41:03 -0000	1.4
 +++ distinfo	27 Jan 2008 11:37:00 -0000
 @@ -1,3 +1,3 @@
 -MD5 (symon-2.75.tar.gz) = 6b50d7ec1bf57ad1c184ac2300f5967d
 -SHA256 (symon-2.75.tar.gz) = ba0480020e4077895feb7426e869b426b3875a3f883b5b658e4583fcd09c79b1
 -SIZE (symon-2.75.tar.gz) = 92160
 +MD5 (symon-2.78.tar.gz) = 4636e92773a04a6fb42e3818dd55a4a4
 +SHA256 (symon-2.78.tar.gz) = cda07388156e66a665c6d53dca4fdce3e210ee6a28c44e64d240715a572b39ac
 +SIZE (symon-2.78.tar.gz) = 102400
 
 --LZvS9be/3tNcYl/X
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="UPDATING.diff"
 
 Index: UPDATING
 ===================================================================
 RCS file: /home/ncvs/ports/UPDATING,v
 retrieving revision 1.578
 diff -u -p -r1.578 UPDATING
 --- UPDATING	20 Jan 2008 15:00:32 -0000	1.578
 +++ UPDATING	27 Jan 2008 11:37:11 -0000
 @@ -6,6 +6,17 @@ You should get into the habit of checkin
  time you update your ports collection, before attempting any port
  upgrades.
  
 +20080127:
 +  AFFECTS: users of sysutils/symon
 +  AUTHOR: uspoerlein at gmail.com
 +
 +  The symon port has been updated from 2.75 to 2.78. It changes the wire
 +  protocol again. You should update your symux(8) and symon(8) installations
 +  simultaneously, as
 +     - new symon clients will make old symux servers exit, and
 +     - new symux servers don't understand the old symon clients' if() and mem()
 +       probes.
 +
  20080120:
     AFFECTS: users of www/apache20
     AUTHOR: clement at FreeBSD.org
 
 --LZvS9be/3tNcYl/X--



More information about the freebsd-ports-bugs mailing list