aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cacti/Makefile')
-rw-r--r--net-mgmt/cacti/Makefile22
1 files changed, 6 insertions, 16 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index e703f216f50f..cea422f1cba0 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -6,26 +6,17 @@
#
PORTNAME= cacti
-PORTVERSION= 0.8.6c
-PORTREVISION= 2
+PORTVERSION= 0.8.6d
CATEGORIES= net www
MASTER_SITES= http://www.cacti.net/downloads/
MAINTAINER= sem@FreeBSD.org
COMMENT= Web-driven graphing interface for RRDTool
-PATCH_SITES= http://www.cacti.net/downloads/patches/0.8.6c/
-PATCHFILES= rrd_fetch_negative_numbers.patch \
- no_auth_no_graphs_in_tree_bug.patch \
- device_create_multiple_graphs.patch \
- undefined_index_custom_problem_in_graph_view.patch \
- poller_recache_timeout.patch \
- output_field_name_period.patch \
- ping_sysdescription_to_sysuptime.patch \
- netsnmp_reduce_output_from_loaded_mibs.patch \
- php_snmp_v2.patch \
- config_php_include_order.patch
-PATCH_DIST_STRIP=-p1
+# Vendor's patches
+#PATCH_SITES= http://www.cacti.net/downloads/patches/0.8.6c/
+#PATCHFILES= rrd_fetch_negative_numbers.patch
+#PATCH_DIST_STRIP=-p1
RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \
net-snmp-config:${PORTSDIR}/net-mgmt/net-snmp
@@ -47,8 +38,7 @@ SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -delete; \
- ${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.orig; \
- ${RM} -d ${WRKSRC}/include/lang/en ${WRKSRC}/include/lang
+ ${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.orig
pre-install:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL; \