Changes between Version 286 and Version 287 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Jun 20, 2015, 9:47:04 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

remember how to see hidden deps to MacPorts' libs

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v286 v287  
    7272$ sudo port install `cat ports-list.txt | egrep -v "^(#.*|\w*)$" | xargs`
    7373}}}
    74 
     74and this shows which are the hidden dependencies to MacPorts:
     75{{{
     76$ cat ports-list.txt | egrep -v "^(#.*|\s*)$" | xargs port deps
     77}}}
    7578
    7679