Commit graph

6037 commits

Author SHA1 Message Date
Matthew Seaman
a53f6ef795 Update to 2.22
- use OPTIONS_TARGETS

ChangeLog: https://mail.endcrypt.com/pipermail/check_postgres-announce/2015-July/000035.html
2016-01-12 07:48:30 +00:00
Olli Hauer
3c7cd574b3 - write new rc script [1]
- install config with @sample macro
- bump PORTREVISION

MFH:		2016Q1
2016-01-11 19:36:32 +00:00
Antoine Brodin
787c7740c5 Unbreak 2016-01-10 16:56:46 +00:00
Baptiste Daroussin
af90420500 Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird 2016-01-10 16:31:33 +00:00
Martin Wilke
1aa7e85779 PyZabbix is a Python module for working with the Zabbix API.
https://github.com/lukecyca/pyzabbix

PR:		205921
Submitted by:	Fotis Zabaras <fotis@zabaras.eu>
2016-01-10 10:47:50 +00:00
Lars Engels
e800171b67 Update to 2.1.2 2016-01-09 23:06:10 +00:00
Martin Wilke
64d4814f6e - Add NO_ARCH
- Use do-test
2016-01-07 11:16:14 +00:00
Lars Engels
1ef5293676 - Update to 2.1.1
- Add NLS option
2016-01-06 20:56:10 +00:00
Lars Engels
c51fc501e8 Update to 2.4.1 2016-01-06 20:54:14 +00:00
Antoine Brodin
922f268a16 Update to 2.8.0
PR:		205611
Approved by:	maintainer
2016-01-06 17:59:39 +00:00
Jason Unovitch
eabf81ef76 net-mgmt/cacti: add patch for SQL injection in the graphs.php page
PR:		205920
Submitted by:	rakuco
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Obtained from:	http://svn.cacti.net/viewvc?view=rev&revision=7767
Security:	CVE-2015-8369
Security:	https://vuxml.FreeBSD.org/freebsd/bb961ff3-b3a4-11e5-8255-5453ed2e2b49.html
MFH:		2016Q1
2016-01-06 01:33:23 +00:00
Dmitry Marakasov
8f009734bb - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2016-01-05 10:11:55 +00:00
Rene Ladan
5445d9b64a Remove expired ports:
2016-01-01 multimedia/spotify-websocket-api: login fails due to protocol changes
2016-01-01 net-mgmt/unifi2: Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3
2016-01-01 misc/kde4-l10n-th: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-tg: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-si: Upstream ceased maintainance of this translation
2016-01-01 19:11:59 +00:00
Mark Felder
789e4532b2 net-mgmt/nfsen: port cleanup
- Add NO_ARCH
- Sort plist
- Switch to @sample
- Drop @dirrms from plist, switch to @dir where needed

This is a no-op update to the port.

PR:		205572
2015-12-31 15:29:22 +00:00
Dmitry Marakasov
c303a14628 - Add LICENSE
- Switch to USES=tar
- Switch to options helpers
- Simplify installation
- Simplify pkg-message handling
2015-12-31 01:17:13 +00:00
Dmitry Marakasov
d6cd6e0564 - Add LICENSE_FILE
- Switch to USES=tar
- Switch to options helpers
- Add WWW
2015-12-31 01:16:31 +00:00
Pawel Pekala
b1d1b30824 - Switch to our framework's USES=execinfo
- Use EXECINFO_CPPFLAGS and EXECINFO_LDFLAGS to fix detection of
  libexecinfo on FreeBSD 9.x
- Mark frontend ports as NO_ARCH

PR:		205740
Submitted by:	myself
Approved by:	maintainer
2015-12-30 22:48:15 +00:00
Dmitry Marakasov
fcddd83a1a - Switch to options helpers 2015-12-30 16:20:18 +00:00
Dmitry Marakasov
222b19bb54 - Clarify LICENSE
- Add NO_ARCH
- Switch to options helpers
2015-12-30 16:20:12 +00:00
Alex Kozlov
1a638f333a - Rename nonstandard src directory to files
- Modernize ports
2015-12-30 14:07:42 +00:00
Dmitry Marakasov
66a991c27a - Add LICENSE
- Switch to options helpers
2015-12-30 01:42:37 +00:00
Dmitry Marakasov
1d0f7c48f8 - Add LICENSE
- Switch to options helpers
2015-12-30 01:42:32 +00:00
Dmitry Marakasov
d45974e0fe - Add LICENSE_FILE
- Switch to options helpers
2015-12-30 01:42:28 +00:00
Jason Unovitch
0563d9264f net-mgmt/collectd5: finish option helpers conversion
- Switch PERL and PYTHON options over and drop the bsd.port.options.mk
  include following r404759's update to bsd.options.mk

PR:		204220
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2015-12-29 18:48:03 +00:00
Dmitry Marakasov
0c9fe0f218 - Clarify LICENSE, add LICENSE_FILE
- Add NO_ARCH
- Handle empty dirs and permissions in plist properly

PR:		205573
Submitted by:	amdmi3
Approved by:	corsmith@gmail.com (maintainer)
2015-12-29 10:19:55 +00:00
Martin Wilke
96ada5602f - Update to 2.2.11
PR:		205664
Submitted by:	maintainer
2015-12-28 16:10:51 +00:00
Mathieu Arnold
ed8cbbff3e Fix build as a user.
Bump PORTREVISION because I think the package changed a bit.

Sponsored by:	Absolight
2015-12-18 16:47:05 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Emanuel Haupt
7449cabeb7 Update to 1.1.3 2015-12-09 13:18:39 +00:00
Martin Wilke
0d9b97c607 - Update to 2.033004
PR:		204753
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4341
2015-12-08 18:06:08 +00:00
Mark Felder
ccbb070b2b net-mgmt/xymon-client: Update to 4.3.24 2015-12-08 16:14:10 +00:00
Mathieu Arnold
faaac0db42 Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:05:15 +00:00
Antoine Brodin
0e8c3bf1b3 Update giflib to 5.1.1
PR:		204492
2015-12-03 20:01:03 +00:00
Mark Felder
79621d6d27 net-mgmt/unifi2: EoL, mark DEPRECATED
Users should really upgrade to Unifi 3.x or 4.x.
2015-12-03 17:46:36 +00:00
Bartek Rutkowski
4513b835d0 net-mgmt/pktstat: update to 1.8.5 commit 46935839b
- Adds lo0 support

PR:		202366
Submitted by:	Martin Kulas <freebsd@sosend.de> (maintainer)
2015-11-30 18:07:33 +00:00
Bartek Rutkowski
4cc04369ea net-mgmt/zabbix2-server: update 2.0.14 -> 2.0.16
- Update maintainer's address

PR:		204780
Submitted by:	Pakhom Golynga <pakhom706@gmail.com> (maintainer)
2015-11-28 18:27:14 +00:00
Veniamin Gvozdikov
564b184631 - Fix bug with SSL 2015-11-26 16:15:55 +00:00
Mark Felder
3caf0ad9bb net-mgmt/xymon-server: Remove httpresult patch
Upstream has confirmed they do not intend to revert the change to the
httpresult categorization which resulted in 301 Permanent redirects
being classfied as Yellow (warning) instead of Green (ok)

The logic is that a 301 redirect is a permanent redirect and you should
not be monitoring it but the actual content it is redirecting to.

The old behavior existed for many years, but is considered faulty
logic. If you have "yellow" surprises on your dashboard, please fix your
monitoring targets. I do not wish to divert FreeBSD's Xymon behavior
from upstream's intentions.
2015-11-25 17:37:37 +00:00
Lars Engels
b9cd087bda Fix build on 9.x
PR:		204723
Submitted by:	Markus Mann <freebsd-public@it64.de>
2015-11-24 21:14:38 +00:00
Mark Felder
0bd8c2520f net-mgmt/xymon-server: Update to 4.3.24
Also ensure 301 redirects are conisidered "GREEN". This has been
reported upstream.
2015-11-24 16:07:28 +00:00
Kurt Jaeger
c6ddcef641 net-mgmt/pandorafms_*: 5.1SP2 -> 6.0
Changes:
  http://blog.pandorafms.org/pandora-fms-6-0-is-finally-here/

PR:		204520
Submitted by:	Kikuchi Koichiro <koichiro@rworks.jp> (maintainer)
2015-11-24 06:13:51 +00:00
Mark Felder
debf6027aa net-mgmt/xymon-server: Patch to fix HTTP monitoring
In 4.2.23 the HTTP status codes were reworked, but a comparison mistake
caused the "catch-all" for non-standard status codes was incorrect. The
result is that some valid HTTP status codes may cause Xymon to report
RED when they should have reported YELLOW or GREEN.
2015-11-23 19:52:04 +00:00
Raphael Kubo da Costa
a48a7f6b5e Update to 2.4.7 and change maintainer's email address.
PR:		204630
Submitted by:	pakhom@pakhom.spb.ru (maintainer)
2015-11-21 20:02:46 +00:00
Sunpoet Po-Chuan Hsieh
3f5e45025d - Add NO_ARCH
- Convert to new options helper

Approved by:	portmgr (blanket)
2015-11-21 02:10:00 +00:00
Sunpoet Po-Chuan Hsieh
337ec4d172 - Update to 3.1.0
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2015-11-20 09:12:44 +00:00
Ruslan Makhmatkhanov
f637b43fec devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH

PR:		204567
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mhjacks@swbell.net (maintainer of devel/py-asn1)
2015-11-18 21:41:48 +00:00
Ruslan Makhmatkhanov
980656d730 Add py-pysmi 0.0.6, SNMP/SMI MIB parsing in Python.
PR:		204572
Submitted by:	John W. O'Brien <john@saltant.com>
2015-11-18 20:28:03 +00:00
Philippe Audeoud
64d559c863 - Update to 3.30 2015-11-18 10:34:36 +00:00
Lars Engels
9d3fdde10f - Remove the unneeded .sample files in $DATADIR/itl. The .conf files there
should never be touched by a user.
- Add a pkg-message with a notice on major upgrades
- Bump PORTREVISION
2015-11-17 21:22:08 +00:00
Jason Unovitch
27d162df96 net-mgmt/collectd5: fix typo and add patch for Varnish 4.1 compatability
- Fix copy/paste typo in XML_LIB_DEPENDS [1]
- Add patch for building with varnish4-4.1 and drop VARNISH_BROKEN [2]
- Bump PORTREVISION for package change with XML_LIB_DEPENDS option

PR:		204608 [1]
PR:		204583 [2]
Reported by:	rhavenn@rhavenn.net [1]
Submitted by:	feld [2]
Obtained from:	https://github.com/mfournier/collectd [2]
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2015-11-17 00:57:09 +00:00
Lars Engels
15beb77d3e - Add a dependency on libedit [1]
- Add procname variable to the rc script it knows about the running process [2]
- Bump PORTREVISION

Noticed by:	ohauer [1], Oliver Brandmueller <ob@e-Gitt.NET> [2]
2015-11-16 20:12:32 +00:00
Mathieu Arnold
1637579b2c Fix building WITH=MONGODB
Installing mongo-c-driver-1.1.9...
Extracting mongo-c-driver-1.1.9: .......... done
===>   collectd5-5.5.0_3 depends on shared library: libmongoc.so - not found
*** Error code 1

Sponsored by:	Absolight
2015-11-16 16:20:42 +00:00
Lars Engels
0ab56ec437 - Update to 2.1.0
- Fix typo in pkg-message
2015-11-16 15:47:47 +00:00
Lars Engels
7f7ac386a4 - Update to 2.4.0 2015-11-16 15:28:14 +00:00
Jason Unovitch
29a5416063 net-mgmt/collectd5: partially convert to option helpers [1]
- Add explicit CURL_JSON and CURL_XML options.  Previously these options
  would be automatically enabled when CURL and JSON or CURL and XML were
  selected together.  Change them to an _IMPLIES variable as an explicit
  option
- Convert all options except PERL and PYTHON, for the time being, to the
  new framework.  The option helper variant is not expanding ${PYTHON_CMD}
  and is currently passing it as "--with-python= " which fails to build.
- No PORTREVISION change given no change to package
- While here, tag VARNISH as BROKEN, fails to compile with varnish4-4.1 [2]

PR:		204220 [1]
PR:		204583 [2]
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer) [1]
2015-11-16 03:50:24 +00:00
Mark Felder
2eb868517e net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.23
Changelog:	http://sourceforge.net/p/xymon/news/2015/11/xymon-4323-released/
2015-11-13 15:54:46 +00:00
John Marino
432bfc91a5 net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DF 2015-11-12 23:40:45 +00:00
Sunpoet Po-Chuan Hsieh
a632447c77 - Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
2015-11-12 21:39:26 +00:00
Antoine Brodin
c905c203db Allow building with giflib 5.1
PR:		204492
2015-11-12 18:35:53 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Mark Felder
3937761915 net-mgmt/xymon-server net-mgmt/xymon-client: Update to 4.3.22
Changelog:	http://sourceforge.net/p/xymon/news/2015/11/xymon-4322-released/
2015-11-06 19:43:42 +00:00
Mark Felder
59841b294c net-mgmt/unifi4: update to 4.7.6
Changelog:	http://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-4-7-6-hotfix-release/ba-p/1390700
2015-11-06 00:03:25 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Sunpoet Po-Chuan Hsieh
11f73902ab - Update to 3.0.1
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2015-11-04 20:11:11 +00:00
Rene Ladan
5e1001eeb3 Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
2015-11-01 16:02:28 +00:00
Baptiste Daroussin
7c1b4544c3 Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
2015-10-30 22:43:16 +00:00
Philippe Audeoud
4dcf801a7e - Update to 3.29 2015-10-30 13:53:48 +00:00
Jason Unovitch
e7526c05ad net-mgmt/ccnet: pass MAINTAINER to submitter
Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204102
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
2015-10-29 02:44:29 +00:00
Jason Unovitch
2aa0a82f80 net-mgmt/seafile: pass MAINTAINER to submitter
Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204103
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
2015-10-29 02:41:33 +00:00
Jason Unovitch
7e447c5187 net-mgmt/seafile-gui: pass MAINTAINER to submitter
Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204104
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
2015-10-29 02:40:35 +00:00
Jason Unovitch
d659d4761b net-mgmt/netmagis-*: update 2.3.0 -> 2.3.2
- Update PORTVERSION and distinfo for 2.3.2
- Drop PORTREVISION on netmagis-metro slave port
- Revise NO_ARCH handling, rely on setting it in netmagis-common if not
  already defined then set it to blank in netmagis-topo and netmagis-www
  where architecture specific files are packaged
- Strip binaries for netmagis-www

PR:		202709
Submitted by:	Pierre David <pdagog@gmail.com> (maintainer)
2015-10-29 01:34:21 +00:00
Kurt Jaeger
680f85adfe New port: net-mgmt/klg
klg is a looking glass written in PHP that can access and report
back routing information from Cisco, Juniper and Zebra/Quagga
routers. It can also lookup AS numbers to names via WHOIS interfaces,
and supports friendly BGP community names via MySQL database.

WWW: http://sourceforge.net/projects/klg

PR:		204020
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
2015-10-28 18:38:28 +00:00
Sunpoet Po-Chuan Hsieh
ce6bb0a472 - Add LICENSE_FILE 2015-10-27 15:53:02 +00:00
Sunpoet Po-Chuan Hsieh
0f3e6d516d - Update to 3.0.0
- Fix LICENSE and add LICENSE_FILE
- Reformat pkg-descr

Changes:	https://github.com/rfinnie/2ping/commits/master
2015-10-27 15:50:15 +00:00
Mathieu Arnold
a8f46e4714 Update to 0.7.19.
Fixes a buffer overflow allowing arbitrary code execution.

PR:		204044
Submitted by:	maintainer
MFH:		2015Q4
Security:	2a4a112a-7c1b-11e5-bd77-0800275369e2
Sponsored by:	Absolight
2015-10-27 13:44:12 +00:00
Lars Engels
5aab2164d0 Update to 2.3.11 2015-10-26 21:30:44 +00:00
Dmitry Marakasov
973e5cd9cd - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2015-10-22 10:31:00 +00:00
Kurt Jaeger
7c6b7ed2ce New port: net-mgmt/check_ipmi_sensor
Nagios/Icinga plugin to check IPMI sensors

WWW: https://github.com/thomas-krenn/check_ipmi_sensor_v3

PR:		170652
Submitted by:	sergey_zaikov@rambler.ru
2015-10-20 20:21:39 +00:00
Lars Engels
c76fdc3272 - Don't strip binaries when WITH_DEBUG is set
- Bump PORTREVISION

Suggested by:	jbeich
2015-10-20 19:27:03 +00:00
Muhammad Moinur Rahman
f7219dc0a5 net-mgmt/librenms: Update version 201509=>201510 2015-10-19 18:44:41 +00:00
Lars Engels
a5cf2d2bfc - Update to 1.2-rc2
- Add new PCRE option for use with wesside
- Enable SQLite and PCRE by default
- Use upstream's strip make target instead of stripping manually
- Cleanup Makefile
2015-10-19 18:05:47 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Ryan Steinmetz
1d65b6dfed - Add newsyslog rotation configuration for /var/log/snmpd.log
- Bump PORTREVISION

Submitted by:	Jan Joris Vereijken <janjoris@acm.org>
2015-10-18 23:34:54 +00:00
Rene Ladan
60158b6203 Remove expired port:
2015-10-14 net-mgmt/bsnmptools: client tools (including SNMPv3 support) are part of the base system
2015-10-16 19:32:02 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Frederic Culot
1d0b9d3e31 - Reassign lippe@'s ports after his commit bit was taken in for safekeeping 2015-10-14 11:04:10 +00:00
Ryan Steinmetz
add0fecbc8 - Fix two memory leaks (reported in upstream bug #2674)
- Bump PORTREVISION

Submitted by:	Laurent GOUHIER <lg@efficientip.com>
Obtained from:	valgrind
2015-10-13 12:18:17 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Jason Unovitch
fc116369c1 net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITES
PR:		203621
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
2015-10-10 13:44:11 +00:00
Jason Unovitch
9fc5b3a779 net-mgmt/lldpd: update 0.7.16 -> 0.7.18
- Add additional information to README on -I interface flag usage
- Change formatting of pkg-message

Changes:	https://github.com/vincentbernat/lldpd/compare/0.7.16...0.7.18

PR:		203621
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
2015-10-09 20:02:04 +00:00
Lars Engels
ed4a18cca8 - Fix plist (I forgot to commit the plist change in the last commit)
- Bump PORTREVISION

Noticed by:	ohauer
2015-10-08 20:05:22 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Lars Engels
e12f772942 - Move SQL setup scripts from DATADIR to WWWDIR/etc, so the web setup wizard can find it
- Mention the SQL setup scripts in pkg-message for use in a manual configuration
- Bump PORTREVISION
2015-10-08 14:07:20 +00:00
Mathieu Arnold
3d33d2955a Fix a regression where plugins would segfault if the monitored tcp port
is closed.

PR:		203572
Submitted by:	johan stromnet se
Obtained from:	a18f60cc61
MFH:		2015Q4
Sponsored by:	Absolight
2015-10-08 12:14:37 +00:00
Dmitry Marakasov
0417e5faa8 - Fix staging from non-root
- Add NO_ARCH

Approved by:	portmgr blanket
2015-10-07 04:02:20 +00:00
Lars Engels
5b45e17667 Add new port net-mgmt/icingaweb2
Icinga Web 2 is the next generation open source monitoring web interface,
framework and command-line interface developed by the Icinga Project,
supporting Icinga 2, Icinga Core and any other monitoring backend compatible
with the Livestatus Protocol.

WWW: https://github.com/Icinga/icingaweb2
2015-10-05 18:32:09 +00:00
Steven Kreuzer
f038edf126 Update to 0.8.8f 2015-10-01 22:30:32 +00:00
Sunpoet Po-Chuan Hsieh
6cda989732 - Add NO_ARCH
- Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries
2015-10-01 15:55:33 +00:00
Dmitry Marakasov
27b549417d - Improve the fix once more to build on both FreeBSD and DragonFly and not require an .if
Tested by:	marino
Approved by:	portmgr blanket
2015-10-01 15:48:09 +00:00
John Marino
f63908c538 net-mgmt/wifimgr: Partially revert last to restore build on DF
The previous commit cleaned up a bit too much.  The MAKE_ENV was
guarded as FreeBSD-only and that guard was stripped out with the
cleanup.  Return the guard back but without the now-unncessary
OPSYS check.  This restores the build on DragonFly.
2015-10-01 14:08:47 +00:00
Dmitry Marakasov
205dc98683 - Fix build from non-root, move perm handling to plist
Approved by:	portmgr blanket
2015-09-30 19:11:45 +00:00
Mark Felder
65ff49dba6 net-mgmt/unifi4: Update to 4.7.5
Changelog:	http://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-4-7-5-is-released/ba-p/1357245
2015-09-29 19:59:05 +00:00
Jason Helfman
4d316806e9 - over to novel@ 2015-09-29 18:26:08 +00:00
Ryan Steinmetz
6472ce6df1 - Honor WITHOUT_SSP
PR:		203369
Submitted by:	Kenneth Salerno <kennethsalerno@yahoo.com>
2015-09-26 14:21:39 +00:00
Dmitry Marakasov
ff3d638366 - Drop 8.x support
- Add LICENSE
- Switch to options helpers
- Simplify plist

Approved by:	portmgr blanket
2015-09-24 21:20:23 +00:00
Bartek Rutkowski
6de0d3925b net-mgmt/zabbix22-server: update 2.2.9 -> 2.2.10
- Update slave ports: zabbix22-agent, zabbix22-proxy
- Update maintainer address to pakhom@pakhom.spb.ru

PR:		202243
Submitted by:	Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
2015-09-24 15:46:46 +00:00
Ryan Steinmetz
2323174b38 - Fix missing bracket
- Bump PORTREVISION

PR:		202930
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
2015-09-24 03:54:43 +00:00
Bartek Rutkowski
9379b01afa net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6
- Update all slave ports: zabbix24-agent, zabbix24-frontend, zabbix24-proxy
- Update maintainer address to pakhom@pakhom.spb.ru

PR:		202241
Submitted by:	Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
2015-09-23 13:37:05 +00:00
Dmitry Marakasov
0be46d849d - Drop 8.x support
- Switch to options helpers

Approved by:	portmgr blanket
2015-09-22 19:59:54 +00:00
Jimmy Olgeni
41a7072cfb Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
Sunpoet Po-Chuan Hsieh
745dfc6844 - Add NO_ARCH 2015-09-20 20:16:33 +00:00
Sunpoet Po-Chuan Hsieh
150452470d - Add NO_ARCH 2015-09-20 20:16:29 +00:00
Sunpoet Po-Chuan Hsieh
061db448a0 - Add NO_ARCH 2015-09-20 20:16:24 +00:00
Sunpoet Po-Chuan Hsieh
18ef0de1ba - Add NO_ARCH 2015-09-20 20:16:16 +00:00
Sunpoet Po-Chuan Hsieh
5a749ef0c8 - Add NO_ARCH 2015-09-20 20:16:05 +00:00
Sunpoet Po-Chuan Hsieh
8f3297dc7f - Add NO_ARCH 2015-09-20 20:15:55 +00:00
Mark Felder
c3e102a577 Add NO_ARCH 2015-09-19 14:37:35 +00:00
Mark Felder
7cacfc9538 Add patch to fix http monitoring
401 and 403 errors were mistakenly hardcoded to return "green" status

I'm working with upstream on cleaning up these checks. I expect to see
an improvement in 4.3.22.
2015-09-18 16:05:45 +00:00
Muhammad Moinur Rahman
d85a259c0c net-mgmt/librenms: Update version 201506=>201509 [1]
- Correct the path of fping [1]
- Make proper use of OPTIONSNG

PR:		202938 [1]
Submitted by:	dvl [1]
Differential Revision:	https://reviews.freebsd.org/D3578 [1]
2015-09-15 08:52:04 +00:00
Dmitry Marakasov
dd7be453cc - Move owner handling to plist, fixing build from non-root
- Unsilence install commands
- Drop @dirrm* from plist
- Switch to options helpers
- Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr blanket
2015-09-14 17:16:57 +00:00
Dmitry Marakasov
3f15fc9f8d - Mark DEPRECATED and set EXPIRATION_DATE: this port is marked IGNORE on all supported FreeBSD versions
Approved by:	portmgr blanket
2015-09-14 16:31:53 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Lars Engels
59d8592164 - Drop "#if __FreeBSD_version > 700018" from src/osdep/freebsd.c (since this file doesn't have <sys/param.h> included, this version was used everywhere).
- Remove pkg-message (says about addition of virtual access points (VAP) in FreeBSD 8).
- Switch to options helpers.
- Add CFLAGS=-I${LOCALBASE}/include for sqlite.h.
- Sort USES.
- Regenerate patches with "make makepatch".
- Bump PORTREVISION.

PR:		202952
Submitted by:	Andriy Voskoboinyk (s3erios@gmail.com)
2015-09-13 14:31:54 +00:00
Dmitry Marakasov
29d5fde25b - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-11 17:46:18 +00:00
Lars Engels
b68e14dc20 - Update to 2.3.10
- Re-enable start_precmd in the rc script, creating needed directories in /var
2015-09-11 04:59:14 +00:00
Jason Unovitch
609c5adcf1 net-mgmt/collectd5: add support for write_kafka plugin
While here, also sort OPTIONS_GROUP_OUTPUT and two DESC items

PR:		202487
Submitted by:	xoan333@yahoo.com
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer), feld (mentor)
2015-09-11 03:32:13 +00:00
Jason Unovitch
135a5ed625 net-mgmt/collectd: Mark as deprecated. Collectd 4 is no longer developed.
PR:		202543
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
Approved by:	feld (mentor)
2015-09-11 03:29:52 +00:00
Ryan Steinmetz
dec73d3958 - Merge in fix for upsteam bug #2647
- Bump PORTREVISION
2015-09-09 19:36:49 +00:00
Mathieu Arnold
36934a8797 Fix check_file_age.
PR:		202973
Sponsored by:	Absolight
2015-09-08 21:20:32 +00:00
Hiroki Sato
2adb529344 - Do not override CFLAGS.
- Fix warnings.
- Add WWW: line to pkg-descr.
- Take maintainership.
2015-09-07 18:43:02 +00:00
Sunpoet Po-Chuan Hsieh
e66617b709 - Add NO_ARCH 2015-09-07 17:51:10 +00:00
Kurt Jaeger
91d4fbbbf6 net-mgmt/check_mysql_health: 2.1.5.1 -> 2.2.1
Changes: see
  https://labs.consol.de/de/nagios/check_mysql_health/
  The changelog is in english, but the english page (/en/) is not up2date

- 2.2.1 - 2015-08-18
  fix the autoconf m4, so the debian-builds don't fail (thanks Jan Wagner)
- 2.2 - 2015-04-23
  add rfc3986-encoded passwords
- 2.1.9.2 2014-12-22
  bugfix in InnoDB initialization & versions > 5.6.1 (Thanks Jorg Veit)
- 2.1.9.1 2014-06-12
  add connections_aborted, open_files to the pnp template
  (Thanks Simon Meggle)
- 2.1.9 2014-06-12
  bugfix in pnp template (Thanks Simon Meggle)
  bugfix in qcache calculation (Thanks lermit)
- 2.1.8.4 2014-04-01
  implement -negate old_level=new_level
  allow floating point numbers in thresholds
- 2.1.8.3 2012-10-15
  output also ok-messages for my-modes
- 2.1.8.2 2012-08-08
  bugfix in querycache-hitrate (div by 0 after db restart).
  (Thanks Gianluca Varisco)
- 2.1.8.1 2012-01-21
  bugfix in timeout-alarm handling under windows
  fix warnings for newest perl versions
- 2.1.8 2011-09-29
  new parameters -mycnf and -mycnfgroup
  single ticks around the -name argument under Windows CMD will be
  removed automatically
- 2.1.7 2011-08-23
  innodb modes now detect problems with the innodb engine
- 2.1.6 2011-08-12
  fix a bug with statefilesdir and capital letters
  add -labelformat so that groundwork no longer complains
  (max label length is 19 characters)
- 2.1.5.2 2011-06-03
  sites in an OMD (http://omdistro.org) environment have now private
  statefile directories
2015-09-05 14:40:42 +00:00
Alexey Dokuchaev
0f839cd669 Unbreak the build on Tier-2 architectures.
Tested on:	flame (sparc64), pluto (ia64), local Mac mini G4 (powerpc)
2015-09-05 14:35:21 +00:00
Mathieu Arnold
e656d9b1af Fix build with the two latest lang/perl5-devel.
Approved by:	zi
Sponsored by:	Absolight
2015-09-03 23:18:09 +00:00
Mathieu Arnold
c547824e95 Fix check_mailq.
Noticed by:	ohauer
Sponsored by:	Absolight
2015-09-03 23:18:02 +00:00
Mathieu Arnold
dffee50e80 Update to 2.1.1
Sponsored by:	Absolight
2015-09-03 08:50:29 +00:00
Babak Farrokhi
34a8e0391e - Fix build on i386
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D3543
2015-09-02 04:22:41 +00:00
Dmitry Marakasov
506ce6e01d - Add NO_ARCH
- Switch to @sample

Approved by:	portmgr blanket
2015-09-02 00:08:45 +00:00
Guido Falsi
fa22368e17 Remove no longer valid WWW link.
Reported by:	pi@ (via email)
Approved by:	Maintainer timeout
2015-09-01 16:07:33 +00:00
Dmitry Marakasov
63bd84ad2f - Add LICENSE
- Add NO_ARCH
- Fix and unsilence install commands
- Switch to @sample

Approved by:	portmgr blanket
2015-08-31 12:10:30 +00:00
Mathieu Arnold
4863f92c62 Set default value "NO" for nagios_enable in rc script.
PR:		202556
Submitted by:	John Marshall
Sponsored by:	Absolight
2015-08-31 10:06:07 +00:00
Babak Farrokhi
17939f28a0 New Port: net-mgmt/fastnetmon 1.1.2 - high performance DoS/DDoS load analyzer
Approved by:	 mat
Differential Revision:	https://reviews.freebsd.org/D3532
2015-08-31 09:29:17 +00:00
Dmitry Marakasov
65c220fb9c - Switch to @sample
- Add NO_ARCH
2015-08-28 17:06:20 +00:00
Dmitry Marakasov
e638299edc - Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS

Approved by:	portmgr blanket
2015-08-28 13:39:56 +00:00
Dmitry Marakasov
3c87974395 - Fix shebangs
- Add NO_ARCH
- Switch to options helpers

Approved by:	portmgr blanket
2015-08-28 13:37:19 +00:00
Dmitry Marakasov
64fab816f2 - Remove 8.x-related IGNORE
- Switch to options helpers

Approved by:	portmgr blanket
2015-08-28 13:13:17 +00:00
Max Brazhnikov
78ec5e6592 - Bump PORTREVISION after libzip update 2015-08-28 10:48:41 +00:00
Lars Engels
af62cc2176 Update to 2.3.9 2015-08-27 19:39:14 +00:00
Xin LI
869a45a3fa - Add more MASTERSITE;
- Fix a bug revealed by clang 3.7 [1]
 - Give maintainership to submitter [2];

PR:		ports/202535 [1], ports/202658 [2]
Submitted by:	dim [1], Chris Hutchinson [2]
2015-08-26 00:30:36 +00:00
Dmitry Marakasov
8bec027e63 - Add LICENSE_FILE
- Switch to options helpers
2015-08-25 14:58:22 +00:00
Henrik Brix Andersen
3c624baee2 - Drop maintainership 2015-08-24 19:09:22 +00:00
Veniamin Gvozdikov
3f6507d3f5 - Update to 0.85.1.2
PR:		ports/200131
Submitted by:	mail_of_sergey@mail.ru
2015-08-23 18:37:30 +00:00
Dmitry Marakasov
5b519d3295 - Add LICENSE_FILE
- Add NO_ARCH
- Fix WWW:
2015-08-21 19:57:34 +00:00
Mathieu Arnold
85a18f316d Fixup perms on /usr/local/bin/nagios
Reported by:	Joseph Mingrone on IRC
Sponsored by:	Absolight
2015-08-21 16:10:23 +00:00
Mathieu Arnold
b346baff91 Update to 4.1.1.
Use the new options targets, and replace most of the patches with sed.

Sponsored by:	Absolight
2015-08-21 13:49:09 +00:00
Dmitry Marakasov
e5b9359ad3 - Add LICENSE 2015-08-20 16:06:38 +00:00
Erwin Lansing
820681c8ac Reset maintainer
<ssanders@taximagic.com>: host smtp15.msoutlookonline.net[64.78.47.78] said:
    550 5.1.1 <ssanders@taximagic.com>: Recipient address rejected: User
    unknown in relay recipient table (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 07:54:45 +00:00
Erwin Lansing
1d4b096967 Reset maintainer
<roar.pettersen@it.uib.no>: host rolf.uib.no[129.177.6.19] said: 550-error for
    roar.pettersen@it.uib.no : Unknown local user: 550 roar.pettersen@it.uib.no
    (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 07:45:16 +00:00
Lars Engels
f3a8f2636c - Use the correct dependencies, now that the icinga port was made a meta port
- Bump PORTREVISION

Noticed by:	antoine
2015-08-18 19:00:36 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Brad Davis
44b1b87fa8 Opps, forgot to actually add the patch file to actually give us the new disk support!
PR:		202327
Approved by:	bdrewery (mentor)
2015-08-16 08:21:20 +00:00
Brad Davis
7d8a128e43 Add native disk metrics thanks to delphij, Ruben Kerkhof
<ruben@rubenkerkhof.com>, and myself. [1]

Fix Python option when building with debug enabled python [2]

PR:		202327 [1]
PR:		201773 [2]
Submitted by:	brd [1]
Submitted by:	Suraj Ravichandran <suraj@ixsystems.com> [2]
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer), bdrewery (mentor)
2015-08-14 19:30:11 +00:00
Lars Engels
371b2344dd Add icinga-classicweb and icinga-core to the build
Noticed by:	antoine
2015-08-12 21:13:27 +00:00
Lars Engels
d1e3b64213 - Split the Icinga port into two separate ports. One for the backend, one for the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other two ports.
- Add an UPDATING entry for above changes.
- Bump PORTREVISION

Reviewed by:	bapt
2015-08-12 21:01:07 +00:00
Jason Unovitch
79827b5503 net-mgmt/lldpd: update 0.7.15 -> 0.7.16
- Explicitly set --enable-hardening configure option
- Chase upstream bash completion path change in pkg-plist

PR:		202245
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
Approved by:	pgollucci (mentor)
2015-08-12 01:45:36 +00:00
Mathieu Arnold
5a239bb7f0 Fix build with lang/perl5-devel after 16d89be.
Approved by:	zi
Obtained from:	Jarkko Hietaniemi
Sponsored by:	Absolight
2015-08-11 13:27:43 +00:00
Jason Unovitch
4752da4e1e net-mgmt/collectd5: update 5.4.2 -> 5.5.0
PR:		201514
Submitted by:	ports@bsdserwis.com (maintainer)
Approved by:	feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D3245
2015-08-11 01:48:54 +00:00
Guido Falsi
e3331edb4b Update to 0.32
PR:		202195
Submitted by:	danny at dannywarren.com
Approved by:	alexander.4mail at gmail.com (maintainer)
2015-08-10 14:43:59 +00:00
Alexey Dokuchaev
800d5ac014 Add Perl module for managing an OpenVPN process via its management port,
with custom patch that introduces new method to return active connection
status information as a hash to hashes.

Submitted by:	Zeus Panchenko <zeus@gnu.org.ua>
2015-08-10 10:51:30 +00:00
Ryan Steinmetz
bc0aa45da2 - Fix CVE-2015-5621
- Bump PORTREVISION

PR:		202099
Submitted by:	serg@tmn.ru
2015-08-10 02:15:52 +00:00
Kubilay Kocak
8a8302de60 net-mgmt/rancid: Add AF_INET6 support
Add AF_INET6 support that was left out of the previous update.

PR:		200733
Submitted by:	Nick <nick foobar org>
Approved by:	Janos Mohacsi <jmohacsi bsd hu> (maintainer)
2015-08-05 13:41:27 +00:00
Mathieu Arnold
284038d67d Remove unneeded MASTER_SITES=GH entries.
Sponsored by:	Absolight
2015-08-04 14:26:48 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Dmitry Marakasov
03ac30449e - Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-07-31 19:33:22 +00:00
Dmitry Marakasov
f3534bdca0 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-30 14:22:00 +00:00
Dmitry Marakasov
0e93a7f633 - Drop @dirrm* from plist
- Add NO_ARCH

Approved by:	portmgr blanket
2015-07-28 23:27:38 +00:00
Mathieu Arnold
5eb034f196 This should not have ended up in the last commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-07-28 07:47:28 +00:00
Mathieu Arnold
44244da4f7 update to 0.2.10.
PR:		201756
Submitted by:	Dave Cottlehuber
Approved by:	maintainer
Sponsored by:	Absolight
2015-07-28 07:44:59 +00:00
Marcelo Araujo
1e675098f6 - Add an rc.d script to be able to start seafile.
- Bump PORTREVISION.

Differential Revision:	D3210
Reviewed by:		koobs, bapt
Sponsored by:		gandi.net
2015-07-28 03:59:34 +00:00
Dmitry Marakasov
0f8c039dac - Fix build on pre-10.x by enforcing OpenSSL from ports
PR:		199265
Approved by:	portmgr blanket
2015-07-27 20:10:06 +00:00
Veniamin Gvozdikov
3a2c94d30a - Update to 1.2 2015-07-27 17:52:19 +00:00
Jason Helfman
0e8627428a - update spice-protocol to 0.12.7, and bump dep. 2015-07-27 15:02:47 +00:00
Lars Engels
7b4a8a0a64 - Update to 1.13.3
- Remove no longer needed patches or convert them to use ${REINPLACE_CMD}
- Without the patches autoconf is obsolete
- Install Apache 2.x sample config to apache2 subdir
- Do some more s/Linux/${OPSYS}/ in the sample config files
- Set mode for the CGIs in plist

Committed from:	Essen FreeBSD Hackathon
2015-07-25 15:39:09 +00:00
Florian Smeets
b40b2c1f3b Update to 3.7.1.1
Committed from:	Essen FreeBSD Hackathon
2015-07-25 14:31:41 +00:00
Lars Engels
05ef58cd20 Update to 2.3.8
Changelog: https://github.com/Icinga/icinga2/blob/v2.3.8/ChangeLog

Committed from:	Essen FreeBSD Hackathon
MFH:		2015Q3
2015-07-24 22:20:08 +00:00
Veniamin Gvozdikov
ba6d650ab9 - Update to 1.1 2015-07-24 07:25:16 +00:00
Dan Langille
e176f9559a Allow check_smartmon to work with da* devices
PR:          ports/201767
Approved by: Krzysztof (maintainer), X (mat)
2015-07-23 15:59:13 +00:00
Mark Felder
0aa9a23f0d Upstream re-rolled distfile.
Bump PORTREVISION to address it.

PR:		201702
MFH:		2015Q3
2015-07-22 02:51:49 +00:00
Mark Felder
681dfef534 Update to 0.8.8f to resolve security and bug issues
PR:		201702
Security:	CVE-2015-4634
Security:	0bfda05f-2e6f-11e5-a4a5-002590263bf5
2015-07-20 14:45:44 +00:00
Baptiste Daroussin
4e2de50b4d Enforce libarchive from ports 2015-07-19 14:37:20 +00:00
Baptiste Daroussin
fd59c2db42 Remove useless entry in LIB_DEPENDS (handled by USE_OPENSSL already)
Reported by:	kwm
2015-07-19 12:37:17 +00:00
Renato Botelho
ea8a2007b9 Update to 20150613
Note this version uses pcap instead of bpf

Sponsored by:	Netgate
2015-07-19 12:00:16 +00:00
Baptiste Daroussin
ec63f5f84c Respect USE_OPENSSL
Prevent the build system from using pkg-config to lookup for openssl
Enforce passing the variables expected (only libcrypto os used)

PR:		199265
Reported by:	ports@stdrand.com
2015-07-19 11:52:30 +00:00
Baptiste Daroussin
f842465fdf Properly respect OPENSSL_PORT (while here use libarchive from base)
PR:		199265
Reported by:	ports@stdrand.com
2015-07-19 11:35:25 +00:00
Baptiste Daroussin
378864716b Make ccnet respect USE_OPENSSL correctly without enforcing any version
PR:		199265
Reported by:	ports@stdrand.com
2015-07-19 11:28:37 +00:00
Dmitry Marakasov
61075c2f9a - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-15 18:56:49 +00:00
Dmitry Marakasov
362f692697 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-15 18:23:59 +00:00
Dmitry Marakasov
9b08a3f126 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-15 18:21:12 +00:00
Dmitry Marakasov
02b0aea51e - shabang
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-14 20:30:26 +00:00
Lars Engels
a0ae0d2df7 - Fix typo in plist [1]
- Install libdb_ido.so conditionally

Noticed by:	pi [1]
2015-07-14 20:18:10 +00:00
Lars Engels
9dabcde614 - Update to 2.3.6
- Install more config files as sample config
- Fix directory permissions under /var
- Change database backend options to GROUP, so one can de-select both [1]

PR:		201114 [1]
Submitted by:	Niels Kristensen
MFH:		2015Q3
2015-07-14 18:42:54 +00:00
Mark Felder
a64e660e05 Unifi as of 3.2.7 and 4.2.0 support Java 8, so make it the default since
Java 6 and 7 is End of Life.
2015-07-12 19:26:12 +00:00
Sunpoet Po-Chuan Hsieh
a6decd448c - Fix shebang
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
2015-07-09 15:43:41 +00:00
Wen Heping
25f3f7b69a - Update to 0.83
- Reset maintainer to ports@
2015-07-09 00:29:07 +00:00
Philip M. Gollucci
6d19c7ffe1 net-mgmt/netmagis-* update 2.2.2 -> 2.3.0
Additional changes not in pr:
 - Remove post-install do-nada
 - Set NO_ARCH where appropriate
 - DISTVERSION -> PORTVERSION
 - use /var/netmagis instead of /usr/local/var/netmagis
 - remove @dirrm[try] from pkg-plists
 - remove @exec mkdir -p from pkg-plists
 - sort uses
 - relocate rc scripts to the slave they belong to
 - pull conditional logic out and into the slaves they affect
 - add metro/ws/gengraph to SHEBANG_FILES

UPDATING:
 Upgrading from a previous version requires
 a database schema upgrade.
 See http://netmagis.org/upgrade.html

PR:                201124
Submitted by:      pdagog@gmail.com (maintainer)
2015-07-08 02:25:27 +00:00
Rodrigo Osorio
d875ded97f Fix previous mistake in the init script, committed with minor changes
PR:		200851
2015-07-05 08:13:10 +00:00
Kubilay Kocak
38fbd72ba4 net-mgmt/rancid: Fix IPv6 prefix-lists, ASR9001 output and foundry slowness
Back-port a patch from 3.2 to 2.3.8 to make ipv6 prefix-lists sort properly,
which is broken in perl >=5.18 due to hash randomisation changes

Fix ASR9001 XR, which updates 3 hard disk files on a regular basis
(uptime_cont, temp_cont, volt_cont), which causes excessive output noise.

Change timing parameters for foundry networks equipment (brocade) so that it
doesn't take eternity to make configuration changes on multiple switches.

PR:		200733
Submitted by:	<nick foobar org>
Approved by:	Janos Mohacsi <jmohacsi bsd hu> (maintainer)
2015-07-03 17:43:54 +00:00
Mark Felder
239a6cbcd6 4.6.6 is now a General Availability Release
It appears Unifi kills the download URL when they promote a version to a
General Availability Release. We will keep the Makefile aware of both
URLs now so this is a transparent change to users in the future.
2015-07-02 20:19:59 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
Rodrigo Osorio
3d058e0633 Fix init script to check pid correctly
PR:		200851
Submitted by:	Kan Sasaki <sasaki@fcc.ad.jp>
2015-06-29 19:39:24 +00:00
Dmitry Marakasov
e3d6801615 - Remove now needless chmod u+w/u-w from my and unmaintained ports 2015-06-29 18:42:55 +00:00
Antoine Brodin
5780c3d1fa Spell MAKE_JOBS_UNSAFE correctly 2015-06-28 15:23:03 +00:00
Philip M. Gollucci
7277285198 net-mgmt/nagiosql: modernize
- add cpe,
- set NO_ARCH
- modernize plist

PR:                  200575
Submitted by:        amdmi3@FreeBSD.org
Approved by:         maintainer timeout (chris@smartt.com ; 26 days)
2015-06-27 19:31:19 +00:00
Dmitry Marakasov
18319ed9a4 - Fix directory creation weirdness, fixing build of nsca-ng-client as non-root
Approved by:	portmgr blanket
2015-06-27 01:59:02 +00:00
Dmitry Marakasov
a7ea68f219 - Require newer OpenSSL on pre-10.x, fix build
Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 12:42:17 +00:00
Mark Felder
7c579ee978 Update to 4.6.6 2015-06-26 02:02:10 +00:00
Bartek Rutkowski
6cc1b6bb47 net-mgmt/bgpq3: update 0.1.21 -> 0.1.31
PR:		201075
Submitted by:	Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
2015-06-24 10:33:33 +00:00
Philippe Audeoud
06815936be - Update to 3.28 2015-06-23 12:08:15 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Xin LI
7e56725698 Update to 0.8.8d (security: fixes multiple XSS/SQL injection
vulnerabilities)

PR:		200963
Submitted by:	maintainer (freebsd-ports@dan.me.uk)
Security:	a3929112-181b-11e5-a1cf-002590263bf5
MFH:		2015Q2
2015-06-22 06:52:08 +00:00
Sunpoet Po-Chuan Hsieh
c76dfdbfb5 - Fix RUN_DEPENDS: LWP::UserAgent (www/p5-libwww) is required
- While I'm here:
  - Update MASTER_SITES
  - Fix and sort RUN_DEPENDS: Digest::MD5 is already in all supported Perl releases
- Bump PORTREVISION for dependency change

PR:		200639
Submitted by:	Gennady Proskurin <gpr@mail.ru>
2015-06-21 13:55:19 +00:00
Muhammad Moinur Rahman
18e72d0b8f [NEW] net-mgmt/librenms: Autodiscovering PHP/MySQL/SNMP based network monitoring
LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring which
includes support for a wide range of network hardware and operating systems
including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more.

LibreNMS has grown out of a lack of easy to configure network monitoring
platforms. It is intended to provide a more navigable interface to the health
and performance of your network. Its design goals include collecting as much
historical data about devices as possible, being completely autodiscovered with
little or no manual intervention, and having a very intuitive interface.

WWW: http://www.librenms.org
2015-06-20 08:10:00 +00:00
Dmitry Marakasov
e232e5e5a4 - Update to 2.032005
PR:		200948
Submitted by:	dgeo@centrale-marseille.fr (maintainer)
2015-06-19 19:36:12 +00:00
Antoine Brodin
048cad4f74 Mark BROKEN: Unfetchable
Reported by:	pkg-fallout
2015-06-17 17:11:04 +00:00
Dmitry Marakasov
8b8eaa7853 - Update to 0.7.15
- Remove hidden dependency on doxygen

PR:		200876
Submitted by:	freebsd@simweb.ch (maintainer)
2015-06-17 16:52:20 +00:00
Mark Felder
3b1dd62e5d Update to 0.15.06.6430
Unmute installation

PR:		200691
2015-06-16 18:04:29 +00:00
Antoine Brodin
dd4290ee91 Add explicit USES=readline 2015-06-15 20:59:16 +00:00
Rodrigo Osorio
b2449f5206 Fix smokeping rc.d script who fails to check pid correctly
PR:		198736
Submitted by:	vince@unsane.co.uk
2015-06-14 09:16:57 +00:00
Antoine Brodin
9b562c1fed Update to 2.7.1
PR:		200645
Approved by:	maintainer
2015-06-12 21:48:03 +00:00
Erwin Lansing
559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00
Jan Beich
7510ee4840 Convert to MASTER_SITE_TOR
PR:		185150 (followup)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-06-12 16:22:33 +00:00
Ryan Steinmetz
e927fede35 - Cleanup previous commit and fix dependency issues 2015-06-11 16:34:14 +00:00
Ryan Steinmetz
36e1469aa7 - Add LIB_DEPENDS for postgres support
- Do not bump PORTREVISION as this is a NOOP by default

PR:		200786
Submitted by:	Niels Kristensen <niels@kristensen.io>
2015-06-11 15:25:41 +00:00
Kurt Jaeger
f9a97f5d59 net-mgmt/flowviewer: fix several issues
- add shebangfix for all perl files
- reorganize Makefile a bit
- define more files as config files

PR:		200329
Submitted by:	timp87@gmail.com
Approved by:	samm@os2.kiev.ua (maintainer)
2015-06-10 18:03:50 +00:00
Dmitry Marakasov
c6094d7162 - Fix shebangs
- Modernize plist

MFH:		2015Q2
2015-06-10 17:44:23 +00:00
Dmitry Marakasov
6197fb49f6 - Strip binary 2015-06-10 17:42:10 +00:00
Dmitry Marakasov
9f0654f2fb - Add LICENSE
- Strip binary
2015-06-10 17:40:24 +00:00
Dmitry Marakasov
f0fcf93858 - Switch to USES=tar
- Fix whitespace
- Modernize plist
2015-06-10 17:30:19 +00:00
Dmitry Marakasov
ac2144aeb3 - Add LICENSE
- Drop @dirrm* from plist
2015-06-10 17:27:53 +00:00
Dmitry Marakasov
67e3d86780 - Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH

MFH:		2015Q2 (blanket)
2015-06-09 19:45:06 +00:00
Dmitry Marakasov
86cc0d9c4a - Add NO_ARCH
- Fix shebangs

MFH:		2015Q2
2015-06-09 16:37:40 +00:00
Brad Davis
849a041642 Add shebangfix to update collection.cgi with the Perl path.
PR:		200651
Approved by:	ports@bsdserwis.com (maintainer), bdrewery (mentor)
2015-06-08 16:43:01 +00:00
Dmitry Marakasov
c650b41c96 - Modernize plist
Approved by:	portmgr blanket
2015-06-08 01:19:43 +00:00
Renato Botelho
3dbe47d570 - Regenerate patches with make makepatch to silence portlint
- Take maintainership

Sponsored by:	Netgate
2015-06-07 13:13:53 +00:00
Lars Thegler
9a78f587a1 Update to 1.9022
Changes: https://metacpan.org/changes/distribution/Net-Netmask
2015-06-07 13:09:28 +00:00
Bartek Rutkowski
fa60425b53 net-mgmt/zabbix24-server: update 2.4.4 -> 2.4.5
PR:		199643
Submitted by:	Pakhom Golynga <pakhom706@gmail.com> (maintainer)
2015-06-05 11:13:06 +00:00
Philippe Audeoud
0639fff0cb - Update to 3.27 2015-06-03 14:57:54 +00:00
Dmitry Marakasov
172a2e79b9 - Mark BROKEN on 10.x+
---
./netflow.h:242:27: error: 'long type-name' is invalid
                u_int32_t long sent_flows;
---
./list.h:32:3: error: unknown type name 'LHASH'; did you mean '_LHASH'?
                LHASH *hash;
---

PR:		197249
Submitted by:	amdmi3
Approved by:	maintainer timeout
2015-06-02 02:53:44 +00:00
Thomas Zander
382afb1e13 Use GH_* to fetch distfiles
While on it:
- Properly strip the resulting binary
- Pet portlint

PR:		200249
Submitted by:	danny@dannywarren.com
Approved by:	alexander.4mail@gmail.com (maintainer)
2015-06-01 19:06:53 +00:00
Dmitry Marakasov
f2bbea63c2 - Add LICENSE
- Modernize plist
2015-06-01 01:30:15 +00:00