Qt5 comes with QtWebView (see here http://doc.qt.io/qt-5/qtwebview-index.html). I guess it's due to the older version of QtWebEngine (qt5-webengine-5.9.5) that has been left along with Qt-5.12, qt5-webview isn't available. The projects that require webview aren't portable until qt5-webview becomes available.
Hi Yuri Ah, we seem to be missing a port for that, let me fix it, hopefully it is happy with 5.9.5, otherwise it will have to wait for [1] mfg Tobias [1] https://reviews.freebsd.org/D18757
A commit references this bug: Author: tcberner Date: Sun Jan 13 10:14:24 UTC 2019 New revision: 490122 URL: https://svnweb.freebsd.org/changeset/ports/490122 Log: New port: www/qt5-webview Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. [1] http://doc.qt.io/qt-5/qtwebview-index.html PR: 234910 Changes: head/Mk/Uses/qt.mk head/www/Makefile head/www/qt5-webview/ head/www/qt5-webview/Makefile head/www/qt5-webview/pkg-plist
Please let me know if its not working :)
(In reply to Tobias C. Berner from comment #3) Thank you!