Changes between Initial Version and Version 1 of Ticket #60024, comment 15


Ignore:
Timestamp:
Jan 30, 2020, 8:53:32 PM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60024, comment 15

    initial v1  
    11sure, easy, it all happens in stages.
    22{{{
     3sudo port -v fetch
     4sudo port -v checksum
    35sudo port -v extract
    46sudo port -v patch
     
    911}}}
    1012
    11 are all separate stages, that run the ones above them. So {{{ sudo port -v build}}} will run extract, patch, configure, and then build.
     13are all separate stages, that run the ones above them. So {{{ sudo port -v build}}} will run fetch, checksum, extract, patch, configure, and then build.
    1214
    1315To find the working directory, you run