aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't say there is a documentation installed.Mathieu Arnold2016-02-191-1/+1
| | | | | | | | PR: 207267 Sponsored by: Absolight Notes: svn path=/head/; revision=409217
* Set default value "NO" for nagios_enable in rc script.Mathieu Arnold2015-08-311-1/+1
| | | | | | | | | PR: 202556 Submitted by: John Marshall Sponsored by: Absolight Notes: svn path=/head/; revision=395658
* Fixup perms on /usr/local/bin/nagiosMathieu Arnold2015-08-211-0/+4
| | | | | | | | Reported by: Joseph Mingrone on IRC Sponsored by: Absolight Notes: svn path=/head/; revision=394974
* Update to 4.1.1.Mathieu Arnold2015-08-211-11/+16
| | | | | | | | | Use the new options targets, and replace most of the patches with sed. Sponsored by: Absolight Notes: svn path=/head/; revision=394954
* 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
* Add a couple of patches to fix the number of workers and CPU load.Mathieu Arnold2015-02-171-4/+1
| | | | | | | | | | | While there, regen patches, and update pkg-message to apache 2.4. PR: 197204 Submitted by: Rudolf Čejka Sponsored by: Absolight Notes: svn path=/head/; revision=379159
* Pet check-plist.Mathieu Arnold2014-12-031-1/+1
| | | | | | | | | PR: 195572 Submitted by: ohauer Sponsored by: Absolight Notes: svn path=/head/; revision=373840
* Fix packaging as a user.Mathieu Arnold2014-09-221-1/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369002
* Update to 4.0.8.Mathieu Arnold2014-09-221-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=368997
* 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-0/+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
* Update to 4.0.7Mathieu Arnold2014-06-051-1/+1
| | | | | | | | Changelog: http://www.nagios.org/projects/nagioscore/history/nagios-4-version-history Sponsored by: Absolight Notes: svn path=/head/; revision=356644
* Update to 4.0.6Mathieu Arnold2014-05-071-9/+9
| | | | | | | | | | Pet portlint and rclint, cleanup SUB_LIST/PLIST_SUB. Changelog: http://www.nagios.org/projects/nagioscore/history/nagios-4-version-history Sponsored by: Absolight Notes: svn path=/head/; revision=353152
* Update to 4.0.5Mathieu Arnold2014-04-151-2/+1
| | | | | | | | Changes: http://www.nagios.org/projects/nagioscore/history/nagios-4-version-history Sponsored by: Absolight Notes: svn path=/head/; revision=351371
* Add php5-xml to the dependency list.Mathieu Arnold2014-03-181-1/+2
| | | | | | | | Submitted by: matthew Sponsored by: Absolight Notes: svn path=/head/; revision=348529
* Update to 4.0.4.Mathieu Arnold2014-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=348375
* Add PKGNAMESUFFIX back.Mathieu Arnold2014-03-051-0/+1
| | | | | | | | | | Why I removed it, I have no idea. Maybe my eyes read PORTREVISION=4 and my brain thought it should be removed. Sponsored by: Absolight Notes: svn path=/head/; revision=347108
* Update to 4.0.3.Mathieu Arnold2014-03-041-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=347056
* It seems nagios 4 can't build without the event broker, so remove the optionMathieu Arnold2014-02-071-11/+6
| | | | | | | | | | | | | and force it on. While there, replace a REINPLACE_CMD by a patch to get rid of a bsd.port.options.mk include. Reported by: demon, pkg-fallout Sponsored by: Absolight Notes: svn path=/head/; revision=343240
* Add nagios4, the next version of the nagios monitoring system.Mathieu Arnold2014-01-241-0/+94
While there, garbage collect the UID/GID in nagios. Sponsored by: Absolight Notes: svn path=/head/; revision=340945