Commit graph

36 commits

Author SHA1 Message Date
Mathieu Arnold
27754cf3a7 Fix spurious crashes.
PR:		231801
Submitted by:	madpilot
2018-10-03 08:09:59 +00:00
Rene Ladan
8396bf226f Bump the minimum bind version to dns/bind911 in dependent ports. 2018-07-04 11:52:25 +00:00
Mathieu Arnold
afd90042d8 Force path to sudo to fix, at least, check_mailq -s.
PR:		226918
Reported by:	alexander wittig name
Sponsored by:	Absolight
2018-03-27 09:20:31 +00:00
Mathieu Arnold
fd08254023 Fix build with MariaDB 10.2.
PR:		223424
Submitted by:	brnrd
Reported by:	Matthias Fechner
Sponsored by:	Absolight
2017-11-07 15:48:11 +00:00
Mathieu Arnold
6da19f7139 Add support for opensmtp in check_mailq.
PR:		222237
Submitted by:	mmokhi
Obtained from:	d56818f512
Obtained from:	https://github.com/monitoring-plugins/monitoring-plugins/pull/1495
Sponsored by:	Absolight
2017-09-14 11:58:58 +00:00
Mathieu Arnold
a839ec52bb And with the correct patch.
Pointy hat:	The heat in Paris is killing me.
Sponsored by:	Absolight
2017-08-29 14:57:56 +00:00
Mathieu Arnold
e2757ea522 Add jail id support to check_procs here too.
Sponsored by:	Absolight
2017-08-29 14:37:11 +00:00
Mathieu Arnold
00a4bbb6e8 Add timeout to check_ping{,6} commands. It helps nagios/icinga when
packet loss occur.

PR:		218148
Reported by:	Josef Karthauser
Sponsored by:	Absolight
2017-03-26 22:24:34 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Dmitry Marakasov
ed97898957 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-12 11:44:24 +00:00
Mathieu Arnold
8d36732522 Update to 2.2.
Reported by:	portscout
Sponsored by:	Absolight
2016-12-21 11:12:50 +00:00
Mathieu Arnold
d6616f237e Add an option for building with BIND9 9.11.
Sponsored by:	Absolight
2016-08-03 14:21:39 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
5b471a482b Update to 2.1.2.
Sponsored by:	Absolight
2016-01-13 14:11:22 +00:00
Mathieu Arnold
6d48d71a2b Update to 2.1.1.
Sponsored by:	Absolight
2015-03-11 15:47:53 +00:00
Mathieu Arnold
bb3296d627 Fix a segfault in check_dhcp.
PR:		198318
Submitted by:	Ian Pallfreeman
Sponsored by:	Absolight
2015-03-10 11:39:17 +00:00
Mathieu Arnold
fbf834afa3 Fix check_dhcp.
PR:		196964
Submitted by:	Rudolf Čejka
Sponsored by:	Absolight
2015-01-21 13:11:28 +00:00
Mathieu Arnold
07ae7bc714 Fix check_dig on > 10 with IPv6
PR:		196725
Submitted by:	brd
Sponsored by:	Absolight
2015-01-19 17:52:56 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Mathieu Arnold
8306cb9ad2 Remove the JAIL option.
Force the full path to a few binaries.
Make sure the checks that need to be suid are suid.

Differential Revision:	https://reviews.freebsd.org/D1502
Tested by:	dvl
Sponsored by:	Absolight
2015-01-12 16:04:09 +00:00
Mathieu Arnold
525a60aa4a Add a note about building with poudriere.
Sponsored by:	Absolight
2015-01-06 22:44:54 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Mathieu Arnold
36270f2f80 And one day, poudriere testport -c will work.
Sponsored by:	Absolight
2014-10-29 07:59:31 +00:00
Mathieu Arnold
2277b0a71f Add an option to build with ssh from security/openssh-portable instead of base ssh.
PR:		193754
Submitted by:	chrysalis chrysalisnet org
Sponsored by:	Absolight
2014-10-29 07:56:53 +00:00
Tijl Coosemans
ea92a4a24f Remove some unneeded patches, patch configure and Makefile.in instead of
configure.ac and Makefile.am so USES=autoreconf can be removed (avoids a
problem with upcoming devel/libtool update)

PR:		194068
2014-10-03 12:42:42 +00:00
Rene Ladan
041f11a191 net-mgmt/monitoring-plugins:
- remove optional dependency on expired dns/bind98
- bump PORTREVISION

PR:		ports/194051
Approved by:	maintainer (mat)
2014-09-30 21:49:33 +00:00
Mathieu Arnold
4ec84b70d7 Update WWW.
Sponsored by:	Absolight
2014-09-30 12:17:24 +00:00
Mathieu Arnold
bcaf0be955 Fix building WITH=NLS
Many thanks to:	tijl
Sponsored by:	Absolight
2014-09-24 21:27:49 +00:00
Mathieu Arnold
78f08b74c9 USES=autoreconf, USES=pgsql.
Sponsored by:	Absolight
2014-09-22 18:58:27 +00:00
Dmitry Marakasov
f09d798832 - Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-26 02:09:46 +00:00
Mathieu Arnold
fc70d30ac4 Update to 2.0.
Changes:	https://www.monitoring-plugins.org/news/release-2-0.html
Sponsored by:	Absolight
2014-07-29 14:43:17 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Mathieu Arnold
d721db9335 Update to 20140721 snapshot.
Sponsored by:	Absolight
2014-07-22 13:31:21 +00:00
Mathieu Arnold
05abc1cdc0 Update to today's latest commit.
Sponsored by:	Absolight
2014-06-25 12:09:17 +00:00
Mathieu Arnold
88c5e8e9d2 Add monitoring-plugins, a fork of nagios-plugins.
For now, use a snapshot from github until they release 1.6.

Sponsored by:	Absolight
2014-05-09 17:53:39 +00:00