New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79425


Ignore:
Timestamp:
06/13/11 01:09:09 (4 years ago)
Author:
jmr@…
Message:

document select action in port man page (#29528)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/port.1

    r79421 r79425  
    382382.Dl "port -u uninstall" 
    383383.Dl "port uninstall --follow-dependents python24" 
     384.Ss select 
     385For a given 
     386.Ar group , 
     387selects a 
     388.Ar version 
     389to be the default by creating appropriate symbolic links. 
     390For instance, 
     391.Ic "python" 
     392might be linked to 
     393.Ic "python2.6" . 
     394Available select groups are installed as subdirectories of 
     395.Ar ${prefix}/etc/select/ . 
     396To list the available versions in a group, use 
     397.Fl -list . 
     398To see which version is currently selected for a group, use 
     399.Fl -show . 
     400To change the selected version for a group, use 
     401.Fl -set . 
     402.Pp 
     403For example: 
     404.Pp 
     405.Dl "port select --list python" 
     406.Dl "port select --show gcc" 
     407.Dl "port select --set gcc mp-gcc44" 
     408.Pp 
    384409.Ss activate 
    385410Activate the installed 
Note: See TracChangeset for help on using the changeset viewer.