Index: net-mgmt/netdata/Makefile =================================================================== --- net-mgmt/netdata/Makefile +++ net-mgmt/netdata/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netdata -PORTVERSION= 1.13.0 +PORTVERSION= 1.15.0 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt @@ -11,12 +11,14 @@ LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ + libuv.so:devel/libuv \ + liblz4.so:archivers/liblz4 + RUN_DEPENDS= bash:shells/bash \ curl:ftp/curl -USES= autoreconf pathfix pkgconfig:both python shebangfix +USES= autoreconf pathfix pkgconfig:both python shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= firehol Index: net-mgmt/netdata/distinfo =================================================================== --- net-mgmt/netdata/distinfo +++ net-mgmt/netdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553178227 -SHA256 (firehol-netdata-v1.13.0_GH0.tar.gz) = 45d972c11954af08aaf4c888ffb32453dd2e1fda0c7dbb355afdb9d4b1ab930e -SIZE (firehol-netdata-v1.13.0_GH0.tar.gz) = 3095581 +TIMESTAMP = 1558992903 +SHA256 (firehol-netdata-v1.15.0_GH0.tar.gz) = 60cf4a15c25c828e25ae1218a485c21ef23423f7b6a9a1148ce9eea9c9726a39 +SIZE (firehol-netdata-v1.15.0_GH0.tar.gz) = 3178633 Index: net-mgmt/netdata/files/patch-build_m4_ax__c______atomic.m4 =================================================================== --- net-mgmt/netdata/files/patch-build_m4_ax__c______atomic.m4 +++ net-mgmt/netdata/files/patch-build_m4_ax__c______atomic.m4 @@ -1,4 +1,4 @@ ---- build/m4/ax_c___atomic.m4.orig 2018-12-26 13:22:11 UTC +--- build/m4/ax_c___atomic.m4.orig 2019-05-27 21:39:46 UTC +++ build/m4/ax_c___atomic.m4 @@ -6,7 +6,12 @@ AC_DEFUN([AC_C___ATOMIC], [AC_CACHE_CHECK([for __atomic], ac_cv_c___atomic, @@ -14,12 +14,12 @@ main (int argc, char **argv) { volatile unsigned long ul1 = 1, ul2 = 0, ul3 = 2; -@@ -23,6 +28,8 @@ AC_DEFUN([AC_C___ATOMIC], - __atomic_fetch_sub(&ull3, 1, __ATOMIC_SEQ_CST); - __atomic_or_fetch(&ull1, ull2, __ATOMIC_SEQ_CST); - __atomic_and_fetch(&ull1, ull2, __ATOMIC_SEQ_CST); +@@ -16,6 +21,8 @@ AC_DEFUN([AC_C___ATOMIC], + __atomic_fetch_sub(&ul3, 1, __ATOMIC_SEQ_CST); + __atomic_or_fetch(&ul1, ul2, __ATOMIC_SEQ_CST); + __atomic_and_fetch(&ul1, ul2, __ATOMIC_SEQ_CST); + volatile test_t test = {.a = 0, .b = 0, .c = 1}; + __atomic_fetch_add(&test.b, 1, __ATOMIC_SEQ_CST); - return 0; - } - ]])], + volatile unsigned long long ull1 = 1, ull2 = 0, ull3 = 2; + __atomic_load_n(&ull1, __ATOMIC_SEQ_CST); + __atomic_compare_exchange(&ull1, &ull2, &ull3, 1, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); Index: net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in =================================================================== --- net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in +++ net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in @@ -1,9 +1,11 @@ ---- collectors/python.d.plugin/python.d.plugin.in.orig 2019-02-03 14:09:41 UTC +--- collectors/python.d.plugin/python.d.plugin.in.orig 2019-05-27 21:36:18 UTC +++ collectors/python.d.plugin/python.d.plugin.in -@@ -1,5 +1,5 @@ - #!/usr/bin/env bash --'''':; exec "$(command -v python || command -v python3 || command -v python2 || -+'''':; exec "$(command -v python || command -v python3.6 || command -v python2.7 || +@@ -3,7 +3,7 @@ + if [[ "$OSTYPE" == "darwin"* ]]; then + export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES + fi +-exec "$(command -v python || command -v python3 || command -v python2 || ++exec "$(command -v python || command -v python3.6 || command -v python2.7 || echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # ''' # -*- coding: utf-8 -*- Index: net-mgmt/netdata/pkg-plist =================================================================== --- net-mgmt/netdata/pkg-plist +++ net-mgmt/netdata/pkg-plist @@ -5,6 +5,7 @@ %%ETCDIR%%/python.d/.keep %%ETCDIR%%/statsd.d/.keep @sample(netdata,netdata,0640) lib/netdata/conf.d/apps_groups.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/aws_kinesis.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/charts.d.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/charts.d/ap.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/charts.d/apache.conf.sample @@ -48,10 +49,12 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/fronius.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/haproxy.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/httpcheck.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/ioping.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/ipc.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/ipfs.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/ipmi.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/isc_dhcpd.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/kubelet.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/lighttpd.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/linux_power_supply.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/load.conf.sample @@ -66,6 +69,7 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/netfilter.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/nginx.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/nginx_plus.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/phpfpm.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/portcheck.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/postgres.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/qos.conf.sample @@ -74,7 +78,6 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/retroshare.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/softnet.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/squid.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/sslcheck.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/stiebeleltron.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/swap.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/tcp_conn.conf.sample @@ -85,9 +88,11 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/udp_errors.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/varnish.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/web_log.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/x509check.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/zfs.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health_alarm_notify.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health_email_recipients.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/ioping.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/node.d.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/adaptec_raid.conf.sample @@ -98,13 +103,12 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/ceph.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/chrony.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/couchdb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/cpufreq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/cpuidle.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dns_query_time.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dnsdist.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dockerd.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dovecot.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/elasticsearch.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/energid.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/example.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/exim.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/fail2ban.conf.sample @@ -116,10 +120,8 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/icecast.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/ipfs.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/isc_dhcpd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/linux_power_supply.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/litespeed.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/logind.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/mdstat.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/megacli.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/memcached.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/mongodb.conf.sample @@ -208,9 +210,11 @@ libexec/netdata/plugins.d/fping.plugin %%FREEIPMI%%libexec/netdata/plugins.d/freeipmi.plugin libexec/netdata/plugins.d/health-cmdapi-test.sh +libexec/netdata/plugins.d/ioping.plugin libexec/netdata/plugins.d/loopsleepms.sh.inc libexec/netdata/plugins.d/node.d.plugin libexec/netdata/plugins.d/python.d.plugin +libexec/netdata/plugins.d/system-info.sh libexec/netdata/plugins.d/tc-qos-helper.sh libexec/netdata/python.d/adaptec_raid.chart.py libexec/netdata/python.d/apache.chart.py @@ -220,13 +224,12 @@ libexec/netdata/python.d/ceph.chart.py libexec/netdata/python.d/chrony.chart.py libexec/netdata/python.d/couchdb.chart.py -libexec/netdata/python.d/cpufreq.chart.py -libexec/netdata/python.d/cpuidle.chart.py libexec/netdata/python.d/dns_query_time.chart.py libexec/netdata/python.d/dnsdist.chart.py libexec/netdata/python.d/dockerd.chart.py libexec/netdata/python.d/dovecot.chart.py libexec/netdata/python.d/elasticsearch.chart.py +libexec/netdata/python.d/energid.chart.py libexec/netdata/python.d/example.chart.py libexec/netdata/python.d/exim.chart.py libexec/netdata/python.d/fail2ban.chart.py @@ -238,10 +241,8 @@ libexec/netdata/python.d/icecast.chart.py libexec/netdata/python.d/ipfs.chart.py libexec/netdata/python.d/isc_dhcpd.chart.py -libexec/netdata/python.d/linux_power_supply.chart.py libexec/netdata/python.d/litespeed.chart.py libexec/netdata/python.d/logind.chart.py -libexec/netdata/python.d/mdstat.chart.py libexec/netdata/python.d/megacli.chart.py libexec/netdata/python.d/memcached.chart.py libexec/netdata/python.d/mongodb.chart.py @@ -374,6 +375,7 @@ @owner netdata @group netdata %%DATADIR%%/web/.well-known/dnt/cookies +%%DATADIR%%/web/console/index.html %%DATADIR%%/web/css/bootstrap-3.3.7.css %%DATADIR%%/web/css/bootstrap-slate-flat-3.3.7.css %%DATADIR%%/web/css/bootstrap-slider-10.0.0.min.css @@ -463,6 +465,7 @@ %%DATADIR%%/web/refresh-badges.js %%DATADIR%%/web/robots.txt %%DATADIR%%/web/sitemap.xml +%%DATADIR%%/web/static/img/netdata-logomark.svg %%DATADIR%%/web/tv.html %%DATADIR%%/web/version.txt %%NETDATA_CACHE%%/.keep