[MacPorts] #40395: dragonegg-*: depend on libffi (and maybe zlib and ncurses)
#40395: dragonegg-*: depend on libffi (and maybe zlib and ncurses) -------------------------+------------------------------------------------- Reporter: larryv@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Keywords: | Port: dragonegg-3.0 dragonegg-3.1 | dragonegg-3.2 dragonegg-3.3 dragonegg-3.4 -------------------------+------------------------------------------------- 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 (???). -- Ticket URL: <https://trac.macports.org/ticket/40395> MacPorts <http://www.macports.org/> Ports system for OS X
#40395: dragonegg-*: depend on libffi (and maybe zlib and ncurses) -------------------------------------------------+------------------------- Reporter: larryv@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: | Keywords: Port: dragonegg-3.0 dragonegg-3.1 | dragonegg-3.2 dragonegg-3.3 dragonegg-3.4 | -------------------------------------------------+------------------------- Comment (by larryv@…): 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 % }}} -- Ticket URL: <https://trac.macports.org/ticket/40395#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts