#40782: wireshark-devel: update to 1.11.0 ------------------------------+----------------------- Reporter: ryandesign@… | Owner: hsivank@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: wireshark-devel | ------------------------------+----------------------- Comment (by hsivank@…): Replying to [comment:32 macports@…]:
Kerberos5 breaks build for now, so it is not enabled by default Is that specific to the cmake build? I had no trouble building with kerberos enabled without cmake.
CMake module embded in Wireshark to detect kerberos is not really correct (it miss k5crypto)[[BR]] Patching against this module is a waste of time. I propose add link flag at configure time : {{{ variant kerberos5 description {Build with Kerberos support} { configure.args-append -DENABLE_KERBEROS=ON \ -DCMAKE_SHARED_LINKER_FLAGS="-lk5crypto" depends_lib-append port:kerberos5 } }}}
i agree, maybe we can make *fake* x11 and rtp variants to support legacy ? Good point, especially since your variants have more descriptive names. Aliases can be created if and when they are needed (e.g. variant x11 requires gtk2). It will be great. Could a MacPort guru confirms it is a good idea ?
-- Ticket URL: <https://trac.macports.org/ticket/40782#comment:34> MacPorts <https://www.macports.org/> Ports system for OS X