[MacPorts] #23785: InsightToolkit deps on xorg libs

MacPorts noreply at macports.org
Fri Feb 19 15:09:17 PST 2010


#23785: InsightToolkit deps on xorg libs
---------------------------------+------------------------------------------
 Reporter:  dweber@…             |       Owner:  dweber@…                         
     Type:  request              |      Status:  new                              
 Priority:  Normal               |   Milestone:                                   
Component:  ports                |     Version:  1.8.2                            
 Keywords:                       |        Port:  InsightToolkit and prior versions
---------------------------------+------------------------------------------
 How can we track whether there are any real xorg deps for InsightToolkit?

 The following bash script turns up nothing:
 {{{
 #!/bin/bash

 dylibFiles=$(find /opt/local/lib/InsightToolkit-3.16 -type f -name
 "*.dylib")

 for f in ${dylibFiles}; do
     echo $f
     otool -L $f | grep 'X11'
 done
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/23785>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list