Opened 13 years ago
Closed 13 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)
Change History (3)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | mtr-ncurses.diff added |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
proposed patch