[90673] trunk/dports/_resources/port1.0/group/php-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Sun Mar 11 18:40:10 PDT 2012


Revision: 90673
          http://trac.macports.org/changeset/90673
Author:   ryandesign at macports.org
Date:     2012-03-11 18:40:10 -0700 (Sun, 11 Mar 2012)
Log Message:
-----------
php-1.0.tcl: rename php.phpize to php.ize and use -W argument to system instead of running cd

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/php-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/php-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/php-1.0.tcl	2012-03-12 01:37:46 UTC (rev 90672)
+++ trunk/dports/_resources/port1.0/group/php-1.0.tcl	2012-03-12 01:40:10 UTC (rev 90673)
@@ -79,8 +79,8 @@
 default php.ini                 {${prefix}/etc/${php}/php.ini}
 options php.inidir
 default php.inidir              {${prefix}/var/db/${php}}
-options php.phpize
-default php.phpize              {${prefix}/bin/phpize${php.version}}
+options php.ize
+default php.ize                 {${prefix}/bin/phpize${php.version}}
 options php.version
 
 
@@ -151,7 +151,7 @@
             }
             foreach dir ${php.build_dirs} {
                 ui_debug "Generating configure script in [file tail ${dir}]"
-                system "cd ${dir} && ${php.phpize}"
+                system -W ${dir} "${php.ize}"
             }
         }
         
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120311/8649cea6/attachment.html>


More information about the macports-changes mailing list