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__methods.cpp,v 1.1 2020/11/11 20:01:34 markd Exp $ Use stdbool true/false macros. --- ext/intl/timezone/timezone_methods.cpp.orig 2020-10-27 15:01:59.000000000 +0000 +++ ext/intl/timezone/timezone_methods.cpp @@@@ -95,7 +95,7 @@@@ U_CFUNC PHP_FUNCTION(intltz_from_date_ti RETURN_NULL(); } - tz = timezone_convert_datetimezone(tzobj->type, tzobj, FALSE, NULL, + tz = timezone_convert_datetimezone(tzobj->type, tzobj, false, NULL, "intltz_from_date_time_zone"); if (tz == NULL) { RETURN_NULL(); @ 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__methods.cpp,v 1.2 2020/11/08 23:55:44 otis Exp $ @