Index: head/astro/qmapshack/Makefile =================================================================== --- head/astro/qmapshack/Makefile (revision 466260) +++ head/astro/qmapshack/Makefile (revision 466261) @@ -1,25 +1,26 @@ # Created by: Muhammad Moinur Rahman # $FreeBSD$ PORTNAME= qmapshack PORTVERSION= 1.11.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ MAINTAINER= bofh@FreeBSD.org COMMENT= Ultimate outdoor aficionado's tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ libquazip5.so:archivers/quazip@qt5 \ libroutino.so:astro/routino RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks USES= cmake compiler:c++11-lib desktop-file-utils jpeg USE_QT5= buildtools core dbus gui linguisttools network printsupport \ qmake script sql sql-sqlite3 uitools webkit widgets xml .include Index: head/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h =================================================================== --- head/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h (nonexistent) +++ head/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h (revision 466261) @@ -0,0 +1,13 @@ +Provide full definition of IDrawContext, needed when #including +this file in a context (ha!) without that definition already. + +--- src/qmapshack/dem/IDem.h.orig 2018-02-23 16:39:15 UTC ++++ src/qmapshack/dem/IDem.h +@@ -19,6 +19,7 @@ + #ifndef IDEM_H + #define IDEM_H + ++#include "canvas/IDrawContext.h" + #include "canvas/IDrawObject.h" + #include + #include Property changes on: head/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.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