On 2017/09/07 12:45, Jérôme KASPER wrote: > Hi ports, > > attached an update to wxWidgets 3.0.3.1 . > > improvements : > - Switch to github > - unified package instead of -main, -media > - dependancies upgraded to GTK+3 , SDL2 and gstreamer1 > > built on AMD64. This is my first port work so there might be mistakes lasting. > Any comments welcome. > > Best regards, > Jerome KASPER
You picked a bit of a challenge for first ports work, I think! A number of other ports use wxWidgets and would need testing with the update: $ sqlite3 /usr/local/share/sqlports SQLite version 3.20.0 2017-08-01 13:24:15 Enter ".help" for usage hints. sqlite> select distinct fullpkgpath from depends where dependspath like 'x11/wxWidgets%'; audio/audacity cad/kicad,-main databases/pgadmin3 devel/codeblocks devel/p5-Alien-wxWidgets devel/poedit devel/rapidsvn games/golly games/megaglest/base games/scorched3d games/scummvm-tools geo/spatialite/gis geo/spatialite/gui geo/spatialite/librewms graphics/delaboratory graphics/discwrapper graphics/hugin lang/erlang/16,-wx lang/erlang/17,-wx lang/erlang/18,-wx lang/erlang/19,-wx math/wxMaxima misc/rocrail,-gui multimedia/dvdstyler net/amule,-daemon net/amule,-main net/amule,-web net/dysnomia net/filezilla telephony/iaxclient,-iaxcomm x11/nx/opennx x11/p5-Wx x11/py-wxPython x11/wxSVG x11/wxWidgets,-media x11/wxWidgets,-main x11/xchm .. there are quite a few changes compared to 2.x (see http://docs.wxwidgets.org/3.0.0/overview_changes_since28.html) so my understanding is that it's likely to need work on the ports using it. (Also note we're gearing up to release now, it's definitely too late for a change like this, or even spending much time looking at it, until after 6.2 is done).
