svn commit: r535750 - head/www/otter-browser/files

Tobias C. Berner tcberner at FreeBSD.org
Mon May 18 16:42:01 UTC 2020


Author: tcberner
Date: Mon May 18 16:42:00 2020
New Revision: 535750
URL: https://svnweb.freebsd.org/changeset/ports/535750

Log:
  www/otter-browser: prepare for Qt5-5.15

Added:
  head/www/otter-browser/files/
  head/www/otter-browser/files/patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp   (contents, props changed)
  head/www/otter-browser/files/patch-src_modules_windows_web_StartPageWidget.cpp   (contents, props changed)

Added: head/www/otter-browser/files/patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/otter-browser/files/patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp	Mon May 18 16:42:00 2020	(r535750)
@@ -0,0 +1,10 @@
+--- src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp.orig	2020-05-18 16:31:44 UTC
++++ src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp
+@@ -22,6 +22,7 @@
+ 
+ #include <QtGui/QMouseEvent>
+ #include <QtGui/QPainter>
++#include <QtGui/QPainterPath>
+ 
+ namespace Otter
+ {

Added: head/www/otter-browser/files/patch-src_modules_windows_web_StartPageWidget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/otter-browser/files/patch-src_modules_windows_web_StartPageWidget.cpp	Mon May 18 16:42:00 2020	(r535750)
@@ -0,0 +1,10 @@
+--- src/modules/windows/web/StartPageWidget.cpp.orig	2020-05-18 16:31:40 UTC
++++ src/modules/windows/web/StartPageWidget.cpp
+@@ -41,6 +41,7 @@
+ #include <QtGui/QGuiApplication>
+ #include <QtGui/QMouseEvent>
+ #include <QtGui/QPainter>
++#include <QtGui/QPainterPath>
+ #include <QtGui/QPixmapCache>
+ #include <QtWidgets/QDesktopWidget>
+ #include <QtWidgets/QGridLayout>


More information about the svn-ports-head mailing list