#16268 closed defect (fixed)
tnef should declare dependency on gettext
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | sal@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: |
Description
tnef links with gettext's libintl but does not declare the gettext port as a dependency.
$ otool -L /mp/bin/tnef /mp/bin/tnef: /mp/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1) $ port deps tnef tnef has no dependencies $
Change History (2)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
No response from maintainer, so I added the dependency in r39518.