svn commit: r539981 - head/science/elmerfem/files

Loïc Bartoletti lbartoletti at FreeBSD.org
Tue Jun 23 15:49:31 UTC 2020


Author: lbartoletti
Date: Tue Jun 23 15:49:30 2020
New Revision: 539981
URL: https://svnweb.freebsd.org/changeset/ports/539981

Log:
  science/elmerfem: Prepare for Qt5.15
  
  PR:             247010
  Approved by:    tcberner (mentor, implicit)
  Differential Revision:  https://reviews.freebsd.org/D25412

Added:
  head/science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp   (contents, props changed)

Added: head/science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp	Tue Jun 23 15:49:30 2020	(r539981)
@@ -0,0 +1,10 @@
+--- ElmerGUI/Application/twod/renderarea.cpp.orig	2020-06-23 12:25:41 UTC
++++ ElmerGUI/Application/twod/renderarea.cpp
+@@ -38,6 +38,7 @@
+  *                                                                           *
+  *****************************************************************************/
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QMouseEvent>
+ #include <QFile>
+ #include <QTextStream>


More information about the svn-ports-all mailing list