pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/opencpn/patches Update OpenCPN to 5.0.0. Cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10e7f8921d1d
branches:  trunk
changeset: 321593:10e7f8921d1d
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Mon Mar 25 11:57:29 2019 +0000

description:
Update OpenCPN to 5.0.0. Changes since 4.8.8:
As a successor to OpenCPN Version 4.8, OpenCPN Version 5.0 contains many
new features and enhanced functions.
Among them are:

..Redesigned user interface, incorporating modern user interface elements and
  concepts.
..Support for multiple chart views simultaneously, using different charts
  display options if desired.
..User defined templates for easy recall of multiple configurations.
..Support for the widely available MBTiles chart format.
..Extended options for route and Waypoint creation.
..Expanded display of vector chart (ENC) information, including embedded
  images.
..Measurably improved performance and reliability over all supported platforms.

diffstat:

 geography/opencpn/patches/patch-src_wxcurl_base.cpp |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 976c3c9aa7c1 -r 10e7f8921d1d geography/opencpn/patches/patch-src_wxcurl_base.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/opencpn/patches/patch-src_wxcurl_base.cpp       Mon Mar 25 11:57:29 2019 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_wxcurl_base.cpp,v 1.1 2019/03/25 11:57:29 bouyer Exp $
+
+--- src/wxcurl/base.cpp.orig   2019-02-22 14:45:09.299106561 +0100
++++ src/wxcurl/base.cpp        2019-02-22 14:45:12.375254626 +0100
+@@ -28,6 +28,7 @@
+ 
+ #include <wx/curl/base.h>
+ #include <wx/filename.h>
++#include <cmath> // for isnan
+ 
+ 
+ //////////////////////////////////////////////////////////////////////



Home | Main Index | Thread Index | Old Index