summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-10-21 07:58:43 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-10-21 07:58:43 +0000
commite6689bc97ffcdfb40a8c888a7e5e2e30f076e54b (patch)
treeaaff72b3da4ad644283250c3507984c4a84835cb /net-mgmt
parentUpdate port: mail/postfinger update to 1.30 (diff)
- Implement official patches:
* PHP Short Open Tag Syntax Error If PHP's 'short_open_tag' configuration option is turned off, a syntax error is displayed on the 'graph_view.php' page. * Broken Graph Zoom Graph When traversing to the graph zoom page from the graph properties page (wrench icon), the graph image appears to be broken. * Script Server SNMP Argument Mismatch A problem has been discovered with the ordering of SNMP authentication arguments in the two Host MIB script server scripts. This may cause unreliable results when trying to recache the Host-CPU and Host-Disk data queries. * Remove Disable MIB File Parsing Code Re-Enables the MIB file parsing code in the poller to prevent errors from being printed to the console.
Notes
Notes: svn path=/head/; revision=145990
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cacti/Makefile7
-rw-r--r--net-mgmt/cacti/distinfo8
2 files changed, 13 insertions, 2 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index 4a502919d85c..59a104679507 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cacti
PORTVERSION= 0.8.6g
-PORTREVISION= 0
+PORTREVISION= 4
CATEGORIES= net www
MASTER_SITES= http://www.cacti.net/downloads/
@@ -16,7 +16,10 @@ COMMENT= Web-driven graphing interface for RRDTool
# Vendor's patches
PATCH_SITES= http://www.cacti.net/downloads/patches/${PORTVERSION}/
-PATCHFILES=
+PATCHFILES= short_open_tag_parse_error.patch \
+ graph_properties_zoom.patch \
+ script_server_snmp_auth.patch \
+ mib_file_loading.patch
PATCH_DIST_STRIP=-p1
diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo
index bd3df89eddb0..d7cde49eae2f 100644
--- a/net-mgmt/cacti/distinfo
+++ b/net-mgmt/cacti/distinfo
@@ -1,2 +1,10 @@
MD5 (cacti-0.8.6g.tar.gz) = b3cf31349d2db47d14dcf347b8422bc2
SIZE (cacti-0.8.6g.tar.gz) = 1076607
+MD5 (short_open_tag_parse_error.patch) = a68318191df3363e3f591bebdb08d238
+SIZE (short_open_tag_parse_error.patch) = 1818
+MD5 (graph_properties_zoom.patch) = 1c50c7167e118ca55ddd13cbece373a9
+SIZE (graph_properties_zoom.patch) = 1387
+MD5 (script_server_snmp_auth.patch) = 09fbc74b3867b1bb6196d195f5fa57ac
+SIZE (script_server_snmp_auth.patch) = 4911
+MD5 (mib_file_loading.patch) = 826201b2d96415f81d800aa32e31ee4c
+SIZE (mib_file_loading.patch) = 477