On 2021/09/01 16:00, Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update mtr to 0.94. > > Notable changes: > > - Drop upstream patches which are now part of the release > - Disable new optional dependency on devel/jansson to produce JSON output > - Switch from Gtk+2 to Gtk+3 > > Comments? OK?
Please remove MODPY_VERSION, the tests fail with 3.x just as well as they fail with 2.x ;) --json in the old version used internal code that mostly worked but produced slightly buggy output. The new version cleaned that up by moving to external libjansson, so by using --without-jansson it removes a feature that was present before. Personally I would keep that support.