Bug 234910

Summary: qt5-webview is missing
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner, w.schwarzenfeld
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2019-01-12 21:21:30 UTC
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.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2019-01-13 09:32:33 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-13 10:15:08 UTC
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
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2019-01-13 10:20:37 UTC
Please let me know if its not working :)
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2019-01-13 10:26:10 UTC
(In reply to Tobias C. Berner from comment #3)

Thank you!