Opened 13 years ago

Closed 12 years ago

#29827 closed defect (fixed)

mtr uses ncurses without declaring a dependency

Reported by: ryandesign (Ryan Carsten Schmidt) 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 (1)

mtr-ncurses.diff (555 bytes) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: mtr-ncurses.diff added

proposed patch

comment:1 Changed 12 years ago by jmroot (Joshua Root)

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

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.