aboutsummaryrefslogtreecommitdiffstats
path: root/net/cacti/Makefile
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/Makefile
parent097eae9c4fff2b33757e1a75df14809752703839 (diff)
downloadfreebsd-ports-graphics-bb6762851fd3a1d4d91fd936453e089f51b620f4.tar.gz
freebsd-ports-graphics-bb6762851fd3a1d4d91fd936453e089f51b620f4.tar.zst
freebsd-ports-graphics-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/Makefile')
-rw-r--r--net/cacti/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile
index 4a502919d85..59a10467950 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