Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 07:11:41 +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: r536076 - in head/graphics/fraqtive: . files
Message-ID:  <202005210711.04L7BfAU057285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May 21 07:11:41 2020
New Revision: 536076
URL: https://svnweb.freebsd.org/changeset/ports/536076

Log:
  graphics/fraqtive: prepare for Qt5-5.15

Added:
  head/graphics/fraqtive/files/patch-src_datafunctions.cpp   (contents, props changed)
  head/graphics/fraqtive/files/patch-src_shadewidget.cpp   (contents, props changed)
Modified:
  head/graphics/fraqtive/Makefile

Modified: head/graphics/fraqtive/Makefile
==============================================================================
--- head/graphics/fraqtive/Makefile	Thu May 21 06:47:46 2020	(r536075)
+++ head/graphics/fraqtive/Makefile	Thu May 21 07:11:41 2020	(r536076)
@@ -13,7 +13,7 @@ COMMENT=	Draws Mandelbrot and Julia fractals
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++11-lang gl qmake qt:5
+USES=		compiler:c++11-lang dos2unix gl qmake qt:5
 USE_QT=		core gui opengl widgets xml buildtools_build
 USE_GL=		gl glu
 
@@ -25,5 +25,7 @@ OPTIONS_DEFINE=	SSE2
 SSE2_DESC=	Enable SSE2 optimization
 SSE2_QMAKE_ON=	CONFIG+=sse2
 SSE2_QMAKE_OFF=	CONFIG+=no-sse2
+
+DOS2UNIX_FILES=	src/shadewidget.cpp
 
 .include <bsd.port.mk>

Added: head/graphics/fraqtive/files/patch-src_datafunctions.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/fraqtive/files/patch-src_datafunctions.cpp	Thu May 21 07:11:41 2020	(r536076)
@@ -0,0 +1,11 @@
+--- src/datafunctions.cpp.orig	2020-05-21 06:51:19 UTC
++++ src/datafunctions.cpp
+@@ -19,6 +19,8 @@
+ #include "datafunctions.h"
+ #include "fractaldata.h"
+ 
++#include <QPainterPath>
++
+ namespace DataFunctions
+ {
+ 

Added: head/graphics/fraqtive/files/patch-src_shadewidget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/fraqtive/files/patch-src_shadewidget.cpp	Thu May 21 07:11:41 2020	(r536076)
@@ -0,0 +1,10 @@
+--- src/shadewidget.cpp.orig	2020-05-21 07:06:17 UTC
++++ src/shadewidget.cpp
+@@ -20,6 +20,7 @@
+ 
+ #include <QPainter>
+ #include <QPaintEvent>
++#include <QPainterPath>
+ #include <QToolTip>
+ 
+ ShadeWidget::ShadeWidget( QWidget* parent ) : QWidget( parent ),



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