Changes between Version 109 and Version 110 of FAQ


Ignore:
Timestamp:
Apr 20, 2011, 11:29:41 AM (13 years ago)
Author:
jmroot (Joshua Root)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v109 v110  
    135135=== `port list` produces unexpected output === #portlist
    136136
    137 `port list` doesn't work the way you think it does. You probably want `port installed` or `port outdated` instead. If you were trying to use `port list installed`, you probably want `port installed` (or, equivalently, `port installed installed`). If you were trying to use `port list outdated`, you probably want `port outdated` (or, equivalently, `port outdated outdated`). If you were trying to use `port list someport`, you probably want either `port installed someport` or `port outdated someport`.
    138 
    139 For every given port, `port list` displays the version of that port currently available in the ports tree -- ''not'' the version currently installed. So if for example you have port '''foo''' installed at versions 1 and 2 (with 2 being the current version available), `port list foo` will show '''foo''' at version 2, twice, whereas `port installed foo` will show '''foo''' at version 1 once and '''foo''' at version 2 once.
     137You probably want `port installed` or `port outdated` instead. If you were trying to use `port list installed`, you probably want `port installed` (or, equivalently, `port installed installed`). If you were trying to use `port list outdated`, you probably want `port outdated` (or, equivalently, `port outdated installed`). If you were trying to use `port list someport`, you probably want either `port installed someport` or `port outdated someport`.
     138
     139For every port specified on the command line (or expanded from pseudo-ports like `installed`), `port list` displays the version of that port currently available in the ports tree -- ''not'' the version currently installed. So if for example you have port '''foo''' installed at versions 1 and 2 (with 2 being the current version available), `port list installed` will show '''foo''' at version 2, twice, whereas `port installed foo` will show '''foo''' at version 1 once and '''foo''' at version 2 once.
    140140
    141141=== Why has feature XYZ not been implemented yet, it is important? === #whynotxyz