Re: [MacPorts] #40782: wireshark-devel: update to 1.11.0
#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 mojca@…): * `checksums`: you should use `rmd160` and `sha256`. You may remove `md5` and `sha1`. * `depends_build`: use `depends_build-append` instead and remove dependency on `cmake`. * `configure.args`: use `configure.args-append` unless you have to overwrite all settings set by the cmake group. * you should not use `default_variants +qt5`; you should first check that the user did not set `+qt4` (ask if you need advice on coding that, there are plenty examples in other ports, but basically you just need to remove the variant and put it in the "`if {![variant_isset qt4] && ![variant_isset qt5]} {`" block); or rather, you should also check that the user did not specify `+gtk3` before enabling `qt5` (if you plan to keep support for gtk3 and if you want the variants to conflict) * enable things like lua and zlib by default -- Ticket URL: <https://trac.macports.org/ticket/40782#comment:30> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts