own copy that I alwasy forget to update. This fixes the incorrect version
appearing on webpages.
Reported by: Michael Fuckner <michael at fuckner dot net>
PR: ports/119110
has turned off show hosts. It's nice not to have to load 190+ images
just so I can select a host from the dropdown.
Do some general cleanup of the port infrastructure.
- Install into a staging directory in the build target and install
that.
- Add a target to generate the plist from the staging directory
rather than doing it by hand.
- Use a pkg-install script to copy conf.php.sample to conf.php as
needed instead of some bits in the make file and different ones
in the plist.
- Use SUB_FILES to handle pkg-message rather than hand-rolled sed.
Major changes to the port infrastructure:
- Replace WWWDOCROOT and WEBFRONTURL options with WEBFRONTDIR
(defaults to www/ganglia).
- Install files under ${PREFIX}/${WEBFRONTDIR}.
- Since the files are no longer installed in the document root,
add a pkg-message with a suggest addition to Apache's
httpd.conf.
- Use USE_PHP and WANT_PHP_MOD.
- Add a note about installing PHP with GD support at done in
mail/nocc.
- Remove conf.php only if it is identical to conf.php.sample as
done in mail/nocc.
- Sizify.
- Don't install the empty addons directory since packages won't
contain it.
PR: ports/62802
Submitted by: Brooks Davis <brooks@FreeBSD.org> (maintainer)
The Ganglia cluster monitoring system is an easy to install
and configure cluster monitor. The ganglia-webfrontend
port is a port of the web-based GUI. This port depends on
the ganglia-monitor-core port which is in PR ports/48551.
PR: ports/48552
Submitted by: Brooks Davis <brooks@freebsd.org>