Changes between Version 101 and Version 102 of FAQ


Ignore:
Timestamp:
Oct 7, 2010, 8:58:36 PM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

update all dependencies answer

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v101 v102  
    210210=== How can I get a list of all dependencies for a port? === #alldependencies
    211211
    212 There is a [http://svn.macports.org/repository/macports/contrib/port-rdeps/port-rdeps script] in the contrib section of the repository that will recursively find all of the dependencies of a port.
    213 
     212As of MacPorts 1.9.0, you can just run:
     213{{{
     214port rdeps <portname>
     215}}}
     216
     217There is also a [http://svn.macports.org/repository/macports/contrib/port-depgraph/port-depgraph script] in the contrib section of the repository that will generate a diagram of the dependencies of a port using graphviz.
    214218
    215219== Portfile Development and Maintenance Questions ==