1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

6495 Commits

Author SHA1 Message Date
Emanuel Haupt
aceb14ba8c - Update to 1.5
- Use new-ish options framework
- Add license
- Take maintainership
2017-01-26 10:49:07 +00:00
Kurt Jaeger
e25843514d net-mgmt/prometheus: update 1.4.1 -> 1.5.0
PR:		216411
Changes:	https://github.com/prometheus/prometheus/releases/tag/v1.5.0
Submitted by:	Jev Bjoersell <jev@ecadlabs.com> (maintainer)
2017-01-25 04:08:16 +00:00
Nikolai Lifanov
def6fc7d09 update net-mgmt/seafile-client
Changes: https://github.com/haiwen/seafile/commits/v6.0.2

* Removed -server options
* Regenerated/removed patchfiles

 - Return error detail for clone and sync tasks.
 - Save file sync errors to database.
 - Use unified progress for multipart uploads.
 - Remove server code.
 - Use GLib to calculate SHA1.
 - Allow compiling with GPL-compatible crypto libraries.
 - Fix some bugs.
 - Add back seafile python library.

PR:		216348
Submitted by:	ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9292
2017-01-24 19:37:01 +00:00
Nikolai Lifanov
1b87583210 update net-mgmt/ccnet-client to 6.0.2
Changes: https://github.com/haiwen/ccnet/commits/v6.0.2

* Updated to 6.0.2
* Removed Shebangfix
* Regenerated patchfiles

 - Cleanup copyright statements.
 - Remove server code.
 - [lib] Remove openssl dependency in libccnet.
 - Rename LICENCE.txt to LICENSE.txt.
 - Add back python library

PR:		216347
Submitted by:	ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9285
2017-01-24 19:35:41 +00:00
Torsten Zuehlsdorff
875dbacfa1 Connect PHP 7.1 ports (r432324) 2017-01-24 12:56:45 +00:00
Torsten Zuehlsdorff
db021968e3 Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
2017-01-24 11:54:20 +00:00
Wen Heping
8a77b97647 - Update to 2.034002
PR:		214996
Submitted by:	dgeo@centrale-marseille.fr(maintainer)
2017-01-23 02:31:06 +00:00
Lars Engels
481ff38dbf net-mgmt/icingaweb2:
- Update to 2.4.1
- Changelog: https://github.com/Icinga/icingaweb2/blob/v2.4.1/ChangeLog

MFH:		2017Q1
2017-01-22 22:08:17 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Antoine Brodin
a03479bcaa Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-20 08:36:29 +00:00
Sunpoet Po-Chuan Hsieh
6d41f86b7c Update WWW: remove trailing / 2017-01-19 19:35:24 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Mark Felder
0ed210180c net-mgmt/unifi5: Update to 5.4.9
- use BUILDVERSION in pkg-plist again to try to reduce churn
- @comment the native libraries that don't belong in our package
2017-01-17 17:24:12 +00:00
Mark Felder
1916a98a2d net-mgmt/smokeping: Allow slaves to contact master over HTTPS
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D9142
2017-01-17 16:49:19 +00:00
Emanuel Haupt
fbfde359af Update to 1.0 2017-01-17 13:12:41 +00:00
Dan Langille
8798967c01 Add more detail about my.cnf changes
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
2017-01-16 14:19:17 +00:00
Philippe Audeoud
1e17cbf007 - Update to 3.34 2017-01-16 09:07:50 +00:00
Dan Langille
de5844a4cf Add patches missing from previous commit.
Add note to pkg-message about my.cnf
Add not to UPGRADING about my.cnf
Bump PORTREVISION

Submitted by: Larry Rosenman <ler@FreeBSD.org>
2017-01-16 03:14:54 +00:00
Dan Langille
903f77b763 Upgrade to 1.23,1
Be sure to set the following in my.cnf:

[mysqld]
innodb_file_per_table=1
sql-mode=""
2017-01-15 21:20:16 +00:00
Mark Felder
a57cc04fa4 net-mgmt/rancid3: Fix path to perl in sample config file
MFH:		2017Q1
2017-01-13 17:42:24 +00:00
Mathieu Arnold
ab00e8864e http://github.com redirects to the https version.
Sponsored by:	Absolight
2017-01-13 08:37:06 +00:00
Sunpoet Po-Chuan Hsieh
9063f9304c Update to 3.0.4
- Add LICENSE
- Use USES=localbase
- Use PORTDATA
- Sort PLIST

Changes:	http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
Differential Revision:	https://reviews.FreeBSD.org/D9073
PR:		215840
Exp-run by:	antoine
2017-01-13 07:21:04 +00:00
Dmitry Marakasov
2050793b5d - Always check OPSYS along with OSVERSION
Approved by:	portmgr blanket
2017-01-12 13:45:40 +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
Dmitry Marakasov
21a4b315bb - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-12 11:30:50 +00:00
Renato Botelho
ba6bf4b4ab - Add TLS OPTION to net-mgmt/net-snmp
- While here replace USE_OPENSSL by USES=ssl

Approved by:	maintainer (zi@)
Obtained from:	pfSense
Sponsored by:	Rubicon Communications (Netgate)
Differential Revision:	https://reviews.freebsd.org/D9140
2017-01-11 19:42:49 +00:00
Mark Felder
014612a8f7 net-mgmt/rancid3: Update to 3.6.2
MFH:		2017Q1
2017-01-11 14:58:06 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Larry Rosenman
0f1584cebf Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org email
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9125
2017-01-11 00:28:13 +00:00
Jason Unovitch
063c348dbc net-mgmt/ipv6calc: update 0.99.1 -> 0.99.2
Changelog:	https://github.com/pbiering/ipv6calc/releases/tag/0.99.2

PR:		215784
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
2017-01-10 02:43:54 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Adam Weinberger
c3142025cd LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
2017-01-07 01:07:55 +00:00
Nikolai Lifanov
befb53d1fa add net-mgmt/dnsmap : DNS domain name brute forcing tool
PR:		208732
Submitted by:	Rihaz Jerrin <rihaz.jerrin@gmail.com>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9064
2017-01-06 19:56:11 +00:00
Olli Hauer
2f31299487 - add missing fix for rancid version
s/3.1.99/@VERSION@/

PR:		215832
2017-01-06 18:48:49 +00:00
Mark Felder
a203c0626c net-mgmt/rancid3: Port cleanup
Fix some variables in post-install, make Comware support include a
version number that matches PORTVERSION

PR:		215832
2017-01-06 18:23:38 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Steve Wills
d3db7ef1b8 net-mgmt/collectd5: update to 5.7.0
PR:		215731
Submitted by:	swills (myself)
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2017-01-04 13:22:01 +00:00
Steve Wills
e1d5dc45bd net-mgmt/rubygem-oxidized-script: create port
CLI and Library to interface with network devices in Oxidized, a RANCID
replacement.

WWW: https://github.com/ytti/oxidized-script

PR:		203374
Submitted by:	Nick Hilliard <nick@foobar.org> (with modifications)
2017-01-04 04:40:42 +00:00
Steve Wills
060f8cc5c0 net-mgmt/rubygem-oxidized-web: create port
Web userinterface and RESTful API for Oxidized, a network device
configuration backup tool.

WWW: https://github.com/ytti/oxidized-web

PR:		203374
Submitted by:	Nick Hilliard <nick@foobar.org> (with modifications)
2017-01-04 04:38:18 +00:00
Steve Wills
000f6684d5 devel/rubygem-oxidized: create port
Oxidized is a network device configuration backup tool. It's a RANCID
replacement.

WWW: https://github.com/ytti/oxidized

PR:		203374
Submitted by:	Nick Hilliard <nick@foobar.org> (with modifications)
2017-01-04 04:36:53 +00:00
Rene Ladan
76ef357fd3 Fix typo in last commit. 2017-01-03 20:06:40 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Mark Felder
abab8dc854 net-mgmt/rancid3: Update to 3.6.1
Also clarify in pkg-message that hourly periodic script won't work
unless you tell crontab that periodic hourly jobs exist

MFH:		2017Q1
2017-01-03 17:10:35 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Hiroki Sato
72dcac03b7 - Add LICENSE.
- Strip binaries.
- Regenerate patch files by make makepatch.
2017-01-02 21:07:34 +00:00
Rene Ladan
f2d2d41cbc leeym handed in his commit bit. 2017-01-02 20:04:36 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Rene Ladan
4f37b935c8 Remove expired port:
2017-01-01 net-mgmt/unifi4: EoL as of 2017-01-01
2017-01-01 00:14:46 +00:00
Antoine Brodin
b5f00d8d0d Use USE_OPENLDAP where appropriate 2016-12-31 20:11:57 +00:00
Nikolai Lifanov
f71f4cb959 * Updated to 6.0.7
- Allow mysql root password to be empty.
 - No need to set ccnet peer name anymore.
 - Fixed a typo in upgrade scripts.
 - jpeg mime type
 - Add record to GarbageRepos when delete a broken repo
 - Get content-length from header when handling web upload.

PR:		215597
Submitted by:	Ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8985
2016-12-30 12:54:37 +00:00
Nikolai Lifanov
69c31a9ae7 * Updated to 6.0.7
- Fixed ldap on msys2.

PR:		215637
Submitted by:	Ultima1252@gmail.com (maintainer)
Reviewed by:	matthew, mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8958
2016-12-29 18:56:57 +00:00
Raphael Kubo da Costa
d1cc66f23c Set NO_ARCH, as suggested by by pkg-static. 2016-12-26 21:35:57 +00:00
Thomas Zander
6cfe79ca6f Move net-mgmt/seafile to net-mgmt/seafile-client, update to version 6.0.1
PR:		215360
Submitted by:	Ultima1252@gmail.com (maintainer of net-mgmt/seafile)
2016-12-26 14:56:02 +00:00
Mathieu Arnold
e84670cc55 Spell EXPIRATION_DATE correctly.
Sponsored by:	Absolight
2016-12-26 14:32:49 +00:00
Thomas Zander
23c582ea81 Move net-mgmt/ccnet to net-mgmt/ccnet-client, update to upstream ver 6.0.1
PR:		215359
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-12-26 14:26:47 +00:00
Thomas Zander
64c1fe6742 Register CONFLICTS for seafile-server; bump PORTREVISION
PR:		215293
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-12-26 12:57:21 +00:00
Thomas Zander
8d43240437 Prepare split of net-mgmt/seafile in client / server ports; update to 6.0.6
PR:		215293
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-12-26 12:55:09 +00:00
Thomas Zander
6e65a746e9 Bump PORTREVISION due to new CONFLICT 2016-12-25 17:59:31 +00:00
Thomas Zander
336d55d061 Register CONFLICTS with ccnet-server
PR:		215292
2016-12-25 17:52:11 +00:00
Thomas Zander
bf55d96f5c Prepare split of net-mgmt/ccnet in client / server ports; update to 6.0.6
PR:		215292
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-12-25 14:38:34 +00:00
Nikolai Lifanov
be3295ea6f * Updated to 6.0.1
- Use HDPI thumbnails on HDPI screens.
 - Added dirent_id in class ThumbnailService.
 - Renamed repos category.
 - Fixed tray notification style.
 - Remove unused variables.

PR:		215361
Submitted by:	Ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8881
2016-12-23 14:46:51 +00:00
Baptiste Daroussin
2acba4d607 Fix build on unicode env
Removed uesless @exec and prefer setting owner directly on the directory itself
2016-12-22 23:14:43 +00:00
Olli Hauer
759ba3891f - remove master site LOCAL 2016-12-21 12:48:19 +00:00
Mathieu Arnold
bc0be36fe7 Update to 4.2.4.
Reported by:	portscout
Sponsored by:	Absolight
2016-12-21 11:12:59 +00:00
Mathieu Arnold
25be77d69c Update to 2.1.4.
Reported by:	portscout
Sponsored by:	Absolight
2016-12-21 11:12:54 +00:00
Mathieu Arnold
8d36732522 Update to 2.2.
Reported by:	portscout
Sponsored by:	Absolight
2016-12-21 11:12:50 +00:00
Dmitry Marakasov
19f2b2f8cf - Mark broken on 9.x
- Add LICENSE_FILE

Approved by:	portmgr blanket
2016-12-19 09:07:45 +00:00
Lars Engels
cfb8a8f07f net-mgmt/mk-livestatus:
Update to 1.2.8p15
2016-12-18 18:19:33 +00:00
Emanuel Haupt
e26a7f60ec Update to 0.99.1 and pass maintainer-ship to submitter.
PR:             215364
Submitted by:   dbaio@bsd.com.br
2016-12-18 16:12:28 +00:00
Lars Engels
8c66e687f9 net-mgmt/icinga2:
- Ignore SIGPIPE in the rc script. This is a workaround for the bug described in https://dev.icinga.com/issues/13567
- Bump PORTREVISION
2016-12-15 14:40:20 +00:00
Palle Girgensohn
c14b26af55 Update to 1.1.2 2016-12-14 21:42:12 +00:00
Lars Engels
c16cccd4bc net-mgmt/icingaweb2:
- Update to 2.4.0
- Icinga Web 2 only supports ZendFramework 1.x. Change the runtime dependency from 2.x to 1.x
2016-12-14 16:13:31 +00:00
Lars Engels
d6bc265d04 net-mgmt/icinga2:
Update to 2.6.0
2016-12-14 16:10:53 +00:00
Mathieu Arnold
c4cc383eb9 Convert a few ports to GH_TUPLE.
Sponsored by:	Absolight
2016-12-13 14:58:08 +00:00
John Marino
860c5a64f6 net-mgmt/nagnu: Fix ncurses requirement specification part II
Upon further discussion, it was revealed that base ncurses will satisfy
requirements, so adjust USES accordingly.

discussed-with:	pi (originally committer)
2016-12-13 05:45:36 +00:00
John Marino
d404e6e13a net-mgmt/nagnu: Fix ncurses requirement specification
discussed-with:	pi (originally committer)
2016-12-13 00:06:05 +00:00
Sunpoet Po-Chuan Hsieh
bfc16b8a3c - Update WWW: rubygems.org uses https://
With hat:	ruby
2016-12-11 19:27:01 +00:00
Bernard Spil
c31e738ae2 net-mgmt/send: Fix LibreSSL build
- Add patch to fix building with LibreSSL
  - Register SSL dependency via USES= ssl

Approved by:	SSL blanket
2016-12-10 21:03:31 +00:00
Kurt Jaeger
46e7e09226 New port: net-mgmt/nagnu
Nagnu is a curses/terminal based dashboard for nagios showing current
status of hosts and services.

WWW: https://github.com/frlen/nagnu

PR:		208846
Submitted by:	Fredrik Lennmark <fredrik@min-hemsida.net>
2016-12-10 17:05:29 +00:00
Bartek Rutkowski
a486347bda net-mgmt/bgpq3: update 0.1.31 -> 0.1.33 and fixes
- Add LICENSE and LICENSE_FILE
- Pet portlint

PR:		213483
Submitted by:	Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
2016-12-09 15:52:56 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00
Tijl Coosemans
61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Mark Felder
1367120ec2 net-mgmt/unifi5: Update to 5.3.8
Changelog:	https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-3-8-Stable-has-been-released/ba-p/1755779

PR:		215109
2016-12-07 20:38:28 +00:00
Sunpoet Po-Chuan Hsieh
8ff8e80bee - Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2016-12-06 14:53:41 +00:00
Mathieu Arnold
9775eb53da Use the /subdir part of GH_TUPLE.
Sponsored by:	Absolight
2016-12-05 15:33:01 +00:00
Palle Girgensohn
9aa84f1cbd Add telegraf version when compiling
Suggested by: Vivek Khera
2016-12-05 14:16:42 +00:00
Palle Girgensohn
c3d9e26f3b Update to latest version
PR:	214760
2016-12-05 14:15:13 +00:00
Mark Felder
60ec7d981b net-mgmt/observium: Fix poller-wrapper.py
It was attempting to set PATH before importing os module

Reported by:	Adrian Murphy <amurphy [AT] gsoft com au>
2016-12-05 00:22:42 +00:00
Sunpoet Po-Chuan Hsieh
421f78fbd7 - Add LICENSE_FILE [1]
- Add gemspec patch for rubygem-yajl-ruby 1.2.1
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket) [1]
2016-12-03 19:33:45 +00:00
Mark Felder
ee7dd701b1 net-mgmt/cpdp: Take maintainership 2016-12-02 23:05:53 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Mathieu Arnold
bbf7ef5615 http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by:	Absolight
2016-12-02 09:21:58 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Jason E. Hale
88d89bdc8a Update to 1.4.1
PR:		214829
Submitted by:	Jev Bjoersell <ports@ecadlabs.com> (maintainer)
2016-12-01 03:20:07 +00:00
Mark Felder
2d76f90eaf net-mgmt/rancid3: Remove obsolete CONFLICTS
Reported by:	mcl
2016-11-30 15:23:24 +00:00
Emanuel Haupt
374f7ed42c Requires security/py-keyring as a run-dependency 2016-11-30 12:11:50 +00:00
Mathieu Arnold
703ff6d361 Mark some ports as not openssl-devel ready.
Sponsored by:	Absolight
2016-11-29 18:46:21 +00:00
Rene Ladan
729a7824c3 Remove expired port:
2016-10-01 net-mgmt/rancid: Not supported upstream. Please upgrade to net-mgmt/rancid3
2016-11-27 17:04:05 +00:00
Rene Ladan
9283afb70c Update netmagis-topo to version 2.3.3 to support net/mgmt/rancid3 instead
of the expired net-mgmt/rancid.

Submitted by:	maintainer in private mail
2016-11-27 16:35:28 +00:00
Dmitry Marakasov
eeba2df7dd - Add LICENSE
- Strip binary
- Regenerate patches
2016-11-25 09:31:17 +00:00
Dmitry Marakasov
b2bdcba958 - Add LICENSE 2016-11-23 14:50:02 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Palle Girgensohn
a47146e090 Update telegraf to 1.1.1
Make sure both stdin and stderr are redirected since daemon(8) forks and this
would otherwise leave scripted restarts haning. See #213412 and #214643 for a
more complete discussion.

PR:		214738, 213412, 214643
Submitted by:	Stefan Lambrev
2016-11-23 00:23:49 +00:00
Alexey Dokuchaev
152047e855 - Restore link to Lance Spitzner's article (2002 Honeynet Project version)
- Remove nowadays defunct www.infoworld.com link (missed in r426160)

Submitted by:	Royce Williams
2016-11-22 12:30:56 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Emanuel Haupt
bac56b72d2 - Update to 4.1.2
- Update WWW
2016-11-20 05:34:25 +00:00
Mark Linimon
9ef2eb8602 As a test, restrict the dependency on dmidecode to x86. 2016-11-20 01:56:33 +00:00
Sunpoet Po-Chuan Hsieh
a8275ed2da - Use USES=ssl 2016-11-19 17:04:07 +00:00
John Marino
7511d0ec55 net-mgmt: bwm-ng, scli, spectools: Document ncurses requirement
Approved by:	ncurses blanket
2016-11-19 14:35:21 +00:00
Veniamin Gvozdikov
c38f7f2612 - Update to 2.3 2016-11-18 10:49:13 +00:00
Rene Ladan
f2aecf8776 Reset edwin's ports, he has handed in his commit bit.
With hat:	portmgr-secretary
2016-11-16 22:55:39 +00:00
Mark Felder
d26eebfa76 net-mgmt/observium: Fix shebang in poller-wrapper.py
While here, modernize port
2016-11-16 15:23:47 +00:00
Alexey Dokuchaev
668ab1a043 - Reformat port description text for better readability and compactness
- Remove reference to Spitzner's paper which is no longer available
- Fix a typo (analyse -> analyze); update WWW entry to avoid redirect
2016-11-15 10:56:46 +00:00
Alexey Dokuchaev
3c8a36012b - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
  their usage
2016-11-14 03:15:03 +00:00
Mark Felder
3f56a2a3c1 www/xymon-server: Fix example Apache config files
The example config files for Apache had nonsense variables strewn
throughout as we do not use the interactive build process for Xymon
which would replace them after asking the user a series of questions.
Sane defaults have been chosen to make the examples more useful to the
user.
2016-11-12 22:23:32 +00:00
Mark Felder
021f574bea net-mgmt/observium: Pet portlint 2016-11-12 18:30:48 +00:00
Mark Felder
547612c40f net-mgmt/observium: Update to 0.16.10.8128
PR:		213895
2016-11-12 18:28:30 +00:00
Dmitry Marakasov
6f42873e5f - Fix build on 9.x by specifying C++ standard requirements 2016-11-12 15:29:40 +00:00
Babak Farrokhi
a256bec9bd Fix distfile checksums for net-mgmt/fastnetmon
Reviewed by:	mat, bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D8474
2016-11-12 05:50:31 +00:00
Kurt Jaeger
6b071f4df7 net-mgmt/riemann: several changes to the port itself
- fix reload under daemon(8) using pkill
- use new upstream master site
- add conf.d for more complex configurations
- add named daemon(8) process info

PR:		212671
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
2016-11-11 05:53:44 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Babak Farrokhi
2a24856404 Update net-mgmt/fastnetmon to 1.1.3
Reviewed by:	mat, bapt
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8470
2016-11-08 15:15:32 +00:00
Kurt Jaeger
25fd86df3e net-mgmt/prometheus: update 1.3.0 -> 1.3.1
PR:		214245
Changes:	https://github.com/prometheus/prometheus/releases/tag/v1.3.1
Submitted by:	Jev Bjoersell <jev@ecadlabs.com> (maintainer)
2016-11-07 15:51:11 +00:00
Dmitry Marakasov
f4b399b858 - Fix LICENSE
- Fix shebangs
- Cosmetic fixes
2016-11-05 11:57:36 +00:00
Olli Hauer
9aadc493da - update to 1.2.8p13 [1]
Change MAINTAINER to ports@
(I'm no longer using this utility)

[1] requested by ehaupt@
2016-11-05 07:51:16 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Kurt Jaeger
ecdc89dc58 net-mgmt/prometheus: update 1.2.1 -> 1.3.0
PR:		213984
Changes:	https://github.com/prometheus/prometheus/releases
Submitted by:	ports@ecadlabs.com (maintainer)
2016-11-02 18:26:18 +00:00
Mark Felder
ecdb841de9 net-mgmt/rancid3: port improvements
- Add periodic script
- Change PREFIX to LOCALBASE in port Makefile
- Inform users of periodic script via updated pkg-message

MFH:		2016Q4
2016-11-01 21:02:13 +00:00
Antoine Brodin
f0ca714781 Do not force dependency on libpcap from ports, libpcap from base is fine
for all package users
2016-10-31 09:51:13 +00:00
Veniamin Gvozdikov
ad2350c8fa - Update to 0.90.1.3
PR:		ports/209664
Submitted by:	Francis GUDIN <fgudin+fbsd@bsdbellule.fr>
2016-10-31 09:08:29 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Mathieu Arnold
21518d70b9 Update to 0.26.
Sponsored by:	Absolight
2016-10-25 14:37:47 +00:00
Rene Ladan
4a577e2d5d Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
2016-10-24 19:39:05 +00:00
Mikolaj Golub
bab741b756 use another upstream and unbreak port 2016-10-24 14:46:59 +00:00
Mathieu Arnold
c6f651390a OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.

The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.

Sponsored by:	Absolight
2016-10-24 10:18:50 +00:00
John Marino
9d0055a102 net-mgmt/ezradius: Fix PORTVERSION + PORTREVISION after last commit 2016-10-22 18:59:19 +00:00
Dmitry Marakasov
f756abc065 - Fix LICENSE
- Switch to options helpers
2016-10-22 09:03:52 +00:00
Mathieu Arnold
21c32a07fb Use the right way to give files to www:www.
Sponsored by:	Absolight
2016-10-21 15:50:27 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Rene Ladan
87a09e788f Remove expired PHP5.5 ports. 2016-10-21 07:30:32 +00:00
Rene Ladan
bd24894ca3 Unlink expired PHP5.5 ports. 2016-10-21 07:29:38 +00:00
Mark Felder
9760e0507f net-mgmt/unifi4: Mark DEPRECATED
End of Life as of 2017-01-01

Also fix trailing whitespace in pkg-plist
2016-10-20 19:40:23 +00:00
Kurt Jaeger
7ebe84719e sysutils/prometheus: Fix some issues discussed in PRs
- the config file is now a @sample
- pkg-plist added
- /var/db/prometheus is the new place to be

PR:		210059
Submitted by:	Andy Carrel <wac@google.com>
Approved by:	jev@ecadlabs.com (maintainer)
2016-10-18 18:08:32 +00:00
Kurt Jaeger
1f28f360aa New port: net-mgmt/prometheus
Prometheus is a systems and service monitoring system. It collects metrics
from configured targets at given intervals, evaluates rule expressions,
displays the results, and can trigger alerts if some condition is observed
to be true.

Prometheus' main distinguishing features as compared to other monitoring
systems are:

- a multi-dimensional data model (timeseries defined by metric name and
  set of key/value dimensions)
- a flexible query language to leverage this dimensionality
- no dependency on distributed storage; single server nodes are autonomous
- timeseries collection happens via a pull model over HTTP
- pushing timeseries is supported via an intermediary gateway
- targets are discovered via service discovery or static configuration
- multiple modes of graphing and dashboarding support
- support for hierarchical and horizontal federation

WWW: https://prometheus.io/

PR:		212468
Submitted by:	Jev Bjoersell <jev@ecadlabs.com>
2016-10-15 05:09:11 +00:00
Kurt Jaeger
217e68c35b net-mgmt/zabbix22-server: 2.2.14 -> 2.2.15
PR:		213243
Changes:	http://www.zabbix.com/rn2.2.15.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-10-14 20:32:54 +00:00
Kurt Jaeger
a11796ddcf net-mgmt/zabbix32-server: 3.2.0 -> 3.2.1
- RC scripts: add zabbix_server_paths, zabbix_agentd_paths, zabbix_proxy_paths
- Fix net-snmp depends for -agent

PR:		213380
Changes:	http://www.zabbix.com/rn3.2.1.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-10-12 19:21:36 +00:00
Kurt Jaeger
5262d23775 net-mgmt/zabbix3-server: 3.0.4 -> 3.0.5
- RC scripts: add zabbix_server_paths, zabbix_agentd_paths, zabbix_proxy_paths
- Fix net-snmp depends for -agent

PR:		213267
Changes:	http://www.zabbix.com/rn3.0.5.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-10-12 19:18:35 +00:00
Mark Felder
84fa61d3e0 net-mgmt/unifi5: Update to 5.2.9
Changelog:	https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-2-9-is-released/ba-p/1694199
2016-10-10 17:34:07 +00:00
Emanuel Haupt
5c1656d323 Update to 1.0.1 2016-10-08 15:59:39 +00:00
John Marino
e9a91082af net-mgmt/ndoutils: Mark jobs unsafe (again)
As before, there are attempts to use object files before they are
fully built.  It's failed on me twice since the previous MAKE_JOBS_UNSAFE
marking was removed.  An explicit fix should be made to the vendor
makefile before removing it again.
2016-10-05 19:00:31 +00:00
Roman Bogorodskiy
c0bbbe2820 net-mgmt/virt-viewer: add missing libvirt-glib dependency
Pointy hat to:	novel
2016-10-04 05:58:51 +00:00
Roman Bogorodskiy
ca79313b99 net-mgmt/virt-viewer: update to 4.0 2016-10-03 16:13:12 +00:00
Kurt Jaeger
0716863f48 net-mgmt/zabbix3: add missing patches for the PID fix
PR:		209893
Pointy hat to:	pi
Submitted by:	pg@pakhom.spb.ru (maintainer)
MFH:		2016Q3
2016-10-03 09:36:20 +00:00
Jan Beich
aed0e3005c net-mgmt/collectd5: update write_riemann and fix zfs_arc plugins
PR:		213124
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-10-01 23:58:57 +00:00
Jan Beich
943851900e net-mgmt/riemann-c-client: add new port
PR:		210545
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Riemann-C-client is a C client library for the Riemann monitoring system,
providing a convenient and simple API, high test coverage and a copyleft
license, along with API and ABI stability.

https://github.com/algernon/riemann-c-client/#readme
2016-10-01 23:34:12 +00:00
Tijl Coosemans
1ee4da6dd1 Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-30 19:24:30 +00:00
William Grzybowski
797acf64e1 net-mgmt/py-snmp_passpersist: SNMP passpersist backend for Net-SNMP
WWW: http://github.com/nagius/snmp_passpersist

Submitted by:	Suraj Ravichandran (via email)
2016-09-30 16:23:59 +00:00
Palle Girgensohn
245eeb12b5 Update to 1.0.1 2016-09-29 19:41:25 +00:00
Mathieu Arnold
62a5ff52a9 Also, you can't set SSL_DEFAULT, and don't give bad advices to people,
it should never be set directly, but always through DEFAULT_VERSIONS.

With hat:	portmgr
Sponsored by:	Absolight
2016-09-28 13:47:53 +00:00
Joseph Mingrone
29a8954d58 net-mgmt/collectd5: fix disk plugin issue for FreeBSD versions 10+
The file lib/collectd/disk.so was being commented out in pkg-plist for
all FreeBSD versions instead of just for versions less than 10.

Reported by:	pierre@guinoiseau.eu (via ports-committers@)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8042
2016-09-28 02:27:03 +00:00
Joseph Mingrone
abc9855fa2 Update net-mgmt/collectd5 to version 5.6.0
- new port options CHRONY and MQTT
- disable disk plugin on FreeBSD 9.x due to missing OS files
- various patch changes

PR:		212832
Submitted by:	ports@bsdserwis.com (maintainer)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8028
2016-09-26 14:51:59 +00:00
Danilo Egea Gondolfo
51dfd96e0f - New ports: Zabbix 3.2.0.
Zabbix is an enterprise-class open source distributed monitoring platform.

Release notes: https://www.zabbix.com/documentation/3.2/manual/introduction/whatsnew320

PR:		212799
Submitted by:	danilo
Reviewed by:	Pakhom Golynga <pg@pakhom.spb.ru>
2016-09-25 17:13:42 +00:00
Torsten Zuehlsdorff
d9bd705a58 lang/php56: Update from 5.6.25 to 5.6.26
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7411
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: swills (mentor)
2016-09-23 08:26:44 +00:00
Palle Girgensohn
109156a62a Update to release 1.0.0 2016-09-22 21:06:31 +00:00
Torsten Zuehlsdorff
ad86e61f50 lang/php70: Update from 7.0.10 to 7.0.11
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: pi (mentor)
2016-09-21 15:43:47 +00:00
Mark Felder
eab9e4b24b net-mgmt/unifi5: Update to 5.2.7
- Also simplify rc script

PR:		212865
2016-09-21 15:34:11 +00:00
Mark Felder
db92fe7dd2 net-mgmt/unifi4: Simplify rc script 2016-09-21 15:22:06 +00:00
Kurt Jaeger
425fdebf72 net-mgmt/zabbix3-server: unbreak build
PR:		209893
Submitted by:	antoine
MFH:		2016Q3
2016-09-20 17:02:54 +00:00
John Marino
3555e6453f net-mgmt/p5-SNMP_Session: new fedora MASTER_SITE to unbreak
At least 14 ports depend on p5-SNMP_Session so let's get it up again.
2016-09-20 14:47:58 +00:00
Kurt Jaeger
605957e312 net-mgmt/zabbix3-server: fix database selection
- stop having all databases as dependencies all the time

PR:		209893
Submitted by:	chris@chrullrich.net
2016-09-18 12:58:01 +00:00
Olli Hauer
c39965e0df - change MAINTAINER
PR:		212102
Approved by:	alexander.4mail@gmail.com (old maintainer)
2016-09-17 17:54:25 +00:00
Kurt Jaeger
b6c9753f39 net-mgmt/zabbix3-{server|agent|proxy|frontend}: update to 3.0.4 and many fixes
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Fix some error in the Makefile
- Fix OPENSSL_USE -> USES=ssl
- Fix WANT_PHP_WEB -> USES=php:web
- Fix MYSQL_USE -> USES+= mysql
- Fix PGSQL_USES -> USES+= pgsql
- Fix SQLITE_USES -> USES+= sqlite
- Change default options for -server and -frontend
- Fix CONFLICTS
- fixed SQL injection vulnerability in "Latest data" page;
  thanks to 1N3 at Early Warning Services, LLC

PR:		209893
MFH:		2016Q3
Security:	https://support.zabbix.com/browse/ZBX-11023
Changes:	http://www.zabbix.com/rn3.0.4.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-09-16 19:10:49 +00:00
Lars Engels
d57e307143 net-mgmt/icingaweb2:
- Fix NLS option
- Add PDF option using graphics/pecl-imagick (off by default)
- Bump PORTREVISION

PR:				212653
Submitted by:	mat
2016-09-15 20:36:21 +00:00
Lars Engels
789335d884 net-mgmt/icinga2:
- Update to 2.5.4
- Install vim syntax files [1]

PR:				212660 [1]
Submitted by:	mat
2016-09-15 20:30:00 +00:00
Mathieu Arnold
e11ec07332 Update to 2.1.3.
PR:		212679
Submitted by:	Adrian Murphy
Sponsored by:	Absolight
2016-09-15 15:27:51 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Torsten Zuehlsdorff
e60bd056a2 net-mgmt/zabbix22-server: Update from 2.2.12 to 2.2.14
- http://www.zabbix.com/rn2.2.13.php
- http://www.zabbix.com/rn2.2.14.php

Also:
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Remove IGNORE_WITH_PHP and IGNORE_WITH_MYSQL because the
  ignored versions no longer exists

PR:           209891
Submitted by: pg@pakhom.spb.ru (maintainer)
Approved by:  pi (mentor)
2016-09-14 13:17:24 +00:00
John Marino
417ae50741 net-mgmt/nsca-ng(-client): IGNORE FreeBSD 9 base openSSL
I think the original makefile was starting that the FreeBSD 9 base OpenSSL
isn't good enough.  My previous commit lost that information, so put the
equivalent check back again.
2016-09-13 19:10:31 +00:00
John Marino
9e2bf4b87e net-mgmt/zabbix3-server: Simplify FreeBSD 9 SSL check, ignore LibreSSL
Zabbix3-server can't be built by LibreSSL because it uses PSK.  It also
can't be built by FreeBSD 9 base OpenSSL.  The latter was documented, but
the solution in the notification was incorrect, so improve all that.

Approved by:	SSL blanket
2016-09-13 19:06:34 +00:00
John Marino
8134c7eb7d net-mgmt/nsca-ng(-client): Configure any SSL base, IGNORE LibreSSL
These ports currently utilize PSK which is not supported by LibreSSL, so
detect that SSL_DEFAULT and set IGNORE accordingly.  The obsolete
USE_OPENSSL_PORT logic was also removed.

Approved by:	SSL blanket
2016-09-13 16:40:44 +00:00
John Marino
0884417229 net-mgmt/snmp++: Document SSL build requirement, patch for LibreSSL
This allows for ports SSL libraries to be used for the build, including
LibreSSL ports.

Approved by:	SSL blanket
2016-09-12 02:20:51 +00:00
Dmitry Marakasov
ca8949f81c - Add LICENSE
- Switch to USES=tar
- Cosmetic fixes
2016-09-11 16:40:12 +00:00
John Marino
5ed02ebc5a net-mgmt/ndpmon: USES+=SSL and port options overhaul
The py4suite option probably didn't work even before the py4suite
dependency was removed from the tree 2 years ago.

The MACRESOLV option fetches during the build which is illegal and
maybe is hitting a bad URL because it freezes as well.

The py4suite has been removed completed and the MACRESOL option has
been marked broken.  This is after I rearranged the port to make them
even work as intended.  I cleaned up the port a lot after documenting
the SSL requirement with USES=ssl.

Approved by:	just-fit-it and SSL blankets
2016-09-10 23:19:26 +00:00
John Marino
e816250076 net-mgmt/nagircbot: Add SSL build flags 2016-09-10 22:23:48 +00:00
John Marino
4dbaf954df net-mgmt/hastmon: document SSL requirement and sed in SSL flags
Approved by:	SSL blanket
2016-09-10 22:15:34 +00:00
John Marino
f2e3555560 net-mgmt/cowpatty: sed in SSL flags (CFLAGS/LDFLAGS not honored)
While here, unsupress installation command

Approved by:	SSL blanket
2016-09-10 22:08:49 +00:00
John Marino
ee1ab2e434 net-mgmt/aircrack-ng: Add SSL build flags
Approved by:	SSL blanket
2016-09-10 22:05:00 +00:00
Mark Felder
c29017787a net-mgmt/rancid3: Update to 3.5.1
- The hardecoded 3des cipher for ssh has been removed upstream
- Remove a patch that automatically attempts to "svn up" before
checking in changes. This patch may have been committed accidentally a
couple years ago and deviates from upstream's behavior.

If it is possible for your rancid svn repository to be updated outside
of rancid's control it is up to you to resolve these potential
conflicts and modify your scheduled rancid process to "svn up"
beforehand. By instructing rancid to do this automatically it is
possible for an administrator to make device config changes that rancid
will not detect and will not show up in the automatic emails dispatched
to the device administrators.
2016-09-10 17:03:53 +00:00
Emanuel Haupt
ebfa13bc57 Mark NO_ARCH 2016-09-10 16:04:09 +00:00
Emanuel Haupt
d5c89b234b Mark NO_ARCH 2016-09-10 14:14:08 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Emanuel Haupt
aaaf3fdbc0 Register conflicts 2016-09-09 15:58:48 +00:00
Emanuel Haupt
466720dc50 Add gnu-ipcalc 0.1.8, modern network address calculation tool for IPv4
and IPv6.
2016-09-09 15:58:43 +00:00
Dmitry Marakasov
71d1a4d88a - Remove dependency on p5-Net-Ping: Net::Ping is bundled with perl
Approved by:	portmgr (bapt)
2016-09-08 13:03:03 +00:00
Tijl Coosemans
16221bf7b6 - Actually install configuration file and use @sample.
- Use @sample for the sample database.
- Set NO_ARCH.
2016-09-07 14:52:22 +00:00
Dmitry Marakasov
9be4c36cb2 - Update to 2.2.2
PR:		212094
Submitted by:	joneum@bsdproject.de
2016-09-07 10:31:10 +00:00
Torsten Zuehlsdorff
b2293ba503 net-mgmt/zabbix2-server: Update from 2.0.17 to 2.0.18
- updated French translation; thanks to Zabbix translators
- enforced bash usage in mysql.size user parameter configuration
  script to avoid issues with different default shells;
  thanks to Timo Lindfors for reporting it
- fixed timeout being too low when sending configuration data to
  active proxy
- fixed loss of trailing whitespace in unquoted function parameters
  when creating calculated items with low level discovery

Also:
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Remove IGNORE_WITH_MYSQL because referenced version was removed long ago

PR:           209890
Submitted by: pg@pakhom.spb.ru (maintainer)
Approved by:  pi (mentor)
2016-09-01 09:44:43 +00:00
John Marino
9b2f7560a3 net-mgmt/seafile: Properly exclude FUSE option from DragonFly 2016-08-31 20:43:07 +00:00
Torsten Zuehlsdorff
a6bc455d6d lang/php56: Update from 5.6.24 to 5.6.25
PR:           212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by:  pi (mentor)
2016-08-30 12:55:20 +00:00
Kurt Jaeger
6132f1e2db net-mgmt/arpwatch: add flag -v to ignore VRRP/CARP traffic
- The -v flag disables reporting on VRRP/CARP ethernet prefixes as
  described in RFC5798 (00:00:5e:00:01:xx)

PR:		202548
Submitted by:	paul@dokas.name
2016-08-27 20:14:48 +00:00
Lars Engels
d5da7618ac net-mgmt/icinga2:
- Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols.
Upstream now has symbol versioning in development, so once the new version is released,
all should be fine.
- Bump PORTREVISION
2016-08-27 05:38:08 +00:00
Lars Engels
1dd2f515a3 net-mgmt/icinga2:
Remove bogus dependency on devel/libconfig. Some time ago I added this because
the ports tree's Q/A check warned that the icinga2 binary is linked against libconfig.
However this is a private library shipped with Icinga 2.
With version 2.5.1 USES=ssl was added to the port's Makefile which added
rpath=${LOCALBASE}/openssl when Icinga 2 gets built and {Open,Libre}SSL from ports
was installed. The result was that ld picked up libconfig.so from the devel/libconfig
port instead of Icinga 2's private library.
To prevent this, the following CMAKE_ARGS were added:
CMAKE_{EXE,MODULE,SHARED,STATIC}_LINKER_FLAGS=${PREFIX}/lib/icinga2

At the moment only EXE_ and SHARED_ linker flags are really needed, to be prepared for
future changes the other flags were also set.

Thanks to mat and Gunnar Beutner (upstream developer) for the insights on the ports
and Icinga 2's build system.

- Re-add USES=ssl
- Bump PORTREVSION
2016-08-25 19:23:08 +00:00
Lars Engels
74626ee7a9 net-mgmt/icinga2:
- Update to Bugfix release 2.5.3
- Remove USES=ssl to workaround a missing symbol error on startup [1]

Noticed by:		many [1]
2016-08-25 13:16:58 +00:00
Palle Girgensohn
f19244e692 Use distversion instead of portversoin + gh_tagname 2016-08-24 07:58:19 +00:00
Palle Girgensohn
765c426554 Update telegraf to 1.0.0-rc1 2016-08-23 21:55:34 +00:00
John Marino
8ca87fb1d8 net-mgmt/bpft: document and fix ncurses requirement 2016-08-23 17:43:42 +00:00
John Marino
40fedca7df net-mgmt/ap-utils: document ncurses requirement
Approved by:	ncurses blanket
2016-08-23 17:38:17 +00:00
Lars Engels
6c0286442d net-mgmt/icinga2:
- Update to 2.5.1
- Install a log rotation configuration file for newsyslog(8) in EXAMPLESDIR
- Add dependencies on SSL and libconfig
- Display pkg-message - the file already existed but was not shown
- Regenerate some patches with makepatch
- Pet portlint

Changelog and upstream upgrading instructions: https://www.icinga.org/2016/08/23/icinga-2-v2-5-released/
2016-08-23 16:52:18 +00:00
Mathieu Arnold
4af348b7ba Make stage-qa happy, and make sure the files are in the right group.
Sponsored by:	Absolight
2016-08-23 15:01:03 +00:00
Mathieu Arnold
cd66fda28d Revert the update to 4.2.
It currently exits with a bus error, which is, not good.

Reported by:	many
Sponsored by:	Absolight
2016-08-23 14:36:01 +00:00
John Marino
f7502b66bb net-mgmt/cdpd: Fix runtime on armv6
While here, pet portlint and define the 2-clause BSD license

PR:		208216
Submitted by:	Mikael Urankar (gmail)
2016-08-23 01:51:21 +00:00
Mathieu Arnold
8eb3dd2ea7 Fails to build with CCACHE on 11:
ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied

Sponsored by:	Absolight
2016-08-22 16:00:00 +00:00
Mathieu Arnold
679e730233 Update to 4.2.0.
MFH:		2016Q3
Security:	CVE-2008-4796
Security:	CVE-2013-4214
Changes:	https://github.com/NagiosEnterprises/nagioscore/blob/nagios-4.2.0/Changelog
Sponsored by:	Absolight
2016-08-22 13:14:17 +00:00
Rene Ladan
f4bdc9ed51 Reset sem@'s ports per his request.
With hat:	portmgr-secretary
2016-08-21 11:58:26 +00:00
Dmitry Marakasov
78b90f72ef - Switch to options helpers
- Add NO_ARCH
- Cosmetic fixes
2016-08-19 09:01:14 +00:00
Rene Ladan
65707a2458 Remove expired port:
2016-08-18 net-mgmt/netams: unmaintained, broken on most FreeBSD platforms
2016-08-18 13:22:27 +00:00
Mark Felder
90d8bee0d2 net-mgmt/rancid: Mark DEPRECATED, provide an EXPIRATION_DATE
PR:		211718
MFH:		2016Q3
2016-08-17 18:59:30 +00:00
Mark Felder
60ca6f044d net-mgmt/rancid3: Add experimental support for Comware devices
Comware support has been added via a port option. It is not enabled by
default as upstream has not been able to validate the reliability of
this enhancement.

PR:		209361
2016-08-17 18:13:36 +00:00
Mark Felder
92f8c39b93 net-mgmt/rancid3: Fix SSH on FreeBSD 11.0
RANCID by default attempts to ssh to devices with 3des as the cipher.
This no longer works with OpenSSH in FreeBSD 11 as you need to be more
specific. Changing this to 3des-cbc works for now, but future versions
of OpenSSH will break this as well. Unfortunately this will break RANCID
as many network devices do not support modern ciphers, but we will have
to deal with that when the time comes.

MFH:		2016Q3
2016-08-16 20:02:15 +00:00
Pawel Pekala
fc7a39659e Update to version 0.0.2
PR:		211632
Submitted by:	Neel Chauhan (maintainer)
2016-08-11 22:38:50 +00:00
Muhammad Moinur Rahman
03cce5352c net-mgmt/argus3: Fix rc.d script
PR:		203597
Submitted by:	peter.thoenen@yahoo.com
2016-08-08 21:17:25 +00:00
Kurt Jaeger
91bb92d794 net-mgmt/seafile-gui: 5.1.3 -> 5.1.4
This is an small bugfix release for seafile-gui.

 - Fixed bugs in auto completion for private shares
 - Fix bug in Mingw64
 - Updated login dialog

PR:		211635
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-08-08 19:09:40 +00:00
Kurt Jaeger
8aea8c5887 net-mgmt/seafile: 5.1.4 -> 6.0.0
This is an update for seafile to the latest version, 6.0.0. This
major version update has only minor fixes.

Recently they're was a debate regarding Seafile Ltd. being forked
by GmbH. After reading several articles and exchanging emails, I
have determined that the best path for FreeBSD to take would be
that of Ltd. I'm sorry if this upsets anyone.

- Updated to 6.0.0
  o add replace parameter to move_file api
  o [setup-script] check user host when check user exist for mysql
  o add progress for download dir/multi
  o add remove_group_repos api

PR:		211634
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-08-08 19:06:34 +00:00
Kurt Jaeger
ef954a8a5f net-mgmt/ccnet: 5.1.4 -> 6.0.0
- There isn't anything that would change functionality, but it is
  a major version update, and it needs to line up with the rest of
  the stack so people aren't confused.

PR:		211633
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-08-08 19:04:25 +00:00
Brad Davis
b9302029ab Update net-mgmt/collectd5 to 5.5.2
PR:		211613
Submitted by:	brd
Approved by:	ports-secteam (feld)
Security:	6da45e38-5b55-11e6-8859-000c292ee6b8
2016-08-08 15:50:17 +00:00
Emanuel Haupt
ea9aa57517 Pacify portlint and stage-qa. 2016-08-08 14:41:55 +00:00
Steven Kreuzer
ba618d082d Update to version 0.8.8h
Reported by:	Robert Blayzor <rblayzor@inoc.net>
2016-08-07 20:52:34 +00:00
John Marino
f9d382a067 net-mgmt/yaf: Fix dependency on libpcap
The WITH_DAG knob implies that the ports version of libpcap is desired
for yaf, not the base version as it is currently configured.  Fix the
dependency specification accordingly.

PR:	211578
2016-08-06 00:09:48 +00:00
Muhammad Moinur Rahman
3b410b7a00 net-mgmt/ndoutils: Update version 2.0.0=>2.1.0
- Convert to USES
- Mark JOBS safe
- Convert to OPTIONSNG
- Make patches makepatch compatible
2016-08-05 16:26:17 +00:00
Lars Engels
47f0bc30ec Add a slave port of net-mgmt/pnp for use with net-mgmt/icinga2 and net-mgmt/icingaweb2
Suggested by:  mr
2016-08-05 16:20:14 +00:00
Palle Girgensohn
4322ab4ab6 Update to beta3
Clean up telegraf.conf [1]

PR:	210622 [1]
2016-08-05 14:15:46 +00:00
John Marino
4dc0ad0d96 net-mgmt/icinga2: Fix LIB_DEPENDS with USES=execinfo
The unconditional specification of libexecinfo.so is redundant on most
plaforms that have libexecinfo.so in base.  The helper USES=execinfo
was created just to avoid this issue, so convert port to that.

Approved by:	just-fix-it
2016-08-04 16:41:53 +00:00
John Marino
ee4b91558f net-mgmt/netams: reset maintainer, expire, make less broken
First, the port already has 3 maintainer timeouts going back years, so
go ahead and reset maintainership.

Second, it's broken on FreeBSD 10 and newer.

Third, the options were broken (e.g. USES defined after <options>,
<pre> and <post> also used with options.  I tweaked this some (untested)

Fourth: The pcap specification is ambiguous.  (I removed it). [1]

The entire port is in really bad shape so set it for removal in
two weeks.

PR:	211578 [1]
2016-08-04 14:18:33 +00:00
Kurt Jaeger
9c26236a31 net-mgmt/cdpsnarf: remove unneeded LIB_DEPEND pcap
PR:		206841
Reported by:	marino
2016-08-04 06:16:18 +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
Mathieu Arnold
d462f7ed56 Update to 2.1.2.
Reported by:	portscout
Sponsored by:	Absolight
2016-08-03 14:21:35 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Kurt Jaeger
5b6bb4cb34 net-mgmt/nagvis: fix Makefile comment
PR:		202151
Reported by:	mat
2016-07-31 10:23:21 +00:00
Kurt Jaeger
9a384ae5b5 net-mgmt/nagvis: fix plist
PR:		202151
Submitted by:	ohauer
2016-07-30 11:41:42 +00:00
Kurt Jaeger
c8fde70720 net-mgmt/nagvis: 1.7.2 -> 1.8.5
- For changes see the links to all changelogs on
  http://www.nagvis.org/

PR:		202151
Submitted by:	w.schwarzenfeld@utanet.at
Reported by:	peo@bsdlabs.com
Approved by:	derfi@vei.ru (maintainer timeout)
2016-07-30 11:21:42 +00:00
Muhammad Moinur Rahman
d133e87825 net-mgmt/librenms: Update version 201605=>201607 2016-07-27 20:42:46 +00:00
Pawel Pekala
3a6c922e4d - Update to version 0.26 [1]
- Fix capitalization in pkg-descr

PR:		210925 [1]
Submitted by:	maintainer [1]
2016-07-27 17:24:39 +00:00
Kurt Jaeger
aa29f94d8e net-mgmt/seafile: 5.1.3 -> 5.1.4
- Added py-urllib3 to runtime depends
- Added upgrading reminder in pkg-message.in

- [fix] Fix seaf-fsck.sh --export fails without database
- [fix] Fix users with Umlauts in their display name breaks group
  management and api2/account/info on some special Linux distribution
- Remove user from groups when a user is deleted.
- [fix] Fix can't generate shared link for read-only shared library
- [fix] Fix can still view file history after library history is
  set to "no history".
- [fix] Fix after moving or deleting multiple selected items in the
  webinterface, the buttons are lost until reloading
- Check user before start seafile. The user must be the owner of
  seafile-data directory
- Don't allow emails with very special characters that may containing
  XSS string to register
- [fix] During downloading multiple files/folders, show "Total size
  exceeds limits" instead of "internal server error" when selected
  items exceeds limits.
- [fix] When delete a share, only check whether the be-shared user
  exist or not. This is to avoid the situation that share to a user
  can't be deleted after the user be deleted.
- Add a notificition to a user if he/she is added to a group
- Improve UI for password change page when forcing password change
  after admin reset a user's password
- [fix] Fix duplicated files show in Firefox if the folder name
  contains single quote '

PR:		211340
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-07-24 19:15:29 +00:00
Kurt Jaeger
2ce2542b05 net-mgmt/ccnet: 5.1.3 -> 5.1.4
- remove user_name param for remove_group api

PR:		211339
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-07-24 19:12:34 +00:00