summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-25- Update to 1.13.3Lars Engels1-13/+0
- Remove no longer needed patches or convert them to use ${REINPLACE_CMD} - Without the patches autoconf is obsolete - Install Apache 2.x sample config to apache2 subdir - Do some more s/Linux/${OPSYS}/ in the sample config files - Set mode for the CGIs in plist Committed from: Essen FreeBSD Hackathon
2014-03-13Update to 1.11.0Lars Engels1-6/+6
Changelog: https://www.icinga.org/2014/03/13/icinga-1-11-released/
2013-12-20Big cleanup for the icinga port:Lars Engels1-3/+3
- Update to 1.10.2 - Stagify - Use new LIB_DEPENDS syntax - Add USES gmake - Remove a lot of no longer needed variables and logic from the old nagios port - Install Apache 2.x configuration examples by default, no longer provide an option to depend on www/apache22 to be more flexible - Use ports system's own way to add and remove users and groups. Remove pkg-{de,}install - Don't use the install-commandmode make target. ICINGADIR and ICINGALOGDIR are now created from the icinga rc-script - Remove embedded Perl option which is considered broken by the developers - Remove UNHANDLED_HACK option - another relict from the old nagios port.
2013-05-10- Update to 1.9.0Lars Engels1-6/+6
- Trim Makefile header
2012-05-23- Update to 1.7.0 [1]Lars Engels1-0/+13
- Add support for database backends using IDOutils [2] - Add a rc script for ido2db - Enable embedded Perl by default - Enable Event Broker by default - Enable statuswrl - Drop unnecessary use of USE_PHP - Install sample event handlers - Optionally depend on MySQL or PostgreSQL - Optionally depend on Apache and install the apropriate configuration for Icinga - Update pkg-message PR: ports/167988 [1], ports/164625 [2] Submitted by: gjb[1], Gianpaolo Del Matto <delmatto@phunsites.net> [2]