| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
05 Aug 2012 23:19:40
3.1.7_4
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
01 Jun 2012 05:26:28
3.1.7_4
|
dinoex  |
- update png to 1.5.10 |
07 May 2012 18:52:09
3.1.7_3
|
sylvio  |
- Chase rrdtool shlib version bump. |
14 Jan 2012 08:57:23
3.1.7_2
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
24 Oct 2011 09:11:38
3.1.7_2
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
19 Oct 2011 20:34:16
3.1.7_2
|
brooks  |
Fix a bug where the install target was overwriting gmetad.conf due to
code in the source tree.
Refactor the gmond rc.d script to allow multiple gmond daemons to be run
by making links to the script. For example a link to gmond-cluster
would let you set gmond_cluster_enable and gmond_cluster_conf variables
to control a second instance. |
23 Sep 2011 22:26:39
3.1.7_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
25 May 2011 14:27:53
3.1.7_1
|
brooks  |
Add a missing dependency on pcre.
Reported by: Anton Shterenlikht <mexas at bristol.ac.uk> |
23 May 2011 22:15:50
3.1.7
|
brooks  |
Fix fetching now that the version naming nonsense is gone.
PR: 157199, 157219
Submitted by: Michael Fuckner, ohauer |
20 May 2011 00:49:12
3.1.7
|
brooks  |
Upgrade to ganglia 6.1.7.
Drop support for early version of 6.x in the rc script support. |
20 May 2011 00:47:34
3.1.7
|
brooks  |
Upgrade to ganglia 6.1.7.
Drop support for early version of 6.x in the rc script support. |
19 May 2011 18:10:20
3.1.1_7
|
brooks  |
Don't report idle processes as running processing.
Also don't count P_NOLOAD and TDF_NOLOAD processes.
PR: ports/154480
Submitted by: KOIE Hidetaka <koie at suri.co.jp> |
15 May 2011 02:49:17
3.1.1_6
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
19 Mar 2011 12:38:54
3.1.1_6
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
3.1.1_6
|
ade  |
Sync to new bsd.autotools.mk |
18 May 2010 04:08:06
3.1.1_6
|
pgollucci  |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
18 May 2010 04:05:05
3.1.1_5
|
pgollucci  |
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
05 May 2010 21:52:39
3.1.1_5
|
pgollucci  |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
05 May 2010 21:47:49
3.1.1_4
|
pgollucci  |
3/5: Fix apr-1.3 libnames to be apr-1
PORTREVISION bumps comming next
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
28 Mar 2010 06:47:48
3.1.1_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
27 Mar 2010 00:15:24
3.1.1_4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
03 Jan 2010 20:07:57
3.1.1_3
|
marcel  |
Query the generic "hw.freq.cpu" sysctl before using i386/amd64
specific ones to obtain the CPU frequency. This fixes CPU
frequency reporting for ia64 & sparc64. |
22 Aug 2009 00:35:32
3.1.1_3  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
02 Aug 2009 19:36:34
3.1.1_3
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
15 Jul 2009 16:56:10
3.1.1_3
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
12 Feb 2009 20:24:58
3.1.1_3
|
brooks  |
Actually remove port created directories and symlinks.
Point hat to: brooks
Reported by: QAT |
12 Feb 2009 18:11:31
3.1.1_2
|
brooks  |
Actually build a proper package with a valid plist[0], set the default
config file locations correctly, and run as the ganglia user instead of
nobody by default.
Reported by: QAT, pointyhat via pav [0]
Pointy hat to: brooks |
09 Feb 2009 19:42:33
3.1.1_1
|
brooks  |
Add missing depend on apr.
Reported by: pointyhat (via pav, erwin, linimon) |
30 Jan 2009 23:01:39
3.1.1_1
|
brooks  |
At long last commit a patch to fix problems with disk statistic reporting
and related crashes.
Clean up a couple portlint nits at the same time.
Submitted by: KOIE Hidetaka <koie at suri dot co dot jp>
PR: ports/116144 |
30 Jan 2009 03:56:35
3.1.1
|
brooks  |
Upgrade Ganglia to 3.1.1 plus a fix for CVE-2009-0241.
PR: ports/129822, ports/131067
Submitted by: Mark Foster <mark at foster dot cc> (vuxml)
Security: vid:b9077cc4-6d04-4bcb-a37a-9ceaebfdcc9e |
04 Sep 2008 12:41:09
3.0.6_1  |
koitsu  |
Adjust LIB_DEPENDS to use 'rrd' instead of 'rrd.4'. This allows for
use of either databases/rrdtool12 or databases/rrdtool, rather than
only the latter. |
24 Jun 2008 12:34:56
3.0.6_1  |
rafan  |
- Chase rrdtool 1.3.0 update, bump PORTREVISION
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) |
17 Dec 2007 22:24:48
3.0.6  |
brooks  |
Upgrade to Ganglia 3.0.6.
Release 3.0.5 contained minor bug fixes. 3.0.6 corrects XSS
vulnerabilities in the webfrontend.
Security: vid:fee7e059-acec-11dc-807f-001b246e4fdf |
24 Aug 2007 01:24:54
3.0.4  |
brooks  |
- Upgrade to ganglia 3.0.4 [1]
- Fix support for large memory systems (hw.physmem is a u_long not a long) [2]
- Make portlint happier [3]
PR: ports/115362 [1], some of [3]
Submitted by: Michael Fuckner <michael at fuckner dot net> [1], some of [3]
Clement Laforet <clement at FreeBSD dot org> [2] |
05 Jul 2007 06:19:49
3.0.3  |
edwin  |
First steps in a big migration:
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
13 Jul 2006 21:52:02
3.0.3  |
brooks  |
- 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. |
13 May 2006 04:15:53
3.0.1_3  |
edwin  |
Remove USE_REINPLACE from all categories starting with S |
20 Feb 2006 20:47:50
3.0.1_3  |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
22 Jan 2006 02:52:21
3.0.1_3  |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
07 Jan 2006 06:29:57
3.0.1_3  |
dougb  |
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change. |
11 Nov 2005 19:03:22
3.0.1_2  |
brooks  |
add SHA256 |
09 May 2005 08:20:16
3.0.1_2  |
demon  |
Chase librrd shared library version change after recent upgrade of rrdtool. |
27 Apr 2005 21:27:06
3.0.1_2  |
brooks  |
Add a -q option to gmetasnap to suppress non-error output. |
27 Apr 2005 19:42:30
3.0.1_1  |
brooks  |
SUB_FILES puts its results in WRKDIR, not WKRSRC. I don't know how
this wasn't failing to install.
Pointy hat: brooks |
27 Apr 2005 17:52:41
3.0.1_1  |
brooks  |
Add a new utility script, gmetasnap which manages tarball snapshots of
the gmetad rrd databases. Add support for ganglia.sh for saving and
restoring these snapshots at shutdown and startup respectivly. This
makes it easier to use a ramdisk for rrddir which is necessicary for
large clusters as the load of updating the databases rapidly consumes
all available CPU. |
27 Apr 2005 17:52:01
3.0.1  |
brooks  |
Fix a bug in the CPU frequency function. The type is a uint32 not a
unit16.
Submitted by: Meno Abels <meno.abels@adviser.com> |
15 Apr 2005 21:19:46
3.0.1  |
brooks  |
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 |
17 Mar 2005 19:32:06
3.0.0_2  |
brooks  |
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. |
14 Mar 2005 21:03:42
3.0.0_1  |
brooks  |
Move the LIB_DEPENDS statement for rrdtool below bsd.port.pre.mk so
WITH_GMETAD is actually defined when needed.
Reported by: pointyhat (via kris) |
04 Mar 2005 21:14:07
3.0.0_1  |
brooks  |
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. |
01 Mar 2005 23:04:37
3.0.0  |
brooks  |
Upgrade ganglia to 3.0.0.
3.0.0 mostly consists of a more flexable portable gmond which requires a
new config file format. Information about changes in this release can
be found on the website at:
http://ganglia.info/archives/cat_releases.html
and in ports/UPDATING. |
13 Apr 2004 07:47:10
2.5.6  |
krion  |
- Use reserved UID/GID
PR: ports/65481
Submitted by: maintainer
Reported by: kris |
14 Mar 2004 06:17:56
2.5.6  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 19:38:20
2.5.6  |
glewis  |
. Update to 2.5.6.
PR: 62325
Submitted by: brooks (maintainer) |
12 Dec 2003 21:25:29
2.5.5_1  |
pav  |
- Fix build on ia64
PR: ports/59925
Submitted by: brooks (maintainer) |
14 Nov 2003 14:22:31
2.5.5_1  |
arved  |
"Fix the location of the gmetad state files. I missed the fact that it
the string defining the default moved from one file to another in the
last update so the documentation was corrected, but the actual default
was not.
Fix PTHREAD_LIBS support so it works if there's a libpthread installed."
PR: 59268
Submitted by: brooks |
08 Nov 2003 23:02:06
2.5.5  |
sergei  |
Fix COMMENT (unnecessary quotes) |
08 Nov 2003 16:15:15
2.5.5  |
krion  |
- Update to version 2.5.5 [1]
* integrates a number of FreeBSD enhancements
and fixes a DoS bug
- Respect PTHREAD_LIBS and PTHREAD_CFLAGS [2]
PR: 59049
Submitted by: brooks [1], krion [2] |
04 Nov 2003 20:38:48
2.5.4  |
linimon  |
Update to Ganglia Monitor Core 2.5.4, plus enhancements bringing
FreeBSD support up to the level of Linux support. PR: ports/58657
(maintainer-update). |
07 Jun 2003 12:59:36
2.5.3  |
naddy  |
Update upgrades the sysutils/ganglia-monitor-core port to Ganglia 2.5.3
(minor bugfixes), moves the include files to a ganglia subdirectory to
unbreak XFree86-4-clients, and fixes a bug which caused gmond to dump
core when started at boot.
PR: 52736
Submitted by: brooks |
02 Mar 2003 00:24:16
2.5.2  |
kris  |
Add ganglia-monitor-core 2.5.2.
Ganglia provides a complete real-time monitoring and execution
environment that is in use by hundreds of universities, private and
government laboratories and commercial cluster implementors around the
world. Whether you want to monitor hundreds of computers in real-time
across a university campus or around the world, ganglia is for you.
PR: ports/48551
Submitted by: Brooks Davis <brooks@freebsd.org> |