svn commit: r536108 - head/print/qpdfview/files
Tobias C. Berner
tcberner at FreeBSD.org
Thu May 21 10:59:21 UTC 2020
Author: tcberner
Date: Thu May 21 10:59:20 2020
New Revision: 536108
URL: https://svnweb.freebsd.org/changeset/ports/536108
Log:
print/qpdfview: prepare for Qt5-5.15
Added:
head/print/qpdfview/files/
head/print/qpdfview/files/patch-sources_djvumodel.cpp (contents, props changed)
head/print/qpdfview/files/patch-sources_model.h (contents, props changed)
Added: head/print/qpdfview/files/patch-sources_djvumodel.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/qpdfview/files/patch-sources_djvumodel.cpp Thu May 21 10:59:20 2020 (r536108)
@@ -0,0 +1,10 @@
+--- sources/djvumodel.cpp.orig 2020-05-21 10:55:32 UTC
++++ sources/djvumodel.cpp
+@@ -29,6 +29,7 @@ along with qpdfview. If not, see <http://www.gnu.org/
+ #include <cstdio>
+
+ #include <QFile>
++#include <QPainterPath>
+ #include <qmath.h>
+
+ #if defined(Q_OS_WIN) && defined(DJVU_STATIC)
Added: head/print/qpdfview/files/patch-sources_model.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/qpdfview/files/patch-sources_model.h Thu May 21 10:59:20 2020 (r536108)
@@ -0,0 +1,10 @@
+--- sources/model.h.orig 2020-05-21 10:55:32 UTC
++++ sources/model.h
+@@ -27,6 +27,7 @@ along with qpdfview. If not, see <http://www.gnu.org/
+ #include <QtPlugin>
+ #include <QWidget>
+ #include <QVector>
++#include <QPainterPath>
+
+ class QAbstractItemModel;
+ class QColor;
More information about the svn-ports-all
mailing list