#29968: RFE: wireshark-devel: variants ipv6 gtk3 python ------------------------------+--------------------------------------------- Reporter: jpo@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: wireshark-devel ------------------------------+--------------------------------------------- Comment(by hsivank@…): Replying to [comment:16 jpo@…]:
With the following post-destroot block commented
{{{ if {[variant_isset python25] || [variant_isset python26] || [variant_isset python27]} { ... } }}}
and 'tshark -v' produces the following output
{{{ $ tshark -v dlopen(libwireshark.dylib, 6): image not found }}}
This commented lines contain a fix for "dlopen(libwireshark.dylib, 6): image not found" : Python interpreter is not correct {{{ reinplace "s|libwireshark.dylib|${prefix}/lib/libwireshark.dylib|g" ${worksrcpath}/epan/wspython/wspy_libws.py }}} -- Ticket URL: <https://trac.macports.org/ticket/29968#comment:18> MacPorts <http://www.macports.org/> Ports system for Mac OS