New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 2 and Version 3 of howto/RunningTrunk


Ignore:
Timestamp:
05/31/08 07:07:21 (5 years ago)
Author:
alakazam@…
Comment:

Minor: spelling fix (subersion), minor clarification (+ ', used'), verbatim all paths

Legend:

Unmodified
Added
Removed
Modified
  • howto/RunningTrunk

    v2 v3  
    1414=== Step 1: '''Checkout MacPorts trunk''' === 
    1515 
    16 Pick a location to store MacPorts; for this HOWTO /opt/mports will be used (change to suit); run 
     16Pick a location to store MacPorts; for this HOWTO {{{/opt/mports}}} will be used (change to suit); run 
    1717{{{ 
    1818cd /opt/mports 
    1919svn co http://svn.macports.org/repository/macports/trunk 
    2020}}} 
    21 which will create /opt/mports/trunk containing everything needed for MacPorts. 
     21which will create {{{/opt/mports/trunk}}} containing everything needed for MacPorts. 
    2222 
    2323=== Step 2: '''Build and Install MacPorts''' === 
     
    3131make distclean 
    3232}}} 
    33 This will configure, build, and install MacPorts to the standard /opt/local location. 
     33This will configure, build, and install MacPorts to the standard {{{/opt/local}}} location. 
    3434 
    3535== Configuration == 
     
    3737=== Step 3: '''Configure MacPorts to use port information from subversion''' === 
    3838 
    39 Open /opt/local/etc/macports/sources.conf in a text editor.  Change the last line which should look like 
     39Open {{{/opt/local/etc/macports/sources.conf}}} in a text editor.  Change the last line which should look like 
    4040{{{ 
    4141rsync://rsync.macports.org/release/ports/ 
     
    5050=== Step 4: '''Update PATH''' === 
    5151 
    52 Edit your .profile (or .tshrc, or whatever is appropriate for you) to put {{{/opt/local/bin}}} in your PATH (and don't forget, if using bash, to export PATH too).  Whether you put this at the beginning or end of the PATH is your choice. 
     52Edit your {{{.profile}}} (or {{{.tshrc}}}, or whatever is appropriate for you) to put {{{/opt/local/bin}}} in your PATH (and don't forget, if using bash, to {{{export $PATH}}} too).  Whether you put this at the beginning or end of the PATH is your choice. 
    5353 
    5454More detailed instructions are in [http://guide.macports.org/#installing.shell The MacPorts Guide] 
     
    5656== Keeping Up to Date == 
    5757 
    58 === '''Subersion update''' === 
     58=== '''Subversion update''' === 
    5959 
    60 The official release of MacPorts has two commands {{{sync}}} and {{{selfupdate}}} to update all the port information ({{{sync}}}) and to update the base MacPorts installation when necessary ({{{selfupdate}}}).  Instead of using these, update the subversion files: 
     60The official release of MacPorts has two commands {{{sync}}} and {{{selfupdate}}}, used to update all the port information ({{{sync}}}) and to update the base MacPorts installation when necessary ({{{selfupdate}}}).  Instead of using these, update the subversion files: 
    6161{{{ 
    6262cd /opt/mports/trunk