pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Add work around for build problem of php-intl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6c5560fdac0
branches:  trunk
changeset: 358752:c6c5560fdac0
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Feb 20 03:22:55 2017 +0000

description:
Add work around for build problem of php-intl.

diffstat:

 lang/php70/distinfo                         |   3 ++-
 lang/php70/patches/patch-ext_intl_config.m4 |  15 +++++++++++++++
 lang/php71/distinfo                         |   3 ++-
 lang/php71/patches/patch-ext_intl_config.m4 |  15 +++++++++++++++
 4 files changed, 34 insertions(+), 2 deletions(-)

diffs (72 lines):

diff -r ffcfd7919fe3 -r c6c5560fdac0 lang/php70/distinfo
--- a/lang/php70/distinfo       Mon Feb 20 01:09:11 2017 +0000
+++ b/lang/php70/distinfo       Mon Feb 20 03:22:55 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2017/02/18 13:09:19 taca Exp $
+$NetBSD: distinfo,v 1.27 2017/02/20 03:22:55 taca Exp $
 
 SHA1 (php-7.0.16.tar.bz2) = 413bf81cb8ea52a00cb38e0d6a4f528c364431c0
 RMD160 (php-7.0.16.tar.bz2) = 8e8ca9080abfdcb37b52c1404217c5cd618bf8f8
@@ -8,6 +8,7 @@
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76
 SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92
+SHA1 (patch-ext_intl_config.m4) = 222e35fc2c3e9e559696293fdf66171f8abfca7f
 SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916
 SHA1 (patch-ext_pdo__mysql_config.m4) = b1ef91be5a729040197e9af50da0f5fd1f6c90a8
 SHA1 (patch-ext_pdo_config.m4) = 522281775cc0e70a135b1f813158988ef1f3e244
diff -r ffcfd7919fe3 -r c6c5560fdac0 lang/php70/patches/patch-ext_intl_config.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/php70/patches/patch-ext_intl_config.m4       Mon Feb 20 03:22:55 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ext_intl_config.m4,v 1.1 2017/02/20 03:22:55 taca Exp $
+
+Work around for build problem.
+
+--- ext/intl/config.m4.orig    2017-02-14 13:52:49.000000000 +0000
++++ ext/intl/config.m4
+@@ -86,7 +86,7 @@ if test "$PHP_INTL" != "no"; then
+     breakiterator/codepointiterator_methods.cpp \
+     uchar/uchar.c \
+     idn/idn.c \
+-    $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,cxx)
++    $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
+   PHP_ADD_BUILD_DIR($ext_builddir/collator)
+   PHP_ADD_BUILD_DIR($ext_builddir/converter)
+   PHP_ADD_BUILD_DIR($ext_builddir/common)
diff -r ffcfd7919fe3 -r c6c5560fdac0 lang/php71/distinfo
--- a/lang/php71/distinfo       Mon Feb 20 01:09:11 2017 +0000
+++ b/lang/php71/distinfo       Mon Feb 20 03:22:55 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2017/02/18 13:13:07 taca Exp $
+$NetBSD: distinfo,v 1.14 2017/02/20 03:23:13 taca Exp $
 
 SHA1 (php-7.1.2.tar.bz2) = 1f9b81136dd4bd4cca5092f87cac3b5c23708d36
 RMD160 (php-7.1.2.tar.bz2) = 508fb098c9ff9434345b8f33dd9ff4b11c0fcd6b
@@ -8,6 +8,7 @@
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
 SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92
+SHA1 (patch-ext_intl_config.m4) = 1ea3d3e6f05d5fed0bd4ca4518440199aec0954d
 SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916
 SHA1 (patch-ext_pdo__mysql_config.m4) = b1ef91be5a729040197e9af50da0f5fd1f6c90a8
 SHA1 (patch-ext_pdo_config.m4) = 522281775cc0e70a135b1f813158988ef1f3e244
diff -r ffcfd7919fe3 -r c6c5560fdac0 lang/php71/patches/patch-ext_intl_config.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/php71/patches/patch-ext_intl_config.m4       Mon Feb 20 03:22:55 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ext_intl_config.m4,v 1.1 2017/02/20 03:23:13 taca Exp $
+
+Work around for build problem.
+
+--- ext/intl/config.m4.orig    2017-02-14 18:35:43.000000000 +0000
++++ ext/intl/config.m4
+@@ -86,7 +86,7 @@ if test "$PHP_INTL" != "no"; then
+     breakiterator/codepointiterator_methods.cpp \
+     uchar/uchar.c \
+     idn/idn.c \
+-    $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,cxx)
++    $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
+   PHP_ADD_BUILD_DIR($ext_builddir/collator)
+   PHP_ADD_BUILD_DIR($ext_builddir/converter)
+   PHP_ADD_BUILD_DIR($ext_builddir/common)



Home | Main Index | Thread Index | Old Index