Commit graph

4541 commits

Author SHA1 Message Date
Jun Kuriyama
c52a6f4a78 - Upgrade to 20131004 version. 2013-10-08 02:45:22 +00:00
Eitan Adler
af45d49793 net-mgmt/clog depends on RCS which has recently been removed from HEAD.
Note that it also depends on a 'gcc' binary existing and thus won't actually build.
2013-10-07 20:12:48 +00:00
Niclas Zeising
7091a663db Grab. 2013-10-07 20:10:58 +00:00
Dirk Meyer
9b75ceb057 - use STAGEDIR 2013-10-06 15:19:24 +00:00
Antoine Brodin
e878e28dcd Fix after move from net-mgmt/nrpe2 -> net-mgmt/nrpe 2013-10-05 08:16:01 +00:00
Olli Hauer
0f0fe7b6fc - update nrpe to version 2.15
- add stage support
- move from net-mgmt/nrpe2 -> net-mgmt/nrpe
  to reflect the port and package name

Changes:
2.15 - 09/06/2013
-----------------
- Now compiles on HP-UX (Grant Byers)
- Added support for IPv6 (Leo Baltus, Eric Stanley)
2013-10-04 19:44:10 +00:00
William Grzybowski
e98797bdfe net-mgmt/collectd5: add statsd support
- Add statsd support [1]
- Use PKGNAMESUFFIX to do not conflict with net-mgmt/collectd
- Allow staging

PR:		ports/182064 [1]
Submitted by:	Kimo <kimor79 yahoo.com> [1]
Approved by:	maintainer [1]
2013-10-03 23:37:48 +00:00
Dmitry Morozovsky
11363adf3e Chase last void functions used as int.
Enable STAGE support.

Tested @:       ff, ref10-{i386,amd64}
2013-10-03 20:46:28 +00:00
John Marino
a77c4f2429 net-mgmt/sblim-wbemcli: add <unistd.h> and fix -fpermissive errors
Approved by:	portmgr (bapt, implicit)
2013-10-02 20:04:27 +00:00
Jose Alonso Cardenas Marquez
800cb372a0 - Bump PORTREVISION. firebird25-* ports has been modified for solved some
problems related to ICU
2013-09-30 23:40:57 +00:00
Lars Thegler
b9a35a9124 - Update to 1.9018
- Support STAGEDIR

Changes:

1.9018 2013-09-26

- Minor MANIFEST fix.

1.9017 2013-09-20

 - Add network split() function.
 - Re-arrange the distribution a bit.
2013-09-30 20:37:59 +00:00
Lars Engels
02a1ef0b28 Add new port net-mgmt/icli:
Command line interface to Icinga.

Features:

- Listing of service/host states, check queue or downtimes
- Detailed service/host info
- Scheduling of service rechecks, acknowledging of problems
- Detailed filtering (host(group)/service name, state, passive, acknowledged, etc.)
- Mostly nagios-compatible

http://finalrewind.org/projects/icli/
2013-09-30 20:05:10 +00:00
Lars Engels
8c7ff45123 - Install manpages to the correct location [1]
- Pet portlint
- Bump PORTREVISION

Noticed by:	antoine [1]
2013-09-30 19:28:25 +00:00
Antoine Brodin
c3ecb1c5c1 Fix BUILD_DEPENDS line after swig13 package name change 2013-09-29 21:50:20 +00:00
Lars Engels
36a117f598 - Update to 1.2-beta1
- Use DOS2UNIX to cleanup patch-src-osdep-byteorder.h
- Stagify
- Update pkg-message

Tested by:	dezzy
Requested by:	Kenta Suzumoto <kentas@hush.com>
2013-09-29 14:29:28 +00:00
Lars Engels
ad9536a8d7 Add a slave port to pnp: pnp-icinga to use PNP with Icinga.
Approved by:	portmgr (bapt)
2013-09-29 09:00:04 +00:00
Lars Engels
6c9005a675 - Support staging
- Switch to USES gmake
- Change from PLIST_FILES to pkg-plist
2013-09-26 09:02:12 +00:00
Dmitry Sivachenko
3c48668c58 Get rid of sshd: Read from socket failed: Connection reset by peer [preauth]
in server logs when using check_ssh.
2013-09-25 13:06:12 +00:00
Ruslan Makhmatkhanov
8328869cd2 - fix packing list with JAVAGW option enabled
PR:		181825
Reported by:    Ari Maniatis <ari@ish.com.au>
Approved by:	maintainer timeout (>2 weeks)
2013-09-23 14:26:59 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Bryan Drewery
2324655f20 - Add NO_STAGE until validated to be safe for upcoming staging support 2013-09-20 15:58:09 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Dmitry Morozovsky
9bf8442902 More clang-only errors (actually, more uses non-void function types)
Notified by:	pkg-fallout
2013-09-19 14:12:59 +00:00
Baptiste Daroussin
7fb9058d37 Convert to new perl framework 2013-09-17 09:00:42 +00:00
Baptiste Daroussin
46c6877a4a Convert to new perl framework
Submitted by:	az
2013-09-17 06:12:35 +00:00
Dmitry Sivachenko
01067bb348 Update to 3.5.1. 2013-09-16 13:43:53 +00:00
Chris Rees
6d7055eb38 Allow compilation with clang as well
Submitted by:	Pierre David (maintainer)
2013-09-15 13:13:54 +00:00
Andrej Zverev
69b6f05b28 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 18:12:50 +00:00
Sergey Matveychuk
60d7c5f2d4 - A patch to fix preview graphs
Submitted by:	"Chris" <chris@chrysalisnet.org>
Obtained from:	http://forums.cacti.net/viewtopic.php?f=21&t=50645&p=244422
2013-09-14 17:06:54 +00:00
Andrej Zverev
bd628ddcbf - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 16:38:28 +00:00
Andrej Zverev
83c8665826 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 15:39:55 +00:00
Sunpoet Po-Chuan Hsieh
6087ee004c - Update to 0.20
- Fix *_DEPENDS: p5-Net-IP is required

Changes:	http://search.cpan.org/dist/Net-Abuse-Utils/Changes
2013-09-14 08:51:26 +00:00
Mark Felder
191cb29bac Fix building on HEAD with no GCC
Approved by:	swills (mentor)
2013-09-13 18:58:11 +00:00
Vsevolod Stakhov
46dc67cb00 * Improve locking for ipacct hash table by converting from a global
mutex to a set of fine-grained rmlocks per hash buckets.
* Increase hash buckets from 256 to 512.
* Remove obsoleted master site and added local one.
* Stylefix for the ignore message.
* Bump portrevision.
* Take ownership.
2013-09-13 15:16:52 +00:00
Brad Davis
d1cfa261c4 - Update net-mgmt/collectd5 to 5.4.0 (by me)
- Convert to the new options layout like net-mgmt/collectd (by maintainer: Krzysztof Stryjek <ports@bsdserwis.com>)
- Clean up some options and simplify the CONFIGURE_ARGS (by swills@)

PR:		181443
Submitted by:	brd@
Reviewed by:	swills@
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2013-09-13 01:32:38 +00:00
Andrej Zverev
8b77080918 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 15:23:58 +00:00
Dmitry Morozovsky
0379fcaf6f Complete r326363 by including more complete set of headers.
Fix one incorrecr usage of perror(3).

No functional changes.

Notified by:	pkg-fallout
2013-09-12 11:40:30 +00:00
John Marino
d834ce47a7 Add explicit dependency on pkgconf (20 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 08:41:52 +00:00
William Grzybowski
e97223edc2 net-mgmt/omping: Tool to test IP multicast functionality
Omping (Open Multicast Ping) is tool to test IP multicast functionality
primarily in local network.

Features
* Similar user experience as classic ping tool
* Ping multiple hosts at once
* Implementation of RFC Draft draft-ietf-mboned-ssmping-08
* Any-source and Source-specific Multicast

WWW: https://fedorahosted.org/omping/

PR:		ports/181979
Submitted by:	Frank Wall <fw moov.de>
2013-09-10 22:44:04 +00:00
Sunpoet Po-Chuan Hsieh
73d68e732c - Add p5-GRNOC-Config 1.0.9
A module to allow everyone to access config files in a fairly standard
way.  Uses XML::XPath and XML::Simple to parse our XML files, and
stores all configs it has access to in this module.

WWW: http://www.sourceforge.net/projects/routerproxy

PR:		ports/178516
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-09-09 18:19:46 +00:00
Boris Samorodov
7046a55fd8 Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.

Approved by:	portmgr (bapt, implicit)
2013-09-07 19:49:41 +00:00
Ryan Steinmetz
2070859dfd - Add OPTIONS for MongoDB and GeoIP support
Requested by:	softded@gmail.com
2013-09-07 12:07:49 +00:00
Anton Berezin
6307e435e3 Update to 0.19.
Changes:	http://search.cpan.org/dist/Net-Abuse-Utils/Changes
2013-09-06 08:25:19 +00:00
William Grzybowski
bbc9375bb7 net-mgmt/netdisco: update to 1.3.2
- Update to 1.3.2
- USES perl5

PR:		ports/181829
Submitted by:	Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
2013-09-05 17:19:32 +00:00
Mark Felder
c440114d57 Fix missing quotes in generated conf.php file
Approved by:	swills (mentor)
2013-09-05 13:48:34 +00:00
Dmitry Morozovsky
8d172abc06 Clang is more strict than gcc. Fix build for 10.*
No need to bump revision as there are no changes
except one brach build fix.

Notified by:	pkg-fallout
2013-09-05 07:40:06 +00:00
Anton Berezin
19d8734ef6 Update to 0.18.
Changes:	http://search.cpan.org/dist/Net-Abuse-Utils/Changes
2013-09-04 08:52:12 +00:00
Andrej Zverev
6337984890 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 05:52:04 +00:00