most recent changes, diff for cacti

Index: net/cacti/Portfile
--- net/cacti/Portfile (revision 37054)
+++ net/cacti/Portfile (revision 37055)
@@ -4,7 +4,7 @@

name cacti
version 0.8.7b
-revision 3
+revision 4
categories net
maintainers markd
platforms darwin
@@ -46,12 +46,6 @@
system "cd ${worksrcpath} && patch -p1 -N < ${workpath}/cacti-plugin-arch/cacti-plugin-0.8.7b-PA-v2.1.diff"
file copy ${workpath}/cacti-plugin-arch/pa.sql \
${destroot}${cactidir}
-
-# Add the likely path for Cacti
- system "cd ${worksrcpath} && patch -p0 < ${filespath}/patch-plugins.php.diff"
-
- file rename ${destroot}${cactidir}/plugins/index.php \
- ${destroot}${cactidir}/plugins/index.php.org
}

system "cp -R ${worksrcpath}/* ${destroot}${cactidir}"
@@ -65,13 +59,9 @@
at http://www.cacti.net/documentation.php for operational instructions.


-1) Install PHP (not covered) including command line interface (CLI) support.
- After PHP is installed, make sure that your httpd.conf file has these
- lines uncommented for CLI support.
+1) Install PHP and MySQL 5 (not covered). These instructions assume MySQL 5 was
+ installed from MacPorts.

- 'LoadModule php5_module ...' (Apache 1 & 2)
- 'AddModule mod_php5.c' (Apache 1)
-
Check to make sure the PHP variable \"mysql.default_socket\" is set to path
${prefix}/var/run/mysql5/mysqld.sock by viewing the output of this terminal command:
php -i