Opened 11 years ago

Closed 8 years ago

#40395 closed defect (wontfix)

dragonegg-*: depend on libffi (and maybe zlib and ncurses)

Reported by: larryv (Lawrence Velázquez) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.2.99
Keywords: Cc:
Port: dragonegg-3.0 dragonegg-3.1 dragonegg-3.2 dragonegg-3.3 dragonegg-3.4

Description

The plugins for all versions opportunistically link to libffi.

The DragonEgg 3.3 and 3.4 plugins also link to zlib, and the 3.4 plugins link to ncurses (???).

Attachments (1)

otool-dragonegg.txt (5.6 KB) - added by larryv (Lawrence Velázquez) 11 years ago.
output of "otool -L /opt/local/libexec/dragonegg/*.so"

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by larryv (Lawrence Velázquez)

Attachment: otool-dragonegg.txt added

output of "otool -L /opt/local/libexec/dragonegg/*.so"

comment:1 in reply to:  description Changed 11 years ago by larryv (Lawrence Velázquez)

Hm. Ironically, libncurses seems to be the only one that’s actually used.

% find /opt/local/libexec/dragonegg -name '*.so' -exec nm -m {} + | grep libffi | wc -l
       0
% find /opt/local/libexec/dragonegg -name '*.so' -exec nm -m {} + | grep libz | wc -l
       0
% find /opt/local/libexec/dragonegg -name '*.so' -exec nm -m {} + | grep libncurses | wc -l
      16
%

comment:2 Changed 8 years ago by jeremyhu (Jeremy Huddleston Sequoia)

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