head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q2:1.2.0.16 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.14 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.12 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.10 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.8 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.6 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.4 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.2 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.1.1.1.0.28 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.26 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.24 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.22 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.20 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.18 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.16 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.14 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.12 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.10 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.8 pkgsrc-2008Q1:1.1.1.1.0.6 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.4 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.2 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2012.09.30.01.50.16; author dholland; state dead; branches; next 1.2; 1.2 date 2010.08.27.06.11.50; author adam; state Exp; branches; next 1.1; 1.1 date 2007.07.12.19.56.14; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.07.12.19.56.14; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Update to 2.8.0; fixes build with current boost. Build system changed to cmake. Rename patch-ab; the other pre-existing patches do not appear to be needed any further. No recent upstream news or changelog appears to exist. The project home page doesn't admit the existence of versions newer than 2.0.0, but there are several, corresponding to the recent versions of FlightGear. @ text @$NetBSD: patch-ab,v 1.2 2010/08/27 06:11:50 adam Exp $ --- simgear/scene/sky/cloud.cxx.orig 2010-02-17 15:39:21.000000000 +0000 +++ simgear/scene/sky/cloud.cxx @@@@ -28,7 +28,7 @@@@ #include -#include +#include #include #include @@@@ -695,7 +695,7 @@@@ bool SGCloudLayer::reposition( const SGV // this happens, lets just use the last known good course. // This is a hack, and it would probably be better to make // calc_gc_course_dist() more robust. - if ( isnan(course) ) { + if ( std::isnan(course) ) { course = last_course; } else { last_course = course; @ 1.2 log @Changes 2.0.0: * No changelog available. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- simgear/scene/sky/cloud.cxx.orig 2007-07-12 19:52:40.000000000 +0200 d5 3 a7 2 @@@@ -27,7 +27,7 @@@@ #include a8 1 // #include d12 3 a14 3 #include #include @@@@ -724,7 +724,7 @@@@ bool SGCloudLayer::reposition( sgVec3 p, @ 1.1.1.1 log @import simgear-0.3.10, prepared by Juan Romero Pardines in pkgsrc-wip This is a library fon 3d simulations, used by the flightgear flight simulator. @ text @@