aboutsummaryrefslogtreecommitdiffstats
path: root/net/cacti
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-10-21 15:58:43 +0800
committersem <sem@FreeBSD.org>2005-10-21 15:58:43 +0800
commitbb6762851fd3a1d4d91fd936453e089f51b620f4 (patch)
tree599bc8ca0f8e0e5d557de125e2f5215f8cdb6ee0 /net/cacti
parent097eae9c4fff2b33757e1a75df14809752703839 (diff)
downloadfreebsd-ports-gnome-bb6762851fd3a1d4d91fd936453e089f51b620f4.tar.gz
freebsd-ports-gnome-bb6762851fd3a1d4d91fd936453e089f51b620f4.tar.zst
freebsd-ports-gnome-bb6762851fd3a1d4d91fd936453e089f51b620f4.zip
- 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.
Diffstat (limited to 'net/cacti')
-rw-r--r--net/cacti/Makefile7
-rw-r--r--net/cacti/distinfo8
2 files changed, 13 insertions, 2 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile
index 4a502919d85c..59a104679507 100644
--- a/net/cacti/Makefile
+++ b/net/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/cacti/distinfo b/net/cacti/distinfo
index bd3df89eddb0..d7cde49eae2f 100644
--- a/net/cacti/distinfo
+++ b/net/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