[37055] trunk/dports/net/cacti/Portfile

markd at macports.org markd at macports.org
Sat May 24 18:33:34 PDT 2008


Revision: 37055
          http://trac.macosforge.org/projects/macports/changeset/37055
Author:   markd at macports.org
Date:     2008-05-24 18:33:32 -0700 (Sat, 24 May 2008)

Log Message:
-----------
Remove statements referring to files/; those were deleted in a previos upgrade and these
statements were mistakenly left in.

Modified Paths:
--------------
    trunk/dports/net/cacti/Portfile

Modified: trunk/dports/net/cacti/Portfile
===================================================================
--- trunk/dports/net/cacti/Portfile	2008-05-24 20:11:31 UTC (rev 37054)
+++ trunk/dports/net/cacti/Portfile	2008-05-25 01:33:32 UTC (rev 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080524/64a7e376/attachment.htm 


More information about the macports-changes mailing list