summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.13.3Lars Engels2015-07-251-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
* Update to 1.11.0Lars Engels2014-03-131-6/+6
| | | | Changelog: https://www.icinga.org/2014/03/13/icinga-1-11-released/
* Big cleanup for the icinga port:Lars Engels2013-12-201-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.
* - Update to 1.9.0Lars Engels2013-05-101-6/+6
| | | | - Trim Makefile header
* - Update to 1.7.0 [1]Lars Engels2012-05-231-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]