Date: Thu, 21 May 2020 10:59:20 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536108 - head/print/qpdfview/files Message-ID: <202005211059.04LAxK6s000384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005211059.04LAxK6s000384>