Commit graph

5515 commits

Author SHA1 Message Date
Ryan Steinmetz
024e852a6d - Never link against libpci
- Fix build under 11
- Bump PORTREVISION

PR:		196904, 194881
2015-01-29 02:03:09 +00:00
Lars Engels
69e1f1eb27 Update to 1.12.1 2015-01-24 16:17:29 +00:00
Mathieu Arnold
18d282da87 Get libpkg detection working again on 8 and 9, fixes hrSWInstalled's MIB.
Approved by:	zi
Sponsored by:	Absolight
2015-01-23 14:48:50 +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
Ryan Steinmetz
ae3303f002 - Readd ${LOCALBASE}/lib to ldflags 2015-01-20 14:51:42 +00:00
Ryan Steinmetz
efea5e65c9 - Update to 5.7.3
- Add missing PYTHON files into pkg-plist
2015-01-19 18:10:31 +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
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Kurt Jaeger
dee7c328b4 net-mgmt/statsite: simplify Makefile
PR:		196240
Submitted by:	danfe
2015-01-14 06:14:28 +00:00
Kurt Jaeger
72768e644a New port: net-mgmt/statsite
Statsite is a metrics aggregation server.

Statsite is based on Etsy's StatsD, https://github.com/etsy/statsd,
wire compatible and implemented in C.

WWW: https://github.com/armon/statsite

PR:		196240
Submitted by:	robert.barabas@percona.com
2015-01-14 05:25:44 +00:00
Kurt Jaeger
9ba775e877 net-mgmt/netdot: 1.0.6 -> 1.0.7
Changes:
https://osl.uoregon.edu/redmine/projects/netdot/activity
- Works with Apache 2.4

PR:		195968
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2015-01-13 20:44:44 +00:00
Lars Engels
7df26b5f95 - Update to 2.2.3 2015-01-13 17:50:16 +00:00
Ryan Steinmetz
d7013cfc18 - Add missing dependencies for some options [1]
- Fix paths [1]
- Pacify portlint
- Bump PORTREVISION

Reported by:	dvl@ [1]
2015-01-13 03:48:06 +00:00
Dmitry Sivachenko
fb3113ed78 Require python version 2, because it dumps core with python3:
# collectd -f
Fatal Python error: no mem for sys.argv
ValueError: character U+6f633c00 is not in range [U+0000; U+10ffff]
Abort (core dumped)

Approved by:	maintainer
2015-01-12 21:03:23 +00:00
Steven Kreuzer
d428404e70 Update MAINTAINER
PR:		ports/196551
Approved by:	pauls@utdallas.edu (maintainer)
2015-01-12 20:38:49 +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
Muhammad Moinur Rahman
56a7e4534a net-mgmt/p5-Net-Abuse-Utils-Spamhaus: Update version 0.04=>0.07
- Pass Maintainership [1]

PR:			196560 [1]
Differential Revision:	https://reviews.freebsd.org/D1481
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:51:04 +00:00
Muhammad Moinur Rahman
3774dc0944 net-mgmt/argus3-clients: Convert to OPTIONSNG
- Pass Maintainership
- Wrap conditional DOCS installation

PR:			196550
Differential Revision:	https://reviews.freebsd.org/D1479
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:26:36 +00:00
Lars Engels
73b203df5a - Fix segfault at startup by hardcoding "--no-stack-rlimit" in lib/base/application.cpp
- Bump PORTREVISION

Noticed by:	ohauer
2015-01-07 19:43:40 +00:00
Mathieu Arnold
525a60aa4a Add a note about building with poudriere.
Sponsored by:	Absolight
2015-01-06 22:44:54 +00:00
Emanuel Haupt
e1cea1eaa9 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:01:41 +00:00
Emanuel Haupt
81233d8825 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:39:28 +00:00
Lars Thegler
b9b7f07bb6 - Update to 1.9021 2015-01-05 19:01:10 +00:00
Mark Felder
074777fe63 Add patch to fix xymonnet crashing when a DNS check returns an AAAA
record

PR:		196495
Submitted by:	kvedulv@kvedulv.de
2015-01-05 14:00:03 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
Pawel Pekala
adeb382282 Update net-mgmt/zabbix2-* ports to version 2.0.14
PR:		196198
Submitted by:	pakhom706@gmail.com (maintainer)
2015-01-03 18:10:45 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Pawel Pekala
c992023d42 - Update to version 2.4.3 [1]
- Enable ssh checks by default [2]

PR:		196023 [1] [2]
Submitted by:	timp87@gmail.com [1], maintainer [2]
Approved by:	maintainer [1]
2015-01-01 16:33:38 +00:00
Mark Felder
39260174e4 Permit building against OpenSSL without SSLv2 support
PR:		195796
Submitted by:	lifanov@mail.lifanov.com
2014-12-31 20:18:26 +00:00
Mathieu Arnold
7ff3ea0756 Update to 0.38.
Sponsored by:	Absolight
2014-12-29 15:38:26 +00:00
Pawel Pekala
cb90da2923 - Update net-mgmt/zabbix22-* ports to version 2.2.8
- Fix declarations order in slaves

PR:		196019
Submitted by:	timp87@gmail.com
Approved by:	maintainer
2014-12-28 17:28:16 +00:00
Mark Felder
8b54fd0c20 Update to 1.3.7
Changelog:
- Fix various incompatibilities with newer php and Perl versions
- Fix empty details graph, if too many channels or resources were
selected.
- Fix argument bug in selecting the dstmac statistics
- Fix bug in create history profiles: compression flag was not applied
properly
- Add periodic reload feature for Perls with mem leak.
2014-12-28 14:49:42 +00:00
Kurt Jaeger
43739fccce net-mgmt/zabbix2[24]-server: fix zabbix and database startup sequence
The Zabbix server and proxy ports require a database to run. They
currently support four, PostgreSQL, Oracle, SQLite, and MySQL. As
of now, rcorder puts them ahead of the database ports, so they spit
out dozens of error messages during startup and, worse, get the
database pulled out from under them during shutdown.

The ports used to provide a solution for this, by defining
ZABBIX_REQUIRE. The value of this variable used to be added to the
REQUIRE lines in the startup scripts, but this was removed accidentally
from 2.2 in r355546 and never existed in 2.4. This patch adds it
back, in a slightly different, optionsng-friendly way.

PR:		195081
Submitted by:	chris@chrullrich.net
Approved by:	pakhom706@gmail.com (maintainer)
2014-12-27 14:52:35 +00:00
Antoine Brodin
729a381c7f Allow building with either giflib 4.2 or 5.0 2014-12-26 12:42:28 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Lars Engels
5c2b33d315 Update to 2.2.2 2014-12-23 15:44:42 +00:00
Mathieu Arnold
92fbc75c13 Catch up abusive uses of ${SITE_PERL}.
Sponsored by:	Absolight
2014-12-23 02:22:19 +00:00
Baptiste Daroussin
da0eb10ed5 Get rid of gnomehier 2014-12-21 00:43:28 +00:00
Baptiste Daroussin
519cb376e9 cleanup plist 2014-12-20 19:28:10 +00:00
Mark Felder
fec31fa565 Update Xymon to 4.3.18
This version was not put on the usual MASTER SITE much to my dismay.
2014-12-19 18:08:40 +00:00
John Marino
042424b7bf net-mgmt/ccnet: Fix kernel thread support for DragonFly
PR:		196006
Submitted by:	maintainer
2014-12-19 16:42:41 +00:00
Pawel Pekala
ea2bdf4b97 - Update net-mgmt/pandorafms ports to 5.1SP1 release
- Clean pkg-plists

PR:		194859
Submitted by:	maintainer
2014-12-18 22:41:58 +00:00
Emanuel Haupt
ac10c70afd Update to 4.1.0 2014-12-18 09:59:35 +00:00
Antoine Brodin
8a31af35e2 Fix make patch
Reported by:	pkg-fallout
2014-12-17 18:45:07 +00:00
John Marino
6ac0be28d0 net-mgmt/seafile: Fix kernel thread support on DragonFly
PR:		196008
Submitted by:	maintainer
2014-12-16 12:41:55 +00:00
Kurt Jaeger
67c5dc27aa net-mgmt/p0f: fix p0f-sendsyn
Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>
2014-12-14 20:43:58 +00:00
Pawel Pekala
150fd09e00 - Update to version 4.5 [1]
- Remove optional installation of PORTDOCS, staging takes care of that
- Unmute install commands
- Use @dir() instead of one big chown to set directory permissions

PR:		194921 [1]
Submitted by:	timp87@gmail.com [1]
Approved by:	maintainer
2014-12-13 12:08:11 +00:00
Lars Engels
619c264e35 - Update to 2.2.1 2014-12-12 08:52:21 +00:00
Mark Felder
e1d8f31498 Remove sleeps from the configure script to save 7 seconds each run.
After considering how much time was spent on this message since its
addition in 2001, this seems reasonable.
2014-12-11 13:55:46 +00:00
Kubilay Kocak
b6450d4ca7 databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2014-12-11 05:26:39 +00:00
Philippe Audeoud
89f928be78 - Update to 3.23 2014-12-10 19:43:19 +00:00
Rodrigo Osorio
7856fdbef3 Fix warnings when run check_mysql_health with perl >= 5.16
Remove unnecessary dirs from plist

PR:		ports/189370
Submitted by:	rodrigo
2014-12-10 13:32:30 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Mark Felder
2058a88cc1 Update "BSD" license in net-mgmt category 2014-12-08 13:49:34 +00:00
Mathieu Arnold
1a4ccbe66c Add gettext-runtime, so that it builds when nagios-plugins is built without NLS.
Sponsored by:	Absolight
2014-12-08 11:00:32 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Li-Wen Hsu
dafe0967ce - Update to 1.6.13
PR:		195729
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2014-12-06 16:02:09 +00:00
Mathieu Arnold
b65a21eca1 Don't overwrite Perl's LDDLFLAGS.
With hat:	perl@
Sponsored by:	Absolight
2014-12-04 13:33:38 +00:00
Mathieu Arnold
84528a233d Pet check-plist.
PR:		195572
Submitted by:	ohauer
Sponsored by:	Absolight
2014-12-03 16:10:52 +00:00
Philippe Audeoud
560d730a5e - Update to 3.22 2014-12-03 13:59:15 +00:00
Dmitry Marakasov
07848a8e09 - Update to 0.24
PR:		195581
Submitted by:	freebsd-ports@t-b-o-h.net (maintainer)
2014-12-03 13:34:47 +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
Mark Felder
137b1c796a Update to 3.2.7
Fix tomcat-native conflict

PR:		195411, 195410
2014-11-28 18:03:57 +00:00
John Marino
dcad6ed300 net-mgmt/seafile: Remove use of /proc and make FUSE optional
DragonFly has not implemented FUSE, so it's not reqired by default.

PR:		195024
submitted by:	maintainer
2014-11-28 08:11:11 +00:00
John Marino
657c0847fd net-mgmt/ccnet: rework to avoid use of /proc
PR:		195023
Submitted by:	maintainer
2014-11-28 08:00:23 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Lars Engels
8664bae740 - Fix build when not both database backends are selected
- Fix plist
- Bump PORTREVISION

PR:		195186
Submitted by:	ohartman@zedat.fu-berlin.de
2014-11-25 16:29:13 +00:00
Antoine Brodin
efc5cc0e55 Cleanup plist 2014-11-24 22:35:08 +00:00
Steven Kreuzer
1b5f2d72e9 Update to version 0.8.8c 2014-11-24 21:05:02 +00:00
Sunpoet Po-Chuan Hsieh
0eab278adc - Update to 0.8.1
- Cleanup PLIST

Changes:	https://github.com/Ettercap/ettercap/releases
2014-11-24 18:24:33 +00:00
Jun Kuriyama
e675b17d82 Add a hack to change linking objects which should be changed
by net-mgmt/nagios-plugins OPTIONS setting.

PR:		ports/187772
Reported by:	Lukasz Wasikowski <lukasz@wasikowski.net>
2014-11-22 22:40:37 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Jason Helfman
49f5be957b - update to 1.0
- add cpe info

ChangeLog: http://virt-manager.org/download/
2014-11-21 23:34:44 +00:00
Jason Helfman
64641963b1 - update to 1.1.0
- patch to work with gtk2/3 [1]
- this update obsoletes net-mgmt/virtinst (merged)

Changelog: See http://virt-manager.org/download/
Obtained from:	https://build.opensuse.org/package/view_file/openSUSE \
                :Factory/virt-manager/virt-manager-Gtk-30.patch [1]
2014-11-21 00:48:11 +00:00
Jun Kuriyama
835ec22972 Unbreak.
PR:		ports/192192
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
2014-11-20 05:52:02 +00:00
Jun Kuriyama
fccbafadb0 - Add license and cleanup patch file.
PR:		ports/149239
Submitted by:	takefu@airport.fm
2014-11-20 04:25:01 +00:00
Lars Engels
6df2757349 Update to 2.2.0 2014-11-19 12:38:24 +00:00
Lars Engels
4e714d0638 - Update to 1.12.0
- Fix typo in ido2db.in
2014-11-19 12:34:49 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Kurt Jaeger
66a2d4ee44 net-mgmt/p0f: 3.07b -> 3.08b
- fix for a packet loss bug with some VMs
2014-11-11 11:38:11 +00:00
Lars Engels
bc3941ef34 Update to 1.2-rc1 2014-11-09 18:31:45 +00:00
John Marino
20cb333f14 net-mgmt/zabbix2: Upgrade version 2.0.12 => 2.0.13
PR:		194842
Submitted by:	maintainer (pakhom706 - gmail)
2014-11-09 11:34:23 +00:00
John Marino
f9c6c53e66 Add four zabbix24 ports to net-mgmt (similar to zabbix22* ports)
This add Zabbix 2.4.1 server, agent, frontend, and proxy

PR:		194104
Submitted by:	pakhom706 (gmail)
2014-11-09 11:06:52 +00:00
Antoine Brodin
b010e86be4 Update to 2.6.0
PR:		ports/194432
Approved by:	maintainer timeout (20 days)
2014-11-06 19:42:23 +00:00
John Marino
b25db8a07a net-mgmt/ccnet: Fix post-install and support other BSDs
PR:		194853
Submitted by:	maintainer (Jingfeng Yan)
2014-11-06 19:32:44 +00:00
John Marino
9558833259 Add new port net-mgmt/seafile-gui
PR:		193312
Submitted by:	Jingfeng Yan

Seafile is a next-generation open source cloud storage system with
advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced
separately. A library can be encrypted with a user chosen password. This
password is not stored on the server, so even the server admin cannot
view a file's contents.

Seafile allows users to create groups with file syncing, wiki, and
discussion to enable easy collaboration around documents within a team.
This is the desktop client for Seafile.
2014-11-06 19:19:31 +00:00
John Marino
23da1af091 Add new port net-mgmt/seafile
PR:		193134
Submitted by:	Jingfeng Yan

Seafile is a next-generation open source cloud storage system with
advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced
separately. A library can be encrypted with a user chosen password. This
password is not stored on the server, so even the server admin cannot
view a file's contents.

Seafile allows users to create groups with file syncing, wiki, and
discussion to enable easy collaboration around documents within a team.
2014-11-06 10:13:06 +00:00
John Marino
4d873d6f87 net-mgmt/zabbix22*: Upgrade version 2.2.5 => 2.2.7
PR:		193582
Fix by:		timp87 (gmail)
Approved by:	maintainer - pakhom706 (gmail)
2014-11-04 21:27:03 +00:00
Jason Helfman
1616d90abe - update libvirt to 1.2.10
- chase shared library bump
2014-11-04 18:41:15 +00:00
John Marino
a7761fda8d net-mgmt/icinga2: Trivial tweak of patch to fix build on DragonFly 2014-11-03 09:19:38 +00:00
John Marino
dacf540fda Add new port net-mgmt/ccnet
PR:		193133
Submitted by:	Jingfeng Yan

Ccnet is a framework for writing networked applications in C. It provides
the services of peer identification, connection management, service
invocation, and message sending. Server has the management of user, group,
and cluster.
2014-11-03 07:42:38 +00:00
Antoine Brodin
1ec20c8f01 Fix packaging 2014-11-01 21:38:16 +00:00
Antoine Brodin
7bb7f7fd48 Fix packaging 2014-11-01 07:05:51 +00:00
Baptiste Daroussin
5862f9e063 Simplify plist 2014-10-31 23:47:33 +00:00
Baptiste Daroussin
2e15d779d2 Simplify plist 2014-10-31 23:44:28 +00:00
Baptiste Daroussin
fbc113c3f4 Simplify plist 2014-10-31 23:44:12 +00:00
Baptiste Daroussin
9af4a02c28 Simplify plist 2014-10-31 23:41:31 +00:00
Mark Felder
31344dc93e Update CONFLICTS
Update my email address in the rc script
2014-10-31 13:34:31 +00:00
Mark Felder
1b4f314b17 Welcome unifi4 to the ports tree.
This is still alpha software according to Ubiquiti. You've been warned.

PR:		194628
Submitted by:	Alban Maire
2014-10-31 13:32:02 +00:00
Frederic Culot
7cb97e822c - Update to 0.13
Changes:	http://search.cpan.org/dist/Net-SNMPTrapd/Changes
PR:		ports/194452
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2014-10-30 15:28:10 +00:00
Jason Helfman
763dd97ec9 - update libvirt,py-libvirt,libvirt-glib to 0.1.9
- shift var from ${PREFIX} to /var
- bump shared libs of dep. port

PR:		192441 (based on)
Submitted by:	olevole@olevole.ru
2014-10-29 22:17:55 +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
Lars Engels
84bef71b6c - Chown icinga:icinga and chmod 640 on etc/icinga2/feature-avalable/ido-{pgsql,mysql}.conf so normal users can't spy on the database passwords
- Bump PORTREVISION

PR:		194636
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
2014-10-27 20:07:01 +00:00
Marcus von Appen
f850cf2ff0 - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:29:51 +00:00
John Marino
15dccb3a0d Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 10:09:19 +00:00
Mathieu Arnold
3bfa450500 Retire ports-mgmt/portaudit, it stopped working a month ago when pkg_tools
support was removed.  Also retire three ports requiring it, and a few optionnal
dependencies.

With hat:	portmgr
Noticed by:	ak
Sponsored by:	Absolight
2014-10-13 15:45:02 +00:00
Antoine Brodin
4db6a27616 Mark BROKEN: Fails to package
===>  Building package for netxms-1.2.16
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxap): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/bin/nxappget): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/bin/nxapush): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxaction): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxadm): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/netxmsd): No such file or directory
...

Reported by:	pkg-fallout
2014-10-12 21:00:23 +00:00
Antoine Brodin
210f6669fc Allow stripping as a regular user 2014-10-12 14:54:52 +00:00
Mark Felder
25fd5d0e8b Add an official rancid user and set the home directory
This will speed up initial setup for new endusers
2014-10-11 00:28:30 +00:00
Mark Felder
66db050629 New port: net-mgmt/rancid3
I'm creating an entirely new port for rancid 3.x as the syntax for the
router.db file is different and a blind upgrade will cause deletion of
backed up devices and their configs from the repository if the user
doesn't stop the cron jobs before updating the syntax.

PR:		193351
2014-10-10 23:37:48 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Mark Felder
78bad33229 Add CPE support 2014-10-07 19:54:16 +00:00
Mark Felder
c494897368 Add CPE support 2014-10-07 19:53:24 +00:00
Mark Felder
bc85500b87 Add CPE support. While here, modernize plist and use @sample 2014-10-07 19:51:33 +00:00
Mark Felder
bfa6325392 Add CPE support and fix plist issue I'd previously missed.
While here, modernize port and plist.
2014-10-07 19:43:33 +00:00
Kurt Jaeger
05f781ce57 net-mgmt/argus3(-clients): delete unnecessary @dir entries from pkg-plist
Submitted by:	bapt
2014-10-06 18:46:39 +00:00
Kurt Jaeger
79edf7d959 net-mgmt/argus3-clients: 3.0.6.2 -> 3.0.8
Lots of changes since 2012.

See
http://resources.sei.cmu.edu/asset_files/Presentation/2014_017_001_90084.pdf
for a presentation on the software.

PR:		193567
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2014-10-06 18:23:47 +00:00
Kurt Jaeger
656e81856c net-mgmt/argus3: 3.0.6.1 -> 3.0.8
Changes since approx. 2012-06-09:

Tue Jul  8 14:51:13 EDT 2014
Mods for packaging for ubuntu, redhat, etc....
Added debian and pkg directories, mods to spec file.

Tue Jun 17 10:42:07 EDT 2014
Update and Fixes for remote argus data filter support

Mon Jun  9 20:18:12 EDT 2014
Changes for netflow packet parsing to fix netflow in clients.

Mon May 12 15:46:24 EDT 2014
Fixes for wild metric counts in new flow data.
Update filter logic to be consistent with client filters.
Modifications for timeout issues when in non-select polling.

Wed Dec 11 16:50:25 EST 2013
Fix for source id type assignement from commandline
Change for compiler timeout values

Mon Nov 25 12:11:47 EST 2013
Fixes for ARP direction processing
Back out of duplicate packet tracking logic

Thu Oct 17 15:45:31 EDT 2013
Mods for duplicate packet reporting

Thu Aug 22 08:39:26 EDT 2013
Modify configure.ac for pcap_dump_flush for older libpcaps

Mon Jul 22 16:09:35 EDT 2013
Modify timeouts within "nonselectable" packet processing loop.

Tue Jul  9 22:24:01 EDT 2013
Use VID for the VLAN identifer for the key.

Tue Jun 18 23:39:12 EDT 2013
Fix syslog while daemonized

Tue Jun 11 16:42:18 EDT 2013
Remove nanosleep() to improve performance.

Thu Apr  4 16:38:50 EDT 2013
Major addtions for SDN tracking.  New Flow model specifications in argus.conf.

Wed Mar  6 16:33:47 EST 2013
Fixes for solaris port, to avoid scheduling problems with record timeouts

Fri Oct 19 13:14:13 EDT 2012
Fix documentation in ./include/argus_def.h to get Cause and Vers in right order.

Mon Oct  8 17:17:39 EDT 2012
Fix for argus TCP state machine issue with very out of order
SYN, SYN_ACK, RST volleys.

Thu Jun 21 15:33:22 EDT 2012
Fix for country code aggregation problem, where dst co would be zero'd out.

Mon Jun 11 16:07:53 EDT 2012
Fix for ArgusOutput deadlock, when congested.

Mon Jun 09 08:21:16 EDT 2012
Netflow V9 support transitioned and mostly integrated.
Need more packet data.

PR:		193566
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2014-10-06 18:17:25 +00:00
Baptiste Daroussin
dabe824820 Update to 1.2.16 [1]
switch to libc API instead of nosing in kernel memory via kvm(3) [2]

PR:		194096
Submitted by:	glebius [1] maintainer [2]
Approved by:	maintainer
2014-10-06 08:26:53 +00:00
John Marino
3351ea8d1d net-mgmt/collectd: Fix network IF plugin to avoid log spam
While here, remove redundant @dirrm and strip installed libraries.

PR:		191388
Reported by:	Fredrik Lennmark
Fix by:		maintainer (Krzysztof Stryjek)
2014-10-05 23:25:46 +00:00
Bartek Rutkowski
1a62061de6 net-mgmt/nagios-check_dhcp.pl: NEW PORT - Nagios DHCP check plugin
This plugin tests the availability of a given DHCP server using unicast
delivery.

PR:		187623
Submitted by:	Lawrence Chen <beastie@tardisi.com>
Approved by:	mentors (implicit)
2014-10-05 21:40:29 +00:00
Tijl Coosemans
5cc571f276 - Convert to USES=autoreconf
- Remove WANT_GNOME
- Patch configure.in and Makefile.am to move config and m4 directories out
  of the libltdl directory.  This prevents rerunning autotools+configure
  during make build.
2014-10-05 15:33:51 +00:00
Antoine Brodin
0cd002ccb6 Allow staging as a regular user 2014-10-05 09:21:53 +00:00
Mikolaj Golub
ea37145d25 Update to 0.4.1. 2014-10-04 06:42:04 +00:00
Tijl Coosemans
af2ecdfd71 - Replace USE_AUTOTOOLS with USES=autoreconf
- Move BUILD_DEPENDS up
2014-10-03 19:45:48 +00:00
Tijl Coosemans
394ef442ca Remove post-patch now that USES=autoreconf handles this 2014-10-03 15:50:54 +00:00
Lars Engels
16402ee0e3 - Fix dependency on PGSQL
- Enable PGSQL by default
- Install manpages to the proper location
- Use option helpers [1]
- Use proper order of .mk includes [1]
- Bump PORTREVISION

Suggested by:	bapt [1]
2014-10-03 13:30:47 +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
Tijl Coosemans
0887062b4b 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:41:32 +00:00
Antoine Brodin
757b82d342 Remove duplicate patch 2014-10-02 21:04:19 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Baptiste Daroussin
a780f126a9 Enforce bundling jansson and libtre instead of leaving the configure
figure out if it should bundle of not
The clean fix would be to always unbundle, but I will let that to the maintainer
while here strip binaries and allow packaging

Reported by:	glebius
2014-10-02 16:04:25 +00:00
Mark Felder
8db66d62fb Simplify plist now that I fully understand the new @dir functionality 2014-10-02 15:01:26 +00:00
Mark Felder
59fb918af8 Update to 3.2.5
Convert @dirrm to @dir
2014-10-02 13:21:22 +00:00
John Marino
20d2c4c68f net-mgmt/nagios4: Unbreak on DF (no-op for FreeBSD) 2014-10-01 09:42:39 +00:00
Rodrigo Osorio
e76dd76201 fix perl5.18 build
PR:		ports/182840
Submitted by:	alexey <alexey@kouznetsov.com>
Approved by:	bapt (mentor)
2014-10-01 09:31:33 +00:00
Rene Ladan
e5ae27c5a8 net-mgmt/nagios-plugins:
- remove optional dependency on expired dns/bind98
- bump PORTREVISION

PR:		ports/194052
Approved by:	maintainer (mat)
2014-09-30 21:50:43 +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
Lars Engels
326bc76279 - Add EXAMPLES option to install schemas to create mysql/pgsql databases for Icinga 2
- Bump PORTREVISION
2014-09-30 14:48:25 +00:00
Mathieu Arnold
c4d08fdda0 Try not to break a nagios installation when installing/upgrading nrpe by not
using /var/spool/nagios.

The nrpe.spec file puts localstatedir to their nagios spool directory, but
localstatedir is not used outside of the configure script, so, no need to have
it here.

Sponsored by:	Absolight
2014-09-30 13:52:58 +00:00
Rene Ladan
67eb00ba41 Remove expired ports:
2014-08-31 net/libnet10: Superseded by net/libnet
2014-09-30 net/despoof: Depends on expired net/libnet10
2014-09-30 sysutils/gpkgdep: Requires old pkg_info
2014-09-30 security/vida: Depends on expired net/libnet10
2014-09-30 net/nemesis: Depends on expired net/libnet10
2014-09-30 net-mgmt/sing: Depends on expired net/libnet10
2014-09-30 net-mgmt/gps: Depends on expired net/libnet10
2014-09-30 net/ttlscan: Depends on expired net/libnet10
2014-09-30 security/zombiezapper: Depends on expired net/libnet10
2014-09-30 dns/dnshijacker: Depends on expired net/libnet10
2014-09-30 net/xboxproxy: Depends on expired net/libnet10
2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10
2014-09-30 net-mgmt/angst: Depends on expired net/libnet10
2014-09-30 security/py-otr: Abandoned upstream
2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
2014-09-30 12:28:26 +00:00
Mathieu Arnold
79096bd021 Update WWW.
Sponsored by:	Absolight
2014-09-30 12:20:29 +00:00
Mathieu Arnold
4ec84b70d7 Update WWW.
Sponsored by:	Absolight
2014-09-30 12:17:24 +00:00
Lars Engels
8987561bb2 - Update to 2.1.1
- Add a dependency on Python
- Remove @dirrmtry in plist
2014-09-29 21:27:55 +00:00
Olli Hauer
8efbf35f90 - allow build without root 2014-09-28 19:26:18 +00:00