pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php72 remove ext/intl/config.m4 patch to reduce p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff3e5463fcba
branches:  trunk
changeset: 372344:ff3e5463fcba
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Dec 03 12:30:50 2017 +0000

description:
remove ext/intl/config.m4 patch to reduce patches we maintain, seems php-intl builds fine without it

diffstat:

 lang/php72/distinfo                         |   3 +--
 lang/php72/patches/patch-ext_intl_config.m4 |  15 ---------------
 2 files changed, 1 insertions(+), 17 deletions(-)

diffs (36 lines):

diff -r 02b3eaaa3dbd -r ff3e5463fcba lang/php72/distinfo
--- a/lang/php72/distinfo       Sun Dec 03 12:22:59 2017 +0000
+++ b/lang/php72/distinfo       Sun Dec 03 12:30:50 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2017/12/03 12:22:59 jdolecek Exp $
+$NetBSD: distinfo,v 1.6 2017/12/03 12:30:50 jdolecek Exp $
 
 SHA1 (php-7.2.0.tar.bz2) = b15bd8fef8d5b99b993784e9c2254ab82f616c64
 RMD160 (php-7.2.0.tar.bz2) = a39b7057bcb93b656fda39008ee4743c4f7f2a0f
@@ -7,7 +7,6 @@
 SHA1 (patch-configure) = 0a0de9cebbc9550875b164209983ce6fda0648d1
 SHA1 (patch-ext_curl_config.m4) = 86a293d57aafcd42d1feab4a6d0d4f88dbcfb5c8
 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 02b3eaaa3dbd -r ff3e5463fcba lang/php72/patches/patch-ext_intl_config.m4
--- a/lang/php72/patches/patch-ext_intl_config.m4       Sun Dec 03 12:22:59 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ext_intl_config.m4,v 1.1 2017/11/15 08:56:12 jdolecek 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