aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti-spine
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-06-06 01:10:34 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-06-06 01:10:34 +0000
commit5d8cd181d7e3480cf55fafee3310e2f37d9e97ca (patch)
tree6a7bbb3fa42785595b120126c59fe64e79a6be39 /net-mgmt/cacti-spine
parent9133f75cb0dc678c39383983f79883fc606791b9 (diff)
downloadports-5d8cd181d7e3480cf55fafee3310e2f37d9e97ca.tar.gz
ports-5d8cd181d7e3480cf55fafee3310e2f37d9e97ca.zip
Repocopy from net-mgmt/cacti-spine (r419786) -> net-mgmt/cacti88-spine
Multithreaded poller for Cacti written in C New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". PR: 219686 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11024
Notes
Notes: svn path=/head/; revision=442733
Diffstat (limited to 'net-mgmt/cacti-spine')
-rw-r--r--net-mgmt/cacti-spine/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile
index 6a8556fad4f1..ad96d1221033 100644
--- a/net-mgmt/cacti-spine/Makefile
+++ b/net-mgmt/cacti-spine/Makefile
@@ -22,6 +22,8 @@ CPPFLAGS+= `net-snmp-config --cflags`
LDFLAGS+= `net-snmp-config --libs`
USES= libtool mysql ssl
+CONFLICTS_INSTALL= cacti88
+
post-patch:
@${REINPLACE_CMD} 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' ${WRKSRC}/spine.h