[43103] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Fri Dec 5 00:17:03 PST 2008


Revision: 43103
          http://trac.macports.org/changeset/43103
Author:   ryandesign at macports.org
Date:     2008-12-05 00:16:56 -0800 (Fri, 05 Dec 2008)
Log Message:
-----------
php5, php5-devel: remove --enable-memory-limit configure arg since it is always on since php 5.2.1; see #14859

Modified Paths:
--------------
    trunk/dports/www/php5/Portfile
    trunk/dports/www/php5-devel/Portfile

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-12-05 08:05:10 UTC (rev 43102)
+++ trunk/dports/www/php5/Portfile	2008-12-05 08:16:56 UTC (rev 43103)
@@ -169,8 +169,7 @@
     if { ![variant_isset apache] && ![variant_isset apache2] } {
         configure.args-append \
             --enable-fastcgi \
-            --enable-force-cgi-redirect \
-            --enable-memory-limit
+            --enable-force-cgi-redirect
     }
 }
 
@@ -423,8 +422,7 @@
         if { [variant_isset apache] || [variant_isset apache2] } {
             configure.args-append \
                 --enable-fastcgi \
-                --enable-force-cgi-redirect \
-                --enable-memory-limit
+                --enable-force-cgi-redirect
             ui_msg "$UI_PREFIX Configuring ${name} again for fastcgi"
             command_exec configure
             ui_msg "$UI_PREFIX Building ${name} again for fastcgi"

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-12-05 08:05:10 UTC (rev 43102)
+++ trunk/dports/www/php5-devel/Portfile	2008-12-05 08:16:56 UTC (rev 43103)
@@ -164,8 +164,7 @@
     if { ![variant_isset apache] && ![variant_isset apache2] } {
         configure.args-append \
             --enable-fastcgi \
-            --enable-force-cgi-redirect \
-            --enable-memory-limit
+            --enable-force-cgi-redirect
     }
 }
 
@@ -429,8 +428,7 @@
         if { [variant_isset apache] || [variant_isset apache2] } {
             configure.args-append \
                 --enable-fastcgi \
-                --enable-force-cgi-redirect \
-                --enable-memory-limit
+                --enable-force-cgi-redirect
             ui_msg "$UI_PREFIX Configuring ${name} again for fastcgi"
             command_exec configure
             ui_msg "$UI_PREFIX Building ${name} again for fastcgi"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081205/b2e7ff45/attachment.html>


More information about the macports-changes mailing list