Received: by mail.netbsd.org (Postfix, from userid 605) id 9BACB84E47; Mon, 25 Mar 2019 11:57:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2372C84D36 for ; Mon, 25 Mar 2019 11:57:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UQDx8PNeJWvk for ; Mon, 25 Mar 2019 11:57:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B73784CFC for ; Mon, 25 Mar 2019 11:57:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6617CFB16; Mon, 25 Mar 2019 11:57:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155351504999890" MIME-Version: 1.0 Date: Mon, 25 Mar 2019 11:57:29 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/geography/opencpn/patches To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20190325115729.6617CFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155351504999890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Mon Mar 25 11:57:29 UTC 2019 Added Files: pkgsrc/geography/opencpn/patches: patch-src_wxcurl_base.cpp Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ pkgsrc/geography/opencpn/patches/patch-src_wxcurl_base.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155351504999890 Content-Disposition: inline Content-Length: 698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/geography/opencpn/patches/patch-src_wxcurl_base.cpp diff -u /dev/null pkgsrc/geography/opencpn/patches/patch-src_wxcurl_base.cpp:1.1 --- /dev/null Mon Mar 25 11:57:29 2019 +++ pkgsrc/geography/opencpn/patches/patch-src_wxcurl_base.cpp Mon Mar 25 11:57:29 2019 @@ -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 + #include ++#include // for isnan + + + ////////////////////////////////////////////////////////////////////// --_----------=_155351504999890--