CVS log for ports/sysutils/ganglia-monitor-core/files/Attic/patch-srclib_libmetrics_freebsd_metrics.c
Up to [FreeBSD] / ports / sysutils / ganglia-monitor-core / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5
Thu Jul 13 21:52:02 2006 UTC (5 years, 7 months ago) by brooks
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.4: +1 -1 lines
- Upgrade to 3.0.3 eliminating the need for the cpufreq patch and fixing some bugs. - Spell REQUIRE correctly in ganglia.sh.in - For systems where rcorder is run on LOCALBASE/etc/rc.d, split ganglia.sh into gmond.sh and gmetad.sh. - Replace the patches changing user nobody to ganglia with REINPLACE_CMD in post-patch removing a maintance issue and decreasing the file count. Also, expand the scope to include gmond.conf's documentation which was missed missed previously.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 27 17:52:01 2005 UTC (6 years, 9 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Fix a bug in the CPU frequency function. The type is a uint32 not a unit16. Submitted by: Meno Abels <meno.abels@adviser.com>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 15 21:19:46 2005 UTC (6 years, 9 months ago) by brooks
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +50 -525 lines
Upgrade to 3.0.1. This includes some fixes plus all the changes I previously patched into the FreeBSD metrics. Try to use cpufreq to get the frequency (maximum frequency not the current one). Add code to selectivly install libganglia and don't install it by default as ganglia is linked staticly and no one I know of actually uses the library. Add some Makefile features to the port to allow generation of custom pacakges with custom config files. PR: ports/79770
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 17 19:32:06 2005 UTC (6 years, 10 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +373 -18 lines
Fix cpu time reporting. It was obviously wrong on sparc64, but actually was totally broken everywhere. A number of other cleanups and minor tweaks are also included, but are less important. All of these changes will be including in the soon to be released ganglia-3.0.1.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 4 21:14:06 2005 UTC (6 years, 11 months ago) by brooks
Branches: MAIN
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.
