head 1.2; access; symbols pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2021.01.03.15.18.58; author taca; state dead; branches; next 1.1; commitid MnKdKclh7NIffiCC; 1.1 date 2020.11.11.20.01.34; author markd; state Exp; branches; next ; commitid mqhE93tCqypsvvvC; desc @@ 1.2 log @lang/php72: remove php72 Remove php72 package which is EOL on 1st December 2020. @ text @$NetBSD: patch-ext_intl_timezone_timezone__class.cpp,v 1.1 2020/11/11 20:01:34 markd Exp $ Use stdbool true/false macros. --- ext/intl/timezone/timezone_class.cpp.orig 2020-10-27 15:01:59.000000000 +0000 +++ ext/intl/timezone/timezone_class.cpp @@@@ -325,7 +325,7 @@@@ static HashTable *TimeZone_get_debug_inf int32_t rawOffset, dstOffset; UDate now = Calendar::getNow(); - tz->getOffset(now, FALSE, rawOffset, dstOffset, uec); + tz->getOffset(now, false, rawOffset, dstOffset, uec); if (U_FAILURE(uec)) { return debug_info; } @ 1.1 log @php72: Fix build with ICU 68 From Jura Lutter's patches for php74. @ text @d1 1 a1 1 $NetBSD: patch-ext_intl_timezone_timezone__class.cpp,v 1.2 2020/11/08 23:55:44 otis Exp $ @