#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 jpo@…): hsivank, The just released wireshark 1.6.1 no longer prints a warning if the wspy_dissectors directory doesn't exists. With the following post-destroot block commented {{{ if {[variant_isset python25] || [variant_isset python26] || [variant_isset python27]} { ... } }}} only four files are installed in /opt/local/lib/wireshark/python/1.6.1/ (no wspy_dissectors subdirectory) {{{ $ ls /opt/local/lib/wireshark/python/1.6.1/ homeplug.py.sample register-dissector.py wspy_dissector.py wspy_libws.py }}} and 'tshark -v' produces the following output {{{ $ tshark -v dlopen(libwireshark.dylib, 6): image not found TShark 1.6.1 (SVN Rev Unknown from unknown) Copyright 1998-2011 Gerald Combs <gerald@wireshark.org> and contributors. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled (64-bit) with GLib 2.28.8, with libpcap 1.1.1, with libz 1.2.5, without POSIX capabilities, without libpcre, with SMI 0.4.8, with c-ares 1.7.4, with Lua 5.1, with Python, without GnuTLS, with Gcrypt 1.5.0, with MIT Kerberos, without GeoIP. Running on Mac OS 10.6.8 (Darwin 10.8.0), with libpcap version 1.1.1, with libz 1.2.5. Built using gcc 4.2.1 (Apple Inc. build 5666) (dot 3). }}} -- Ticket URL: <https://trac.macports.org/ticket/29968#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS