From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 27 11:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F35AD16A417 for ; Sun, 27 Jan 2008 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E066213C45D for ; Sun, 27 Jan 2008 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0RBo38a093622 for ; Sun, 27 Jan 2008 11:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0RBo3jH093621; Sun, 27 Jan 2008 11:50:03 GMT (envelope-from gnats) Date: Sun, 27 Jan 2008 11:50:03 GMT Message-Id: <200801271150.m0RBo3jH093621@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ulrich Spoerlein Cc: Subject: Re: ports/120028: [UPDATE] sysutils/symon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ulrich Spoerlein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2008 11:50:04 -0000 The following reply was made to PR ports/120028; it has been noted by GNATS. From: Ulrich Spoerlein To: bug-followup@FreeBSD.org, lippemail@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@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@FreeBSD.org --LZvS9be/3tNcYl/X--