[56668] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Mon Aug 31 16:06:02 PDT 2009


Revision: 56668
          http://trac.macports.org/changeset/56668
Author:   ryandesign at macports.org
Date:     2009-08-31 16:06:01 -0700 (Mon, 31 Aug 2009)
Log Message:
-----------
php4, php52, php5, php5-devel: remove pre-fetch warning about an apr-util problem that was fixed in r41196

Revision Links:
--------------
    http://trac.macports.org/changeset/41196

Modified Paths:
--------------
    trunk/dports/lang/php4/Portfile
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile
    trunk/dports/lang/php52/Portfile

Modified: trunk/dports/lang/php4/Portfile
===================================================================
--- trunk/dports/lang/php4/Portfile	2009-08-31 23:03:38 UTC (rev 56667)
+++ trunk/dports/lang/php4/Portfile	2009-08-31 23:06:01 UTC (rev 56668)
@@ -129,11 +129,6 @@
 }
 
 variant apache2 conflicts apache apache20 no_web description {Add Apache 2.2 web server module (default)} {
-    pre-fetch {
-        if {[string match "*libmysqlclient_r.la*" [exec pkg-config --libs apr-util-1]]} {
-            return -code error "${name} +apache2 can't be built while apr-util is installed with the +mysql5 variant. Deactivate or uninstall apr-util, reinstall apr-util without the +mysql5 variant, then clean ${name} and try installing it again."
-        }
-    }
     destroot.violate_mtree yes
     depends_lib-append \
         port:apache2

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-08-31 23:03:38 UTC (rev 56667)
+++ trunk/dports/lang/php5/Portfile	2009-08-31 23:06:01 UTC (rev 56668)
@@ -137,11 +137,6 @@
 # Build an Apache 2.2 module. Keep the options here in sync with those in the
 # relevant part of the post-destroot phase.
 variant apache2 conflicts apache no_web description {Add Apache 2.2 web server module (default)} {
-    pre-fetch {
-        if {[string match "*libmysqlclient_r.la*" [exec pkg-config --libs apr-util-1]]} {
-            return -code error "${name} +apache2 can't be built while apr-util is installed with the +mysql5 variant. Deactivate or uninstall apr-util, reinstall apr-util without the +mysql5 variant, then clean ${name} and try installing it again."
-        }
-    }
     destroot.violate_mtree yes
     depends_lib-append \
         port:apache2

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2009-08-31 23:03:38 UTC (rev 56667)
+++ trunk/dports/lang/php5-devel/Portfile	2009-08-31 23:06:01 UTC (rev 56668)
@@ -141,11 +141,6 @@
 # Build an Apache 2.2 module. Keep the options here in sync with those in the
 # relevant part of the post-destroot phase.
 variant apache2 conflicts apache no_web description {Add Apache 2.2 web server module (default)} {
-    pre-fetch {
-        if {[string match "*libmysqlclient_r.la*" [exec pkg-config --libs apr-util-1]]} {
-            return -code error "${name} +apache2 can't be built while apr-util is installed with the +mysql5 variant. Deactivate or uninstall apr-util, reinstall apr-util without the +mysql5 variant, then clean ${name} and try installing it again."
-        }
-    }
     destroot.violate_mtree yes
     depends_lib-append \
         port:apache2

Modified: trunk/dports/lang/php52/Portfile
===================================================================
--- trunk/dports/lang/php52/Portfile	2009-08-31 23:03:38 UTC (rev 56667)
+++ trunk/dports/lang/php52/Portfile	2009-08-31 23:06:01 UTC (rev 56668)
@@ -149,11 +149,6 @@
 # Build an Apache 2.2 module. Keep the options here in sync with those in the
 # relevant part of the post-destroot phase.
 variant apache2 conflicts apache no_web description {Add Apache 2.2 web server module (default)} {
-    pre-fetch {
-        if {[string match "*libmysqlclient_r.la*" [exec pkg-config --libs apr-util-1]]} {
-            return -code error "${name} +apache2 can't be built while apr-util is installed with the +mysql5 variant. Deactivate or uninstall apr-util, reinstall apr-util without the +mysql5 variant, then clean ${name} and try installing it again."
-        }
-    }
     destroot.violate_mtree yes
     depends_lib-append \
         port:apache2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090831/bdb90156/attachment.html>


More information about the macports-changes mailing list