On Thu Jul 30, 2020 at 08:34:09AM +0300, Kirill Bychkov wrote:
> On Thu, July 16, 2020 09:58, Rafael Sadowski wrote:
> > geo/qlandkartegt is dead upstream. It has been replaced by QMapShack,
> > which looks really nice:
> >
> > https://github.com/Maproom/qmapshack
> >
> > Anybody want to port this? I think we need another dependency, everything
> > else should be there. http://www.routino.org/
> >
> > Or can we simply delete qlandkartegt?

I prefer to replace qlandkartegt by qmapshack and set an note msg in
quirks. The applications sounds useful.

> >
> > Rafael Sadowski
> >
> >
> 
> Hi!
> Find both ports attached. They were imported to openbsd-wip also.

Hi Kirill,

thanks for you work! qmapshack runs fine here.
OK for routino. OK for qmapshack with the following small tweaks.
... and of course OK to REMOVE qlandkartegt

BTW, nice CONFIGURE_ARGS-cmake FLAGS hack.

Cheers,

Rafael Sadowski

--- Makefile.orig       Sun Aug 16 21:26:06 2020
+++ Makefile    Sun Aug 16 17:40:42 2020
@@ -2,16 +2,14 @@
 
 COMMENT =      map management tool
 
-GH_ACCOUNT =   Maproom
-GH_PROJECT =   qmapshack
-GH_TAGNAME =   V_1.14.1
+GH_ACCOUNT =   Maproom
+GH_PROJECT =   qmapshack
+GH_TAGNAME =   V_1.14.1
 
 CATEGORIES =   geo
 
 HOMEPAGE =     https://github.com/Maproom/qmapshack/wiki
 
-#MAINTAINER =  
-
 # GPLv3
 PERMIT_PACKAGE =       Yes
 
@@ -28,10 +26,12 @@ LIB_DEPENDS =               archivers/quazip \
                        devel/proj \
                        geo/gdal,-main \
                        geo/routino \
+                       x11/qt5/qtdeclarative \
+                       x11/qt5/qttools \
                        x11/qt5/qtwebengine
 
-CONFIGURE_ARGS =       
-DCMAKE_CXX_FLAGS=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1
+CONFIGURE_ARGS =       
-DCMAKE_CXX_FLAGS=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1
 
-NO_TEST =              Yes
+NO_TEST =              Yes
 
 .include <bsd.port.mk>


Reply via email to