aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios
Commit message (Collapse)AuthorAgeFilesLines
* Fix packaging as a user.Mathieu Arnold2014-09-221-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369001
* Don't use autotools any more.Mathieu Arnold2014-09-223-82/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=368994
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+3
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* - 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
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+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
* Fix a segfault when using livestatus, downtime and logrotate.Mathieu Arnold2014-04-182-1/+33
| | | | | | | | Issue: http://tracker.nagios.org/view.php?id=455 Sponsored by: Absolight Notes: svn path=/head/; revision=351522
* Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.Mathieu Arnold2014-04-121-3/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=351124
* Pet portscout.Mathieu Arnold2014-03-041-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=347052
* Add nagios4, the next version of the nagios monitoring system.Mathieu Arnold2014-01-241-7/+2
| | | | | | | | | While there, garbage collect the UID/GID in nagios. Sponsored by: Absolight Notes: svn path=/head/; revision=340945
* * Add a patch from upstream fixing a cgi vulnerability[1]Mathieu Arnold2014-01-1415-40/+258
| | | | | | | | | | | | * Cleanup COMMENT * Rename patches to follow make makepatch naming * Incorporate a sed into already patched files. Poked by: ohauer [1] Security: CVE-2013-7108 CVE-2013-7205 Notes: svn path=/head/; revision=339689
* Take that, will work on the main issue today.Mathieu Arnold2014-01-141-1/+1
| | | | Notes: svn path=/head/; revision=339671
* Drop maintainership, I have no enoght time now.Dmitry Sivachenko2014-01-141-1/+1
| | | | Notes: svn path=/head/; revision=339662
* - Actually make nagios work with stagingMathieu Arnold2013-12-272-12/+6
| | | | | | | - Make the index.php patch respect the possible corewindow parameter Notes: svn path=/head/; revision=337732
* Fix tac.cgi location for people with redefined $cgi_base_url in config.inc.php.Dmitry Sivachenko2013-12-271-3/+11
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=337718
* Replace meaningless startpage with tactical overview.Dmitry Sivachenko2013-12-271-0/+11
| | | | | | | Submitted by: ohauer Notes: svn path=/head/; revision=337643
* Bump portrevision because of recent changes.Dmitry Sivachenko2013-12-261-0/+1
| | | | | | | Requested by: mat Notes: svn path=/head/; revision=337566
* Do not overwrite config.inc.php;Dmitry Sivachenko2013-12-262-27/+15
| | | | | | | | | | | Convert to staging; Use new LIB_DEPENDS format. PR: 185187 Submitted by: mat Notes: svn path=/head/; revision=337483
* 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 new perl frameworkBaptiste Daroussin2013-09-171-3/+3
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=327450
* Update to 3.5.1.Dmitry Sivachenko2013-09-163-11/+11
| | | | Notes: svn path=/head/; revision=327397
* - update libdg to 2.1.0Dirk Meyer2013-08-091-0/+1
| | | | Notes: svn path=/head/; revision=324437
* Take maintainership.Dmitry Sivachenko2013-07-241-1/+1
| | | | Notes: svn path=/head/; revision=323596
* - Reassign to the heapFrederic Culot2013-07-241-1/+1
| | | | | | | | PR: ports/180754 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) Notes: svn path=/head/; revision=323592
* - 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 3.5.0Ruslan Makhmatkhanov2013-03-233-8/+8
| | | | | | | | | | | changelog: http://www.nagios.org/projects/nagioscore/history/core-3x PR: 177304 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) Notes: svn path=/head/; revision=315043
* - update to 3.4.4Ruslan Makhmatkhanov2013-02-164-126/+8
| | | | | | | | | | | | | - remove patch, applied upstream changelog: http://www.nagios.org/projects/nagioscore/history/core-3x PR: 176188 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) Notes: svn path=/head/; revision=312368
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - add upstream patch for CVE-2012-6096Ruslan Makhmatkhanov2013-01-112-0/+118
| | | | | | | | | PR: 175196 Submitted by: Jarrod Sayers <jarrod@mail.downtools.com.au> (maintainer) Security: 97c22a94-5b8b-11e2-b131-000c299b62e1 Notes: svn path=/head/; revision=310219
* - update to 3.4.3 [1]Ruslan Makhmatkhanov2013-01-103-47/+40
| | | | | | | | | | | | - convert to optionsng [2] - fix portlint warnings [2] PR: 174762 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) [1] Submitted by: tota [2] Notes: svn path=/head/; revision=310200
* - 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 Nagios 3.4.1.Michael Scheidell2012-05-215-49/+62
| | | | | | | | PR: ports/168197 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) Notes: svn path=/head/; revision=297118
* 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
* - Add configtest command to rc scriptRyan Steinmetz2011-09-301-1/+2
| | | | | | | | | PR: ports/161111 Submitted by: Emil Smolenski <am@raisa.eu.org> Approved by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) Notes: svn path=/head/; revision=282638
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+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 3.3.1 [1]Ryan Steinmetz2011-08-2310-326/+273
| | | | | | | | | | | | | | - Use USERS/GROUPS [1] - Fix whitespace in Makefile [1] - Add LICENSE [1] - Correct rc script issues [2] PR: ports/159304 Submitted by: Ryan Steinmetz (zi@) [1], Doug Barton (dougb@) [2] Approved by: wxs (mentor), maintainer Notes: svn path=/head/; revision=280232
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update nagios-core to 3.2.3. This is a bugfix update only.Olli Hauer2010-10-312-5/+3
| | | | | | | | | | | | | | | | Changelog: * Fixes problem where disabling all active hosts/services was not taking effect * Fixes for compiler warnings (code cleanup by Stephen Gran) * Fixes for format errors in event handler logging (Guillaume Rousse) * Fixed incorrect info in sample nagios.cfg file for state_retention_file (Michael Friedrich) * Fixed broker_event_handler() to return ERR if data is NULL (Michael Friedrich) PR: 151661 Submitted by: Alexander Wittig <alexander _at_ wittig.name> Approved by: maintainer, glarkin(mentor, implicit) Notes: svn path=/head/; revision=263860
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to 3.2.2Bernhard Froehlich2010-09-142-4/+4
| | | | | | | | | PR: ports/150523 Submitted by: Jarrod Sayers <jarrod at downtools dot com dot au> (maintainer) Approved by: beat (co-mentor, implicit) Notes: svn path=/head/; revision=261127
* The pre-install requires uid 0.Brian Somers2010-07-171-1/+1
| | | | | | | | Not approved by: maintainer (timeout after 10 days) Feature safe: yes Notes: svn path=/head/; revision=257902
* - Update to 3.2.1 [1]Martin Matuska2010-04-183-18/+17
| | | | | | | | | | | - Update maintainer e-mail address [2] PR: ports/145463 Submitted by: myself [1], maintainer [2] Approved by: maintainer Notes: svn path=/head/; revision=252857
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - The nagios documentationPhilip M. Gollucci2010-01-081-1/+35
| | | | | | | | | | | | | | | | (http://nagios.sourceforge.net/docs/3_0/faststartup.html) recommends, for faster startup times, pre-caching the configuration file. This patch adds a "nagios_precache" rcvar which controls using the pre-cache startup method. - also fix a trailing \ PR: ports/139848 Submitted by: kimo <kimor79@yahoo.com> Approved by: maintainer (Jarrod Sayers <jarrod@netleader.com.au>) Notes: svn path=/head/; revision=247362
* - Remov empty patchMartin Wilke2009-12-021-0/+0
| | | | | | | Reported by: wen Notes: svn path=/head/; revision=245100
* - Minor change of pkg-message.inWen Heping2009-12-021-1/+1
| | | | | | | | | PR: ports/141003 Submitted by: olli hauer <ohauer@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=245095
* - Update to 3.2.0Martin Wilke2009-11-289-131/+50
| | | | | | | | | | | | Changelog: http://www.nagios.org/development/history/core-3x PR: 139210 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) Runtime test by:Frank Steinborn Notes: svn path=/head/; revision=244911
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781