Qt upstram dropped webkit from their releases, and only provides "community releases" of webkit.
However, the webkit it uses is very outdated (538.1).
There are however active forks of Qt5 webkit, most prominently https://github.com/annulen/webkit .
This replaces www/qt5-webkit with that.
This bringsIt is a drop in a port for this Qt5 webkit: `www/qt5-webkit-annulen`replacement, so everything should build fine against it.
If the user sets `QT5_USE_WEBKIT_FORK=annulen` in the environment USE_QT5=webkit will depend on this versioninstead of www/webkit-qt5.Pro:
* Stuff works better
* Less outdated
This gives us Qt5 webkit based on 602.1, which means,Con:
* Fullscreen of youtube in qupzilla for example gmail works better.is broken