aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios
Commit message (Collapse)AuthorAgeFilesLines
* Update the rest of my ports to UCL pkg-message.Mathieu Arnold2019-06-191-4/+7
| | | | Notes: svn path=/head/; revision=504554
* Help nagios cope with php-7Palle Girgensohn2018-01-232-1/+12
| | | | | | | | | split has been replaced with explode PR: 224509 Notes: svn path=/head/; revision=459801
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-2/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Don't say there is a documentation installed.Mathieu Arnold2016-02-192-3/+2
| | | | | | | | PR: 207267 Sponsored by: Absolight Notes: svn path=/head/; revision=409217
* converters/libiconv:Tijl Coosemans2015-04-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Add CPE.Mathieu Arnold2015-03-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381551
* Pet check-plist.Mathieu Arnold2014-12-033-9/+10
| | | | | | | | | PR: 195572 Submitted by: ohauer Sponsored by: Absolight Notes: svn path=/head/; revision=373840
* 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