[21593] trunk/dports/net/monarch/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 29 18:30:02 PST 2007


Revision: 21593
          http://trac.macosforge.org/projects/macports/changeset/21593
Author:   markd at macports.org
Date:     2007-01-29 18:30:01 -0800 (Mon, 29 Jan 2007)

Log Message:
-----------
Add a blank server variant to trigger mysql5's server variant.

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

Modified: trunk/dports/net/monarch/Portfile
===================================================================
--- trunk/dports/net/monarch/Portfile	2007-01-30 02:28:08 UTC (rev 21592)
+++ trunk/dports/net/monarch/Portfile	2007-01-30 02:30:01 UTC (rev 21593)
@@ -30,24 +30,13 @@
 use_configure		no
 build {}
 
-pre-fetch {
-        ui_msg "\n
-
-                   **************************************************
-                   **** If MySQL is being installed during the   ****
-		   **** Monarch install (first-time MySQL        ****
-		   **** install, is recommended that you pre-    ****
-		   ****	install MySQL5 with the +server variant  ****
-		   **** so MySQL will start system boot.  To do  ****
-		   **** so:					 ****
-
-                      1) Cancel this install now with Cntrl-C.
-                      2) Type \"port install mysql5 +server\"
-                      3) Re-run the Monarch port install
-                   ************************************************
-                \n"
+variant server  {
+# This variant doesn't do anything in this port, it only exists to trigger the server
+# variant in the mysql5 port.
 }
 
+variant_set server
+
 set monarchdir ${prefix}/groundwork/monarch
 
 destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070129/108e272a/attachment.html


More information about the macports-changes mailing list