Upstream's configure script assumes that libevent will be in
/usr/local rather than using pkg-config. This causes builds on
systems with non-default LOCALBASE settings to fail. We are able to
work around this by specifying the correct path in the argument to
--with-libevent.
PR: 224304
Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
Approved by: pg@pakhom.spb.ru (maintainer timeout, 3 months)
Major changes :
Load TICKscripts and alert handlers from a directory.
Structed Logging with a logging API endpoints to be able to tail logs for given tasks.
Autoscale support for Docker Swarm and EC2 Autoscaling.
Sideload data into your TICKscript streams from external sources.
Fully customizable POST body for the alert POST handler and the httpPost node.
See the complete list of bug fixes and features at
https://github.com/influxdata/kapacitor/blob/master/CHANGELOG.md
PR: 224205
Submitted by: cheffo@freebsd-bg.org (maintainer)
[FEATURE] Allow specifying source address for DNS, TCP, and ICMP probes
[BUGFIX] Fix probe_http_content_length metric name
[BUGFIX] Add missing validation of HTTPClientConfig
Other changes:
. do not start as nobody;
. add pkg-message;
. do not listen on public address by default;
. rclint.
PR: 226399 [1]
Submitted by: David O'Rourke <dor.bsd@xm0.uk> [1]
Fabian Freyer <fabian@freyer_physik.tu-berlin.de> [2]
Differential Revision: D14596 [2]
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
A number of port changes were required due to the upstream migration
away from the Gnome2 libraries. Refer to the 0.9.16 release notes.
Changes this release:
http://etherape.sourceforge.net/NEWS.html
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137
The main purpose of this module is to extend Icinga Director using some of it's
exported hooks. Based on them it offers an Import Source able to deal with CSV,
JSON, YAML and XML files. It also offers the possibility to deploy
hand-crafted Icinga 2 config files through the Icinga Director.
WWW: https://github.com/Icinga/icingaweb2-module-fileshipper
Zabbix ports were patching fping location only in the config file,
so the default location of fping was wrong.
PR: 225956
Reported by: markham_breitbach@ssimicro.com
Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
- This new version drops dependency on boost-libs
- Fix openxcom to build with this new version [1]
- Add explicit dependency on boost to net-mgmt/openbmp, now that
yamp-cpp does not pull that in for it [2]
Approved by: pizzamig [2],
Maintainer timeout [1]
Differential Revision: https://reviews.freebsd.org/D14155
Rename prometheus to prometheus1 so they can coexist since upgrading is
non-trival:
https://prometheus.io/docs/prometheus/2.0/migration/
PR: 225169
Submitted by: David O'Rourke <dor.bsd@xm0.uk>
Reviewed by: swills
The RTRlib implements the client-side of the RPKI-RTR (RFC 6810) and
BGP Prefix Origin Validation (RFC 6811).
PR: 225645
Submitted by: Felix Annen <freebsd@bodems.net>
Reported by: Felix Annen <freebsd@bodems.net>
Reviewed by: olivier
- functions cannot use the same parameter name multiple times, even if they are
unused
- constructors are now alwatys named __construct
PR: 224510 (Maintainer timeout)
Improvements:
- All files should be owned root:wheel except logs and rrd which need to be writable by the app
- Add missing php posix extension
- Do not install config.php by default. This breaks the install process which won't run if this file exists
- Clean up automatic PLIST creation: don't install .orig or .bak files, don't add @dir as they aren't needed
- Patch LibreNMS to make /validate/ page not produce warnings about files not being writable (for git updates)
- Remove the Updates validation check altogether as we won't be using git to update
- Patch the User validation check to only check the logs and rrd dir and ensure the correct user owns them
- Change the default user in the generated config to "www"
- Patch the File Lock code to put the lock file in /tmp and not in the WWWDIR which should not be writable
- Update message in installer to use WWWDIR as suggested path for config.php
- Use shebangfix instead of patch where applicable
- Fix APACHEMOD port option and declaration of the USES=php
PR: 225161
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D13907
The issue merged on upstream but not in release-tree yet
Also add two other dependencies for run-time.
PR: 224135
Reported by: nhoyle@hoyletech.com
Sponsored by: Netzkommune GmbH
An exporter for collectd. It accepts collectd's binary network
protocol as sent by collectd's network plugins and metrics in JSON
format via HTTP POST as sent by colletd's write_http_plugin, and
transform and exposes them for consumption by Prometheus.
WWW: https://github.com/prometheus/collectd_exporter
PR: 214675
Submitted by: dsp@php.net
- Include pcap.h using a relative path. Some environments failed to find it.
- Bump PORTREVISION
This most probably also fixes 190725
PR: 225050
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
MFH: 2018Q1
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
It periodically returns "Socket timeout" when one of several ntp server
doesn't response.
PR: 224926
Submitted by: admins perceptyx com
Sponsored by: Absolight
- Install icingacli to ${PREFIX}/bin and patch it to make it usable. Now you
can configure Icinga Web 2 with it and can use the embedded PHP web server.
- Bump PORTREVISION
MFH: 2018Q1
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
The patch enables the configure of the port to detect LibreSSL as a valid OpenSSL
Reported by: Philip Jocks <pj@netzkommune.de>
Reviewed by: brnrd, zeising (maintainer)
Approved by: zeising (maintainer)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D13421
Merge the "Fixing on 12-CURRENT" patch to upstream
Introduced new features such as:
- access lists
- snapshots
- TCP overflow detection
- libvirt VM detection
Mini-graphite that uses client-side java script to render graphs w/o
depending on graphite.
metronome implements the carbon protocol, so anything that can feed
Graphite can feed metronome. We also accept submissions via POST.
WWW: https://github.com/ahupowerdns/metronome
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13285
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
client socket. It helps in a few cases where the server has multiple
addresses, only some of them are reachable, and connect() succeeds even
though sendto() will fail.
Approved by: maintainer
Icinga Web 2. Based on Elasticsearch instances and event types you configure,
the module allows you to display data collected by Beats, Logstash and any
other source. After you've installed and configured the module, you can browse
events via the host action Elasticsearch Events.
WWW: https://github.com/Icinga/icingaweb2-module-elasticsearch
frontend.
It provides a new menu section with two general overviews for hosts and
services as well as an extension to the host and service detail view of the
monitoring module.
WWW: https://github.com/Icinga/icingaweb2-module-graphite
2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
Metadata retrieval and manipulation tools for use within guests of the SmartOS
(and SDC) hypervisor. These guests may be either SmartOS Zones or KVM virtual
machines.
WWW: https://github.com/joyent/mdata-client