Index: head/misc/crosti/Makefile =================================================================== --- head/misc/crosti/Makefile (revision 478524) +++ head/misc/crosti/Makefile (revision 478525) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= crosti DISTVERSION= 1.13.3 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/crosti/crosti%20${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Convert custom image to cross stitch design, edit stitch designs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt USES= desktop-file-utils dos2unix qmake qt:5 shared-mime-info zip USE_GL= gl USE_QT= concurrent core gui printsupport svg widgets buildtools_build -DOS2UNIX_FILES= ${PORTNAME}.pro +DOS2UNIX_GLOB= *.cpp *.csc *.h *.pro *.txt *.xml NO_WRKSUBDIR= yes .include Index: head/misc/crosti/files/patch-src_usrhcpp_mainwindow.h =================================================================== --- head/misc/crosti/files/patch-src_usrhcpp_mainwindow.h (nonexistent) +++ head/misc/crosti/files/patch-src_usrhcpp_mainwindow.h (revision 478525) @@ -0,0 +1,12 @@ +Fix build with Qt 5.11 + +--- src/usrhcpp/mainwindow.h.orig 2018-08-31 06:10:35 UTC ++++ src/usrhcpp/mainwindow.h +@@ -40,6 +40,7 @@ along with crosti. If not, see + #endif + ++#include + #include + + class CMiniMap; Property changes on: head/misc/crosti/files/patch-src_usrhcpp_mainwindow.h ___________________________________________________________________ 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