svn commit: r538034 - head/math/vtk8/files

Loïc Bartoletti lbartoletti at FreeBSD.org
Fri Jun 5 16:56:47 UTC 2020


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>


More information about the svn-ports-all mailing list