[MacPorts] #29827: mtr uses ncurses without declaring a dependency

MacPorts noreply at macports.org
Tue Jun 14 10:02:46 PDT 2011


#29827: mtr uses ncurses without declaring a dependency
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  mr_bond@…           
     Type:  defect                   |      Status:  new                 
 Priority:  Normal                   |   Milestone:                      
Component:  ports                    |     Version:  1.9.2               
 Keywords:  haspatch                 |        Port:  mtr                 
-------------------------------------+--------------------------------------
 mtr uses the MacPorts ncurses library but does not declare a dependency on
 it.

 {{{
 $ port installed mtr
 The following ports are currently installed:
   mtr @0.80_0+universal (active)
 $ port deps mtr
 mtr @0.80_0+universal has no dependencies.
 $ port provides /opt/local/sbin/mtr
 /opt/local/sbin/mtr is provided by: mtr
 $ otool -L /opt/local/sbin/mtr
 /opt/local/sbin/mtr:
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 125.2.10)
         /opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0,
 current version 5.0.0)
         /usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current
 version 41.0.0)
 }}}

 The attached patch adds the dependency.

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


More information about the macports-tickets mailing list