summaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2019-05-29 20:31:21 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2019-05-29 20:31:21 +0000
commit7e08aedb599d6e1c353070211e72fea04ba24149 (patch)
tree03e924ec04e1bdc751d7fefbb423741607d4805f /net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
parentdevel/qtcreator: update to 4.9.1 (with it qbs to 1.31.1) (diff)
Update net-mgmt/netdata to version 1.15.0.
Other changes: - Add LIB_DEPENDS on devel/libuv and archivers/liblz4 as suggested by portlint - Add USES=ssl (portlint) - Remove BUILD_DEPENDS (LIB_DEPENDS is sufficient) Approved by: mmokhi Differential Revision: https://reviews.freebsd.org/D20452
Diffstat (limited to 'net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in')
-rw-r--r--net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
index b3d045d10915..b1777cdac8a0 100644
--- a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
+++ b/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 -*-