New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #29827 (closed defect: fixed)

Opened 2 years ago

Last modified 13 months ago

mtr uses ncurses without declaring a dependency

Reported by: ryandesign@… Owned by: mr_bond@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: haspatch Cc:
Port: mtr

Description

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.

Attachments

mtr-ncurses.diff (555 bytes) - added by ryandesign@… 2 years ago.
proposed patch

Change History

Changed 2 years ago by ryandesign@…

proposed patch

comment:1 Changed 13 months ago by jmr@…

Ping. This has been timed out for a while...

comment:2 Changed 13 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.