pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/opencpn-plugin-weather_routing/patches



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.

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,



Home | Main Index | Thread Index | Old Index