summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotis <otis@pkgsrc.org>2020-11-08 23:55:43 +0000
committerotis <otis@pkgsrc.org>2020-11-08 23:55:43 +0000
commit6f372f3a06634fb1862fe20d94ef9a45efced85a (patch)
tree550086d7c6cd7325e9667c7989ff42ff49b87090
parent060861d65906c0dfef6b3e7e1a43318dc4589adc (diff)
downloadpkgsrc-6f372f3a06634fb1862fe20d94ef9a45efced85a.tar.gz
php74: Document patches for ext/intl
-rw-r--r--lang/php74/distinfo14
-rw-r--r--lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp4
-rw-r--r--lang/php74/patches/patch-ext_intl_collator_collator__sort.c4
-rw-r--r--lang/php74/patches/patch-ext_intl_dateformat_dateformat__attr.c4
-rw-r--r--lang/php74/patches/patch-ext_intl_normalizer_normalizer__normalize.c4
-rw-r--r--lang/php74/patches/patch-ext_intl_timezone_timezone__class.cpp4
-rw-r--r--lang/php74/patches/patch-ext_intl_timezone_timezone__methods.cpp4
7 files changed, 25 insertions, 13 deletions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index a5a3369ded5..07322fc4517 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2020/11/08 23:51:18 otis Exp $
+$NetBSD: distinfo,v 1.16 2020/11/08 23:55:43 otis Exp $
SHA1 (php-7.4.12.tar.xz) = d220ea35fefec870bd81e81116a178c57bb87321
RMD160 (php-7.4.12.tar.xz) = 73c684b5b1acdd296b471fd89d06cb205cfd57ab
@@ -6,12 +6,12 @@ SHA512 (php-7.4.12.tar.xz) = 6c06fb74f8e479ead000b0e2e56602c217d012f1a80e47e1515
Size (php-7.4.12.tar.xz) = 10311980 bytes
SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
-SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = edca1147cda6dbbe809a2f0a4bdb20bbc08192ee
-SHA1 (patch-ext_intl_collator_collator__sort.c) = 2859c8b400aa3407b16487e571dd402d0ce3e896
-SHA1 (patch-ext_intl_dateformat_dateformat__attr.c) = 0311330874122cc29720a45a5294dd3b7dd75daa
-SHA1 (patch-ext_intl_normalizer_normalizer__normalize.c) = 183a7b82b951096542ff4d85e59ceb0bf9c07da6
-SHA1 (patch-ext_intl_timezone_timezone__class.cpp) = d89440cdb417607069b8e5bba00a9aa641efe966
-SHA1 (patch-ext_intl_timezone_timezone__methods.cpp) = 50fb08d6b2b79bb02e9770972ad9720225eef442
+SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = c6702b071a1881ed35a1c1adc0e07ce53335e2e7
+SHA1 (patch-ext_intl_collator_collator__sort.c) = 7fdb751cabb24eb4097cfb5cf23ba217a9893530
+SHA1 (patch-ext_intl_dateformat_dateformat__attr.c) = 08a26ec534b67ed029426e4aa3bd26cb6761aead
+SHA1 (patch-ext_intl_normalizer_normalizer__normalize.c) = 10a215438db81c9f1f002f9409ebd56de6d65617
+SHA1 (patch-ext_intl_timezone_timezone__class.cpp) = da8e7a227c04f366aa9aab08c5042826baa965fe
+SHA1 (patch-ext_intl_timezone_timezone__methods.cpp) = 48dc73ca68df2454549bb81de6da6753bbb097bc
SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd
SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7
SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
diff --git a/lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp b/lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp
index 7e369062134..c78c30cebd9 100644
--- a/lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp
+++ b/lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp
@@ -1,4 +1,6 @@
-$NetBSD: patch-ext_intl_breakiterator_codepointiterator__internal.cpp,v 1.1 2020/11/08 23:51:18 otis Exp $
+$NetBSD: patch-ext_intl_breakiterator_codepointiterator__internal.cpp,v 1.2 2020/11/08 23:55:44 otis Exp $
+
+Use stdbool true/false macros.
--- ext/intl/breakiterator/codepointiterator_internal.cpp.orig 2020-10-27 15:01:59.000000000 +0000
+++ ext/intl/breakiterator/codepointiterator_internal.cpp
diff --git a/lang/php74/patches/patch-ext_intl_collator_collator__sort.c b/lang/php74/patches/patch-ext_intl_collator_collator__sort.c
index 90b0436ba98..503baa1a5c2 100644
--- a/lang/php74/patches/patch-ext_intl_collator_collator__sort.c
+++ b/lang/php74/patches/patch-ext_intl_collator_collator__sort.c
@@ -1,4 +1,6 @@
-$NetBSD: patch-ext_intl_collator_collator__sort.c,v 1.1 2020/11/08 23:51:18 otis Exp $
+$NetBSD: patch-ext_intl_collator_collator__sort.c,v 1.2 2020/11/08 23:55:44 otis Exp $
+
+Use stdbool true/false macros.
--- ext/intl/collator/collator_sort.c.orig 2020-10-27 15:01:59.000000000 +0000
+++ ext/intl/collator/collator_sort.c
diff --git a/lang/php74/patches/patch-ext_intl_dateformat_dateformat__attr.c b/lang/php74/patches/patch-ext_intl_dateformat_dateformat__attr.c
index d255b95758d..4deadfd70ee 100644
--- a/lang/php74/patches/patch-ext_intl_dateformat_dateformat__attr.c
+++ b/lang/php74/patches/patch-ext_intl_dateformat_dateformat__attr.c
@@ -1,4 +1,6 @@
-$NetBSD: patch-ext_intl_dateformat_dateformat__attr.c,v 1.1 2020/11/08 23:51:18 otis Exp $
+$NetBSD: patch-ext_intl_dateformat_dateformat__attr.c,v 1.2 2020/11/08 23:55:44 otis Exp $
+
+Use stdbool true/false macros.
--- ext/intl/dateformat/dateformat_attr.c.orig 2020-10-27 15:01:59.000000000 +0000
+++ ext/intl/dateformat/dateformat_attr.c
diff --git a/lang/php74/patches/patch-ext_intl_normalizer_normalizer__normalize.c b/lang/php74/patches/patch-ext_intl_normalizer_normalizer__normalize.c
index 5d0ca2d7512..70830926ec0 100644
--- a/lang/php74/patches/patch-ext_intl_normalizer_normalizer__normalize.c
+++ b/lang/php74/patches/patch-ext_intl_normalizer_normalizer__normalize.c
@@ -1,4 +1,6 @@
-$NetBSD: patch-ext_intl_normalizer_normalizer__normalize.c,v 1.1 2020/11/08 23:51:18 otis Exp $
+$NetBSD: patch-ext_intl_normalizer_normalizer__normalize.c,v 1.2 2020/11/08 23:55:44 otis Exp $
+
+Use stdbool true/false macros.
--- ext/intl/normalizer/normalizer_normalize.c.orig 2020-10-27 15:01:59.000000000 +0000
+++ ext/intl/normalizer/normalizer_normalize.c
diff --git a/lang/php74/patches/patch-ext_intl_timezone_timezone__class.cpp b/lang/php74/patches/patch-ext_intl_timezone_timezone__class.cpp
index 241997b3e6d..426ebed6aa9 100644
--- a/lang/php74/patches/patch-ext_intl_timezone_timezone__class.cpp
+++ b/lang/php74/patches/patch-ext_intl_timezone_timezone__class.cpp
@@ -1,4 +1,6 @@
-$NetBSD: patch-ext_intl_timezone_timezone__class.cpp,v 1.1 2020/11/08 23:51:18 otis Exp $
+$NetBSD: patch-ext_intl_timezone_timezone__class.cpp,v 1.2 2020/11/08 23:55:44 otis 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
diff --git a/lang/php74/patches/patch-ext_intl_timezone_timezone__methods.cpp b/lang/php74/patches/patch-ext_intl_timezone_timezone__methods.cpp
index 4225f2737dd..3ce7a67670d 100644
--- a/lang/php74/patches/patch-ext_intl_timezone_timezone__methods.cpp
+++ b/lang/php74/patches/patch-ext_intl_timezone_timezone__methods.cpp
@@ -1,4 +1,6 @@
-$NetBSD: patch-ext_intl_timezone_timezone__methods.cpp,v 1.1 2020/11/08 23:51:18 otis Exp $
+$NetBSD: patch-ext_intl_timezone_timezone__methods.cpp,v 1.2 2020/11/08 23:55:44 otis 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