blob: 3f3beea30656e2a6a5767b64728c99949ab3446a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
For a given port determine its dependencies using any combination of the
- FETCH_DEPENDS
- EXTRACT_DEPENDS
- PATCH_DEPENDS
- LIB_DEPENDS
- BUILD_DEPENDS
- RUN_DEPENDS
- TEST_DEPENDS
and show them as a pseudo graphical tree with indication of the depends type.
Use back references for cross-connections.
|