head 1.2; access; symbols pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2021.03.19.10.45.31; author nia; state dead; branches; next 1.1; commitid GBsVeCuLH2SZjULC; 1.1 date 2020.11.07.10.30.20; author nia; state Exp; branches; next ; commitid eApTZxAx68j4uWuC; desc @@ 1.2 log @libical: Update to 3.0.9 Version 3.0.9 is a patch release. This release is binary and source compatible with version 3.0.0. Note that the libical-glib library is considered unstable; therefore not binary compatible with previous releases Release Notes: - Add support for empty parameters, e.g. CN="" - Accept VTIMEZONE with more than one X- property - Several fixes for recurrences containing BYWEEKNO - icalrecurrencetype_from_string() will reject any RRULE that contains a rule-part that occurs more than once - Improve thread safety - Fix compiled-in path for the built-in timezone data - Fix reading TZif files with empty v1 data (use v2+ whenever possible) - Add backwards compatibility for previous TZIDs - Built-in timezones updated to tzdata2020d - Fix build with newer libicu - Fix cross-compile support in libical-glib @ text @$NetBSD: patch-ConfigureChecks.cmake,v 1.1 2020/11/07 10:30:20 nia Exp $ [PATCH] Fix build with icu-68.1 https://github.com/libical/libical/commit/a3308a23912bba2db654a8c456165c31888cc897.patch --- ConfigureChecks.cmake.orig 2020-03-07 14:42:42.000000000 +0000 +++ ConfigureChecks.cmake @@@@ -10,6 +10,7 @@@@ check_include_files(sys/utsname.h HAVE_S check_include_files(fcntl.h HAVE_FCNTL_H) check_include_files(unistd.h HAVE_UNISTD_H) check_include_files(wctype.h HAVE_WCTYPE_H) +check_include_files(stdbool.h HAVE_STDBOOL_H) include(CheckFunctionExists) if(WIN32 AND MSVC) @ 1.1 log @libical: use upstream patches to fix icu fallout. @ text @d1 1 a1 1 $NetBSD$ @