[114703] trunk/dports/php/php-phalcon/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 13 17:47:26 PST 2013


Revision: 114703
          https://trac.macports.org/changeset/114703
Author:   ryandesign at macports.org
Date:     2013-12-13 17:47:26 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
php-phalcon: use worksrcdir instead of php.build_dirs now that the github portgroup has been fixed to allow that

Modified Paths:
--------------
    trunk/dports/php/php-phalcon/Portfile

Modified: trunk/dports/php/php-phalcon/Portfile
===================================================================
--- trunk/dports/php/php-phalcon/Portfile	2013-12-14 01:46:39 UTC (rev 114702)
+++ trunk/dports/php/php-phalcon/Portfile	2013-12-14 01:47:26 UTC (rev 114703)
@@ -33,13 +33,10 @@
     # so I'm ignoring it.
 
     # Ugh... separate 32-bit and 64-bit source trees.
-    # Setting worksrcdir makes the github portgroup unhappy
-    # and the php portgroup doesn't support setting configure.dir
-    # so we set php.build_dirs instead.
     if {[string match *64 ${build_arch}]} {
-        php.build_dirs  ${worksrcpath}/build/64bits
+        worksrcdir      ${worksrcdir}/build/64bits
     } else {
-        php.build_dirs  ${worksrcpath}/build/32bits
+        worksrcdir      ${worksrcdir}/build/32bits
     }
 
     # Separate source trees means using the muniversal portgroup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/2430c8bf/attachment.html>


More information about the macports-changes mailing list