From owner-svn-ports-head@freebsd.org Mon Jun 1 06:36:22 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9F96A32B969; Mon, 1 Jun 2020 06:36:22 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49b56Z3l14z4FnW; Mon, 1 Jun 2020 06:36:22 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 774D126DF2; Mon, 1 Jun 2020 06:36:22 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0516aM9A036090; Mon, 1 Jun 2020 06:36:22 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0516aLYd036086; Mon, 1 Jun 2020 06:36:21 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202006010636.0516aLYd036086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Mon, 1 Jun 2020 06:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537459 - head/x11-toolkits/qwt6/files X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: head/x11-toolkits/qwt6/files X-SVN-Commit-Revision: 537459 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2020 06:36:22 -0000 Author: lbartoletti Date: Mon Jun 1 06:36:21 2020 New Revision: 537459 URL: https://svnweb.freebsd.org/changeset/ports/537459 Log: x11-toolkits/qwt6: prepare for Qt5-5.15 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25064 Added: head/x11-toolkits/qwt6/files/patch-src_qwt__null__paintdevice.h (contents, props changed) head/x11-toolkits/qwt6/files/patch-src_qwt__painter.h (contents, props changed) head/x11-toolkits/qwt6/files/patch-src_qwt__painter__command.h (contents, props changed) head/x11-toolkits/qwt6/files/patch-src_qwt__plot__glcanvas.h (contents, props changed) Added: head/x11-toolkits/qwt6/files/patch-src_qwt__null__paintdevice.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qwt6/files/patch-src_qwt__null__paintdevice.h Mon Jun 1 06:36:21 2020 (r537459) @@ -0,0 +1,10 @@ +--- src/qwt_null_paintdevice.h.orig 2020-05-30 06:48:02 UTC ++++ src/qwt_null_paintdevice.h +@@ -11,6 +11,7 @@ + #define QWT_NULL_PAINT_DEVICE_H 1 + + #include "qwt_global.h" ++#include + #include + #include + Added: head/x11-toolkits/qwt6/files/patch-src_qwt__painter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qwt6/files/patch-src_qwt__painter.h Mon Jun 1 06:36:21 2020 (r537459) @@ -0,0 +1,18 @@ +--- src/qwt_painter.h.orig 2020-05-30 06:47:45 UTC ++++ src/qwt_painter.h +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + class QPainter; + class QBrush; +@@ -31,7 +32,6 @@ class QwtColorMap; + class QwtInterval; + + class QTextDocument; +-class QPainterPath; + + /*! + \brief A collection of QPainter workarounds Added: head/x11-toolkits/qwt6/files/patch-src_qwt__painter__command.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qwt6/files/patch-src_qwt__painter__command.h Mon Jun 1 06:36:21 2020 (r537459) @@ -0,0 +1,12 @@ +--- src/qwt_painter_command.h.orig 2020-05-30 06:55:43 UTC ++++ src/qwt_painter_command.h +@@ -15,8 +15,7 @@ + #include + #include + #include +- +-class QPainterPath; ++#include + + /*! + QwtPainterCommand represents the attributes of a paint operation Added: head/x11-toolkits/qwt6/files/patch-src_qwt__plot__glcanvas.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qwt6/files/patch-src_qwt__plot__glcanvas.h Mon Jun 1 06:36:21 2020 (r537459) @@ -0,0 +1,10 @@ +--- src/qwt_plot_glcanvas.h.orig 2020-05-30 07:00:16 UTC ++++ src/qwt_plot_glcanvas.h +@@ -11,6 +11,7 @@ + #define QWT_PLOT_GLCANVAS_H + + #include "qwt_global.h" ++#include + #include + #include +