aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga
Commit message (Collapse)AuthorAgeFilesLines
* - Add OPTIONS to either depend on plugins from nagios-plugins.org, ↵Lars Engels2014-07-301-2/+7
| | | | | | | | | | | monitoring-plugins.org or neither at all - Bump PORTREVISION Approved by: mat (implicit) Notes: svn path=/head/; revision=363492
* - Update to 1.1.5Lars Engels2014-06-202-3/+3
| | | | Notes: svn path=/head/; revision=358562
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Update to 1.11.4Lars Engels2014-05-304-42/+21
| | | | Notes: svn path=/head/; revision=355833
* - Update to 1.11.2Lars Engels2014-04-242-5/+5
| | | | | | | | | - Fix leftover .rnd file [1] Suggessted by: swills Notes: svn path=/head/; revision=352065
* - Fix creation of log directories in icinga's rc scriptLars Engels2014-04-102-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=350854
* Security update to 1.11.1Lars Engels2014-03-292-3/+3
| | | | Notes: svn path=/head/; revision=349499
* Update to 1.11.0Lars Engels2014-03-1311-80/+1610
| | | | | | | Changelog: https://www.icinga.org/2014/03/13/icinga-1-11-released/ Notes: svn path=/head/; revision=348125
* Chase libdbi update.Gerald Pfeifer2014-03-041-0/+1
| | | | | | | | | Convert postfix-gps and refdb to new LIB_DEPENDS format. Reported by: Jimmy Olgeni <olgeni@olgeni.com> Notes: svn path=/head/; revision=347073
* - Update to 1.10.3Lars Engels2014-02-123-5/+16
| | | | | | | | | | - Switch to Github - Strip IDO binaries and library Changelog: https://www.icinga.org/2014/02/11/bugfix-releases-1-10-3-1-9-5-1-8-6/ Notes: svn path=/head/; revision=343865
* - Resurrect ICINGAHTMURL and ICINGACGIURL so you can override the defaultsLars Engels2013-12-301-0/+6
| | | | | | | | | - Bump PORTREVISION Noticed by: Markus Mann Notes: svn path=/head/; revision=338116
* Big cleanup for the icinga port:Lars Engels2013-12-2017-360/+425
| | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=337029
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327296
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* - Fix plist so that /var/{log,spool}/icinga are included in the packageLars Engels2013-08-062-3/+17
| | | | | | | | | - Drop unconditional dependency on Perl - Remove unneeded chmod g+s on the rw directory as this is the default behaviour on FreeBSD - Bump PORTREVISION Notes: svn path=/head/; revision=324325
* - Fix parallel builds and remove ugly MAKE_JOBS_UNSAFE knobAlexey Dokuchaev2013-07-303-36/+52
| | | | | | | | | | | | - Improve formatting, e.g. wrap overly long lines, fix whitespace - NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES (port is already OptionsNG) - Synchronize port description with official website - Use more standard double (even) space padding in pkg-message.in Approved by: lme (maintainer) Notes: svn path=/head/; revision=323934
* Add MAKE_JOBS_UNSAFELars Engels2013-07-201-0/+2
| | | | | | | Reported by: flo Notes: svn path=/head/; revision=323338
* Update to 1.9.3Lars Engels2013-07-082-3/+3
| | | | Notes: svn path=/head/; revision=322482
* Update to 1.9.2Lars Engels2013-07-012-3/+3
| | | | | | | Changelog: https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-192-30062013 Notes: svn path=/head/; revision=322130
* Update to 1.9.1Lars Engels2013-05-222-3/+3
| | | | | | | Changelog: https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-191-22052013 Notes: svn path=/head/; revision=318793
* - Update to 1.9.0Lars Engels2013-05-106-139/+152
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=317776
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Update to 1.8.4Lars Engels2013-01-142-3/+3
| | | | | | | This fixes the potential buffer overflow that was also present in Nagios (CVE-2012-6096). Notes: svn path=/head/; revision=310403
* Update to 1.8.3Lars Engels2013-01-022-3/+3
| | | | Notes: svn path=/head/; revision=309833
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Update to 1.8.2Lars Engels2012-11-292-13/+4
| | | | | | | | | | | | | | - Remove OPTIONS for database dependencies as they're already handled by databases/libdbi-drivers and configure parameter "--enable-pgsql" doesn't do anything [1] Changelog: https://www.icinga.org/2012/11/28/icinga-1-8-2-core-classic-ui-idoutils-bugfix-release/ Suggested by: zeising [1] Feature safe: yes Notes: svn path=/head/; revision=307973
* Update to 1.8.1Lars Engels2012-10-262-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306471
* - Add an alias to `checkconfig': `configtest'Lars Engels2012-10-202-1/+3
| | | | | | | | | | | | The former is what is used in the upstream init script, the latter is commonly used in our rc scripts. - Bump PORTREVISION Suggested by: demon Feature safe: yes Notes: svn path=/head/; revision=306178
* - Update to 1.8.0Lars Engels2012-10-194-171/+138
| | | | | | | | | | | | - Add a `checkconfig' option to icinga's startup script - Remove MAKE_JOBS_UNSAFE Changelog: https://www.icinga.org/2012/10/18/icinga-1-8-released/ Feature safe: yes Notes: svn path=/head/; revision=306120
* Properly set Apache as a runtime, not a build dependency.Lars Engels2012-09-101-1/+1
| | | | | | | | PR: ports/171476 Submitted by: ohauer Notes: svn path=/head/; revision=304022
* - Update to 1.7.2Lars Engels2012-08-273-4/+5
| | | | | | | | | | - Add missing description for IDOUTILS option - Change a typo in pkg-message [1] Notified by: beat Notes: svn path=/head/; revision=303245
* - Update to 1.7.1Lars Engels2012-07-282-24/+23
| | | | | | | | - Change to new OPTIONS framework - Don't depend on specific lib versions Notes: svn path=/head/; revision=301659
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Change logging directory from /var/spool/icinga to /var/log/icingaLars Engels2012-05-295-12/+35
| | | | | | | | | | | | | | | - Change plugins directory to %%LOCALBASE%%/nagios so the files installed by net-mgmt/nagios-plugins port are found [1] - Add "--enable-pqsql" to add PostgreSQL support - Set proper permissions on the rw directory - Fix substitutions in pkg-message - While here silence warnings about inclusion of deprecated header sys/timeb.h - Bump PORTREVISION Noticed by: angelv <angelvg@gmail.com> [1] Notes: svn path=/head/; revision=297706
* - Add my locally made changes to icinga.in and ido2db.in, so icinga and ido2dbLars Engels2012-05-253-0/+12
| | | | | | | | | | can acutally start - Bump PORTREVISION Noticed by: Rene Petzold <3komma4khz@googlemail.com> Notes: svn path=/head/; revision=297400
* - Update to 1.7.0 [1]Lars Engels2012-05-2313-110/+349
| | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=297301
* - Fix build with UNHANDLED_HACK [1]Lars Engels2012-02-031-4/+5
| | | | | | | | | | - Patch ping syntax and s/Linux/FreeBSD/ by default - Bump PORTREVISION Noticed by: Kurt Jaeger [1] Notes: svn path=/head/; revision=290333
* Grab maintainershipLars Engels2012-01-311-1/+1
| | | | Notes: svn path=/head/; revision=290155
* - Drop maintainershipChin-San Huang2012-01-311-1/+1
| | | | Notes: svn path=/head/; revision=290153
* - Update to 1.6.1Chin-San Huang2012-01-313-73/+32
| | | | | | | | | | - Drop maintainership Submitted by: flo@ PR: ports/164282 Notes: svn path=/head/; revision=290152
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Update to 1.5.1Lars Engels2011-11-132-3/+3
| | | | | | | | | PR: ports/161990 Approved by: maintainer timeout (3 weeks) Feature safe: yes Notes: svn path=/head/; revision=285692
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-5/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - update to 1.5.0Florian Smeets2011-09-207-750/+329
| | | | | | | | | | | - move LICENSE to its correct place (portlint fix) PR: ports/160497 Submitted by: gjb Approved by: maintainer timeout Notes: svn path=/head/; revision=282074
* Add Icinga, an enterprise grade open source monitoring system which keepsChin-San Huang2011-02-2316-0/+1814
watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. Scalable and extensible, Icinga can monitor complex, large environments across dispersed locations. Icinga takes open source monitoring to the next level. WWW: http://www.icinga.org/ Notes: svn path=/head/; revision=269555