From 48f70e76d8e8e856e6e3fb945a073f9f7d0efecc Mon Sep 17 00:00:00 2001 From: Nikolai Lifanov Date: Fri, 27 Jan 2017 03:16:36 +0000 Subject: new port: net-mgmt/netdata NetData is scalable, distributed real-time performance and health monitoring. PR: 216497 Submitted by: Mahdi Mokhtari Reviewed by: lifanov, matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9351 --- net-mgmt/netdata/files/patch-src_Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-mgmt/netdata/files/patch-src_Makefile.am (limited to 'net-mgmt/netdata/files/patch-src_Makefile.am') diff --git a/net-mgmt/netdata/files/patch-src_Makefile.am b/net-mgmt/netdata/files/patch-src_Makefile.am new file mode 100644 index 000000000000..af5f92672d5a --- /dev/null +++ b/net-mgmt/netdata/files/patch-src_Makefile.am @@ -0,0 +1,15 @@ +--- src/Makefile.am.orig 2017-01-22 19:49:22 UTC ++++ src/Makefile.am +@@ -135,6 +135,12 @@ apps_plugin_SOURCES = \ + web_buffer.c web_buffer.h \ + $(NULL) + ++if FREEBSD ++apps_plugin_SOURCES += \ ++ plugin_freebsd.h \ ++ $(NULL) ++endif ++ + install-data-hook: + if [ `id -u` == 0 ]; then \ + chown root '$(DESTDIR)$(pluginsdir)/apps.plugin' && \ -- cgit v1.2.3