Index: head/graphics/fraqtive/Makefile =================================================================== --- head/graphics/fraqtive/Makefile (revision 483152) +++ head/graphics/fraqtive/Makefile (revision 483153) @@ -1,25 +1,25 @@ # Created by: Markus Brueffer # $FreeBSD$ PORTNAME= fraqtive PORTVERSION= 0.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org 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 SSE2_DESC= Enable SSE2 optimization SSE2_QMAKE_ON= CONFIG+=sse2 SSE2_QMAKE_OFF= CONFIG+=no-sse2 .include Index: head/graphics/fraqtive/files/patch-qt5 =================================================================== --- head/graphics/fraqtive/files/patch-qt5 (nonexistent) +++ head/graphics/fraqtive/files/patch-qt5 (revision 483153) @@ -0,0 +1,20 @@ +--- src/configurationdata.cpp.orig 2015-01-24 14:43:13 UTC ++++ src/configurationdata.cpp +@@ -25,6 +25,7 @@ + #include + #endif + ++#include + #include + #include + +--- src/fractalgenerator.h.orig 2012-12-03 22:37:51 UTC ++++ src/fractalgenerator.h +@@ -21,6 +21,7 @@ + + #include + #include ++#include + #include + + #include "abstractjobprovider.h" Property changes on: head/graphics/fraqtive/files/patch-qt5 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property