Date: Fri, 4 Mar 2005 21:14:07 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ganglia-monitor-core Makefile pkg-plist patch-srclib_libmetrics_freebsd_metrics.c Message-ID: <200503042114.j24LE7XJ011012@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503042114.j24LE7XJ011012>