Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2020 16:56:46 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538034 - head/math/vtk8/files
Message-ID:  <202006051656.055Gukt6035211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lbartoletti
Date: Fri Jun  5 16:56:46 2020
New Revision: 538034
URL: https://svnweb.freebsd.org/changeset/ports/538034

Log:
  math/vtk8: prepare for Qt5.15 (follow-up rP536987)
  
  It seems that I forgot to ship this patch in the last review/commit.
  
  Approved by:	tcberner (mentor), adridg
  Differential Revision:	https://reviews.freebsd.org/D25142

Added:
  head/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx   (contents, props changed)

Added: head/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx	Fri Jun  5 16:56:46 2020	(r538034)
@@ -0,0 +1,10 @@
+--- Rendering/Qt/vtkQtStringToImage.cxx.orig	2020-06-05 04:36:21 UTC
++++ Rendering/Qt/vtkQtStringToImage.cxx
+@@ -31,6 +31,7 @@
+ #include <QFontMetrics>
+ #include <QImage>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QTextDocument>
+ #include <QTextStream>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006051656.055Gukt6035211>