From owner-cvs-all@FreeBSD.ORG Fri Mar 4 21:14:07 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61D2716A4CE; Fri, 4 Mar 2005 21:14:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259B143D2D; Fri, 4 Mar 2005 21:14:07 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j24LE7ED011013; Fri, 4 Mar 2005 21:14:07 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j24LE7XJ011012; Fri, 4 Mar 2005 21:14:07 GMT (envelope-from brooks) Message-Id: <200503042114.j24LE7XJ011012@repoman.freebsd.org> From: Brooks Davis Date: Fri, 4 Mar 2005 21:14:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/ganglia-monitor-core Makefile pkg-plist patch-srclib_libmetrics_freebsd_metrics.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 21:14:07 -0000 brooks 2005-03-04 21:14:07 UTC FreeBSD ports repository Modified files: sysutils/ganglia-monitor-core Makefile pkg-plist Added files: sysutils/ganglia-monitor-core/files patch-srclib_libmetrics_freebsd_metrics.c Log: Correct a number of issues with the previous commit: - Patch a number of bugs in the metric code that caused gmond to be unstable, particularly on 4.x. These will be in the next ganglia release. - Use CFLAGS instead of CPPFLAGS to pass the include arguments. This appears to fix the bug where an installed, obsolete ganglia.h would break the build. - Do a better job of respecting CFLAGS and LDFLAGS. - Drop USE_LIBTOOL_VER. It appears to break sparc64. - Fix a warning caused by an @unexec in the plist when gmetad.conf has been modified. The port revision has been bumped. All users of 3.0.0 should upgrade. Revision Changes Path 1.10 +8 -7 ports/sysutils/ganglia-monitor-core/Makefile 1.1 +184 -0 ports/sysutils/ganglia-monitor-core/files/patch-srclib_libmetrics_freebsd_metrics.c (new) 1.6 +3 -2 ports/sysutils/ganglia-monitor-core/pkg-plist