On 04/16/15 20:55, Sebastian Reitenbach wrote:
Ping

going to commit in a few days...


On 03/26/15 19:42, Sebastian Reitenbach wrote:
Hi,

attached updates qlgt to the latest release 1.8.1
Announcement 1.8.0

http://sourceforge.net/p/qlandkartegt/mailman/message/33383170/

1.8.1 fixes from 1.8.0:
Routing: Fix MapQuest URL

seems to work fine for me on amd64.

OK?

cheers,
Sebastian

Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/qlandkartegt/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile    19 Dec 2014 22:17:06 -0000    1.23
+++ Makefile    26 Mar 2015 18:34:57 -0000
@@ -2,8 +2,7 @@

  COMMENT =    garmin gps map management tool

-DISTNAME =    qlandkartegt-1.7.7
-REVISION =    0
+DISTNAME =    qlandkartegt-1.8.1
  CATEGORIES =    geo x11

  HOMEPAGE =    http://www.qlandkarte.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/geo/qlandkartegt/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo    29 Aug 2014 12:01:41 -0000    1.13
+++ distinfo    26 Mar 2015 18:34:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (qlandkartegt-1.7.7.tar.gz) =
Cw1lm+9YC/98aqvVY62b8M8tMkZ/4R5hPOqrWL5zY9A=
-SIZE (qlandkartegt-1.7.7.tar.gz) = 6723780
+SHA256 (qlandkartegt-1.8.1.tar.gz) =
ngYFq49MvSd0G1B/JS8INw6czKTgXsNYeCVsWbIqm+c=
+SIZE (qlandkartegt-1.8.1.tar.gz) = 6706349
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt    29 Aug 2014 12:01:41 -0000    1.1
+++ /dev/null    1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.1 2014/08/29 12:01:41 sebastia Exp $
-
-do not build failing experimental feature
-
---- CMakeLists.txt.orig    Thu Aug 28 00:18:25 2014
-+++ CMakeLists.txt    Thu Aug 28 00:19:56 2014
-@@ -94,7 +94,6 @@ endif (NOT QK_QT5_SERIAL_PORT)
-
- add_subdirectory(3rdparty/QZip)
- add_subdirectory(3rdparty/QTextHtmlExporter)
--add_subdirectory(3rdparty/QDeviceWatcher)
- add_subdirectory(3rdparty/getopt)
- add_subdirectory(3rdparty/map2gcm)
- add_subdirectory(3rdparty/map2rmap)
Index: patches/patch-src_CDeviceGarminBulk_cpp
===================================================================
RCS file: patches/patch-src_CDeviceGarminBulk_cpp
diff -N patches/patch-src_CDeviceGarminBulk_cpp
--- patches/patch-src_CDeviceGarminBulk_cpp    29 Aug 2014 12:01:41
-0000    1.1
+++ /dev/null    1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-$OpenBSD: patch-src_CDeviceGarminBulk_cpp,v 1.1 2014/08/29 12:01:41
sebastia Exp $
-
-do not build failing experimental feature
-
---- src/CDeviceGarminBulk.cpp.orig    Thu Aug 28 00:21:21 2014
-+++ src/CDeviceGarminBulk.cpp    Thu Aug 28 00:22:01 2014
-@@ -37,11 +37,9 @@
- CDeviceGarminBulk::CDeviceGarminBulk(QObject * parent)
- : IDevice("Garmin Mass Storage", parent)
- {
--    deviceWatcher = new QDeviceWatcher(this);
-     connect(deviceWatcher, SIGNAL(deviceAdded(QString)),
SLOT(slotDevice(QString)));
-     connect(deviceWatcher, SIGNAL(deviceChanged(QString)),
SLOT(slotDevice(QString)));
-     connect(deviceWatcher, SIGNAL(deviceRemoved(QString)),
SLOT(slotDevice(QString)));
--    deviceWatcher->start();
-
-     qDebug() <<
"***************************************CDeviceGarminBulk";
- }
Index: patches/patch-src_CMakeLists_txt
===================================================================
RCS file: patches/patch-src_CMakeLists_txt
diff -N patches/patch-src_CMakeLists_txt
--- patches/patch-src_CMakeLists_txt    29 Aug 2014 12:01:41 -0000    1.1
+++ /dev/null    1 Jan 1970 00:00:00 -0000
@@ -1,24 +0,0 @@
-$OpenBSD: patch-src_CMakeLists_txt,v 1.1 2014/08/29 12:01:41 sebastia
Exp $
-
-fix includes for OpenGL
-do not build failing experimental feature
-
---- src/CMakeLists.txt.orig    Wed Aug 27 23:36:56 2014
-+++ src/CMakeLists.txt    Thu Aug 28 00:19:29 2014
-@@ -672,7 +672,7 @@ endif(UNIX)
- set(qlandkarte_include_dirs
-   ${CMAKE_BINARY_DIR}
-   ${CMAKE_CURRENT_BINARY_DIR}
--  ${OPENGL_INCLUDE_DIRS}
-+  ${OPENGL_INCLUDE_DIR}
-   ${GDAL_INCLUDE_DIRS}
-   ${PROJ_INCLUDE_DIRS}
-   ${QT_QTXML_INCLUDE_DIR}
-@@ -800,7 +800,6 @@ set(qlandkarte_link_libs
-     ${GPSD_LIBRARIES}
-     qzip
-     qtexthtmlexporter
--    qdevicewatcher
-     getopt
-     ${QTSOAP_LIBRARIES}
-     ${PROFILING_LIBRARIES}
Index: patches/patch-src_CMouseMoveMap_cpp
===================================================================
RCS file: patches/patch-src_CMouseMoveMap_cpp
diff -N patches/patch-src_CMouseMoveMap_cpp
--- patches/patch-src_CMouseMoveMap_cpp    29 Aug 2014 12:01:41 -0000
1.1
+++ /dev/null    1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_CMouseMoveMap_cpp,v 1.1 2014/08/29 12:01:41
sebastia Exp $
-
-fix crash deleting a waypoint via right mouse button
-from upstream r3982
-
---- src/CMouseMoveMap.cpp.orig    Thu Aug 28 11:56:09 2014
-+++ src/CMouseMoveMap.cpp    Thu Aug 28 11:56:29 2014
-@@ -421,6 +421,9 @@ void CMouseMoveMap::slotDeleteWpt()
-
-     CWpt * selWpt = selWpts.first().wpt;
-     QString key = selWpt->getKey();
-+
-+    selWpts.clear();
-+
-     CWptDB::self().delWpt(key);
- }
-
Index: patches/patch-src_CWptDB_cpp
===================================================================
RCS file: patches/patch-src_CWptDB_cpp
diff -N patches/patch-src_CWptDB_cpp
--- patches/patch-src_CWptDB_cpp    29 Aug 2014 12:01:41 -0000    1.1
+++ /dev/null    1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-src_CWptDB_cpp,v 1.1 2014/08/29 12:01:41 sebastia Exp $
-
-fix crash on aborting waypoint creation
-from upstream r3984
-
---- src/CWptDB.cpp.orig    Thu Aug 28 12:05:40 2014
-+++ src/CWptDB.cpp    Thu Aug 28 12:06:10 2014
-@@ -307,7 +307,7 @@ CWpt * CWptDB::newWpt(float lon, float lat, float
ele,
-         CDlgEditWpt dlg(*wpt,theMainWindow->getCanvas());
-         if(dlg.exec() == QDialog::Rejected)
-         {
--            delete wpt;
-+        wpt->deleteLater();
-             return 0;
-         }
-     }



Reply via email to