[62583] trunk/dports/net/zabbix/Portfile

markd at macports.org markd at macports.org
Mon Jan 11 09:36:11 PST 2010


Revision: 62583
          http://trac.macports.org/changeset/62583
Author:   markd at macports.org
Date:     2010-01-11 09:36:08 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
Closes #23226.  Remove dummy server variant.

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

Modified: trunk/dports/net/zabbix/Portfile
===================================================================
--- trunk/dports/net/zabbix/Portfile	2010-01-11 16:47:13 UTC (rev 62582)
+++ trunk/dports/net/zabbix/Portfile	2010-01-11 17:36:08 UTC (rev 62583)
@@ -4,6 +4,7 @@
 
 name			zabbix
 version			1.6.8
+revision		1
 categories		net
 maintainers		markd openmaintainer
 platforms		darwin
@@ -16,7 +17,6 @@
 master_sites		sourceforge
 checksums		md5 3255afd2d44454bae3ec5158920a824f
 patchfiles		patch-include-common.h
-default_variants	+server
 depends_lib		path:bin/mysql_config5:mysql5 \
 				port:fping
 
@@ -46,12 +46,6 @@
 	startupitem.stop        "${prefix}/share/zabbix/zabbix_server.init stop"
 }
 
-variant server  \
-    description {Dummy variant} {
-# This variant doesn't do anything in this port.  Its only purpose is to trigger the server
-# variant in the mysql5 port.
-}
-
 variant pgsql81 \
         description {Use PostgreSQL 8.1.x for server database} {
         depends_lib-delete      path:bin/mysql_config5:mysql5
@@ -224,9 +218,6 @@
 -Start MySQL and set it to run at system boot:
         sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
 
-   NOTE: MySQL must have been installed with the +server variant in order to
-      use launchctl.
-
 -Set a root MySQL password
    Follow the instructions that were given after you executed 'mysql_install_db' above
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100111/2bb3fd8c/attachment.html>


More information about the macports-changes mailing list