Index: head/graphics/drawpile/Makefile =================================================================== --- head/graphics/drawpile/Makefile +++ head/graphics/drawpile/Makefile @@ -2,6 +2,7 @@ PORTNAME= Drawpile DISTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org Index: head/graphics/drawpile/files/patch-src_desktop_widgets_userlistwidget.h =================================================================== --- head/graphics/drawpile/files/patch-src_desktop_widgets_userlistwidget.h +++ head/graphics/drawpile/files/patch-src_desktop_widgets_userlistwidget.h @@ -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; +