Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 96BF77A1F5 for ; Tue, 18 Apr 2017 16:54:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 418DF84DB7; Tue, 18 Apr 2017 16:54:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4FCC84DAD for ; Tue, 18 Apr 2017 16:54:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5R6yb1yg7QZ1 for ; Tue, 18 Apr 2017 16:54:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 30A1784D7E for ; Tue, 18 Apr 2017 16:54:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2792CFBE4; Tue, 18 Apr 2017 16:54:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492534475220200" MIME-Version: 1.0 Date: Tue, 18 Apr 2017 16:54:35 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/geography/opencpn-plugin-weather_routing/patches To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20170418165435.2792CFBE4@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. --_----------=_1492534475220200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Tue Apr 18 16:54:35 UTC 2017 Added Files: pkgsrc/geography/opencpn-plugin-weather_routing/patches: patch-src_RouteMapOverlay.cpp Log Message: Add patch missed from the 20170414 update. This caused the build to fail so no change to PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ pkgsrc/geography/opencpn-plugin-weather_routing/patches/patch-src_RouteMapOverlay.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492534475220200 Content-Disposition: inline Content-Length: 853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/geography/opencpn-plugin-weather_routing/patches/patch-src_RouteMapOverlay.cpp diff -u /dev/null pkgsrc/geography/opencpn-plugin-weather_routing/patches/patch-src_RouteMapOverlay.cpp:1.1 --- /dev/null Tue Apr 18 16:54:35 2017 +++ pkgsrc/geography/opencpn-plugin-weather_routing/patches/patch-src_RouteMapOverlay.cpp Tue Apr 18 16:54:35 2017 @@ -0,0 +1,12 @@ +$NetBSD: patch-src_RouteMapOverlay.cpp,v 1.1 2017/04/18 16:54:35 bouyer Exp $ +--- src/RouteMapOverlay.cpp.orig 2017-04-14 13:36:07.000000000 +0200 ++++ src/RouteMapOverlay.cpp 2017-04-14 13:36:23.000000000 +0200 +@@ -1186,7 +1186,7 @@ + } + Unlock(); + +- if(isinf(mindt)) ++ if(std::isinf(mindt)) + goto not_able_to_propagate; + + destination_position = new Position(configuration.EndLat, configuration.EndLon, --_----------=_1492534475220200--