New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 1 and Version 2 of BuildPhases


Ignore:
Timestamp:
11/24/07 22:35:03 (6 years ago)
Author:
jmpp@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildPhases

    v1 v2  
    1212 * Destroot phase 
    1313 * Test phase 
    14  * Install phase - replaced by the destroot phase. 
     14 * Destroot phase. 
    1515 
    1616 
    1717These are the phases as reported when one actually installs a port: 
    1818 
    19  * com.apple.main - initialization of the MacPorts system, parsing of the Portfile. 
    20  * com.apple.unarchive - if "archivemode" is enabled,  binary archives of the requested port are searched for and used if found, skipping all the stages up to "destroot". 
    21  * com.apple.fetch - fetching of the sources. 
    22  * com.apple.checksum - validation of the fetched sources. 
    23  * com.apple.extract - extraction of the sources. 
    24  * com.apple.patch - application of listed patches. 
    25  * com.apple.configure - configuration of the sources. 
    26  * com.apple.build - build stage, where the product gets built. 
    27  * com.apple.destroot - sandbox installation of the product. 
    28  * com.apple.archive - if "archivemode" is enabled, a binary archive is created off of the products installed into the sandbox. 
    29  * com.apple.install - built product is moved from the sandbox into the depot installation location underneath `${prefix}/var/db/dports/software` 
    30  * com.apple.activate - installed product is "activated" from the depot location into `${prefix}` for regular usage. 
    31  
     19 * org.macports.main - initialization of the MacPorts system, parsing of the Portfile. 
     20 * org.macports.unarchive - if "archivemode" is enabled,  binary archives of the requested port are searched for and used if found, skipping all the stages up to "destroot". 
     21 * org.macports.fetch - fetching of the sources. 
     22 * org.macports.checksum - validation of the fetched sources. 
     23 * org.macports.extract - extraction of the sources. 
     24 * org.macports.patch - application of listed patches. 
     25 * org.macports.configure - configuration of the sources. 
     26 * org.macports.build - build stage, where the product gets built. 
     27 * org.macports.destroot - sandbox installation of the product. 
     28 * org.macports.archive - if "archivemode" is enabled, a binary archive is created off of the products installed into the sandbox. 
     29 * org.macports.install - built product is moved from the sandbox into the depot installation location underneath `${prefix}/var/macports/software` 
     30 * org.macports.activate - installed product is "activated" from the depot location into `${prefix}` for regular usage.