1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/fraqtive:

- Switch to Qt 5
- Add patch to fix build with Qt 5
This commit is contained in:
Max Brazhnikov 2018-10-27 17:15:13 +00:00
parent 4322a210bb
commit 3920098f6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483153
2 changed files with 23 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= fraqtive
PORTVERSION= 0.4.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/
@ -13,8 +13,8 @@ COMMENT= Draws Mandelbrot and Julia fractals
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake qt:4 tar:bzip2
USE_QT= corelib gui opengl xml uic_build moc_build rcc_build
USES= qmake qt:5 tar:bzip2
USE_QT= core gui opengl widgets xml buildtools_build
USE_GL= gl glu
OPTIONS_DEFINE= SSE2

View File

@ -0,0 +1,20 @@
--- src/configurationdata.cpp.orig 2015-01-24 14:43:13 UTC
+++ src/configurationdata.cpp
@@ -25,6 +25,7 @@
#include <shlobj.h>
#endif
+#include <QDataStream>
#include <QDir>
#include <cstdlib>
--- src/fractalgenerator.h.orig 2012-12-03 22:37:51 UTC
+++ src/fractalgenerator.h
@@ -21,6 +21,7 @@
#include <QEvent>
#include <QMutex>
+#include <QObject>
#include <QWaitCondition>
#include "abstractjobprovider.h"