Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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: newclosed

No response from maintainer, so I added the dependency in r39518.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.