Index: head/graphics/drawpile/Makefile =================================================================== --- head/graphics/drawpile/Makefile (revision 466259) +++ head/graphics/drawpile/Makefile (revision 466260) @@ -1,41 +1,42 @@ # $FreeBSD$ PORTNAME= Drawpile DISTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org COMMENT= Collaborative drawing program LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgif.so:graphics/giflib \ libmicrohttpd.so:www/libmicrohttpd \ libminiupnpc.so:net/miniupnpc \ libsodium.so:security/libsodium USES= cmake:outsource desktop-file-utils kde:5 pkgconfig shared-mime-info USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tl} USE_QT5= core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build USE_KDE= archive OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} PLIST_SUB= PORTVERSION=${PORTVERSION} post-install: .for SZ in 16 32 64 128 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/mimetypes ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile-${SZ}x${SZ}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/drawpile.png ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile-${SZ}x${SZ}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/mimetypes/application-x-drawpile-recording.png ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile-${SZ}x${SZ}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/mimetypes/gnome-mime-application-x-drawpile-recording.png .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/desktop/x-drawpile.xml ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile.desktop ${STAGEDIR}${PREFIX}/share/applications @${RM} ${STAGEDIR}${DOCSDIR}/COPYING .include Index: head/graphics/drawpile/files/patch-src_desktop_widgets_userlistwidget.h =================================================================== --- head/graphics/drawpile/files/patch-src_desktop_widgets_userlistwidget.h (nonexistent) +++ head/graphics/drawpile/files/patch-src_desktop_widgets_userlistwidget.h (revision 466260) @@ -0,0 +1,13 @@ +Missing include: + userlistwidget.h:64:30: error: unknown type name 'QItemSelection' + +--- src/desktop/widgets/userlistwidget.h.orig 2018-03-17 15:25:30 UTC ++++ src/desktop/widgets/userlistwidget.h +@@ -23,6 +23,7 @@ + + #include + #include ++#include + + class Ui_UserBox; + Property changes on: head/graphics/drawpile/files/patch-src_desktop_widgets_userlistwidget.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