head 1.2; access; symbols pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2025.10.09.09.04.11; author wiz; state dead; branches; next 1.1; commitid V0vJO3EkFDMgfSdG; 1.1 date 2024.05.26.13.15.44; author markd; state Exp; branches; next ; commitid Soi7oG4OD2mUJvbF; desc @@ 1.2 log @kf6kcalendarcore: remove patch removed from distinfo during update @ text @$NetBSD: patch-src_incidence.cpp,v 1.1 2024/05/26 13:15:44 markd Exp $ isnan not declared in scope --- src/incidence.cpp.orig 2024-05-03 12:23:27.000000000 +0000 +++ src/incidence.cpp @@@@ -1047,7 +1047,7 @@@@ void Incidence::setGeoLatitude(float geo return; } - if (isnan(geolatitude)) { + if (std::isnan(geolatitude)) { geolatitude = INVALID_LATLON; } if (geolatitude != INVALID_LATLON && (geolatitude < -90.0 || geolatitude > 90.0)) { @@@@ -1075,7 +1075,7 @@@@ void Incidence::setGeoLongitude(float ge return; } - if (isnan(geolongitude)) { + if (std::isnan(geolongitude)) { geolongitude = INVALID_LATLON; } if (geolongitude != INVALID_LATLON && (geolongitude < -180.0 || geolongitude > 180.0)) { @ 1.1 log @kf6-kcalendarcore: add version 6.2.0 KDE Frameworks 6 kcalendarcore. This library provides access to and handling of calendar data. It supports the standard formats iCalendar and vCalendar and the group scheduling standard iTIP. A calendar contains information like incidences (events, to-dos, journals), alarms, time zones, and other useful information. This API provides access to that calendar information via well known calendar formats iCalendar (or iCal) and the older vCalendar. @ text @d1 1 a1 1 $NetBSD$ @