New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 101 and Version 102 of FAQ


Ignore:
Timestamp:
10/07/10 13:58:36 (3 years ago)
Author:
jmr@…
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 ==