pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php72 remove patches/patch-ext_imap_config.m4, it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3e561f7e3a0
branches:  trunk
changeset: 375605:a3e561f7e3a0
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Feb 16 22:26:29 2018 +0000

description:
remove patches/patch-ext_imap_config.m4, it's not needed any more

mail/php-imap was changed to not use the option this patch adds; it was
also entirely ineffective in what it was supposed to do

diffstat:

 lang/php72/distinfo                         |   3 +-
 lang/php72/patches/patch-ext_imap_config.m4 |  30 -----------------------------
 2 files changed, 1 insertions(+), 32 deletions(-)

diffs (51 lines):

diff -r aed666131570 -r a3e561f7e3a0 lang/php72/distinfo
--- a/lang/php72/distinfo       Fri Feb 16 22:22:58 2018 +0000
+++ b/lang/php72/distinfo       Fri Feb 16 22:26:29 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2018/02/09 00:01:13 jdolecek Exp $
+$NetBSD: distinfo,v 1.21 2018/02/16 22:26:29 jdolecek Exp $
 
 SHA1 (php-7.2.2.tar.bz2) = 69903dabf7ceb4a84620683092e235b29d2d1066
 RMD160 (php-7.2.2.tar.bz2) = c7193e0298ae8e709ad19129023ff213085f50ca
@@ -6,7 +6,6 @@
 Size (php-7.2.2.tar.bz2) = 14618006 bytes
 SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
 SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489
-SHA1 (patch-ext_imap_config.m4) = 6a667b2580901dccfd0174aec56dad629689d7bd
 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
 SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8
 SHA1 (patch-ext_recode_recode.c) = 639bf762302c7a30c88d3f3fa862494e0f847bdb
diff -r aed666131570 -r a3e561f7e3a0 lang/php72/patches/patch-ext_imap_config.m4
--- a/lang/php72/patches/patch-ext_imap_config.m4       Fri Feb 16 22:22:58 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-ext_imap_config.m4,v 1.2 2018/02/04 15:38:41 jdolecek Exp $
-
-Reported upstream as #26936
-
---- ext/imap/config.m4.orig    2015-06-23 17:33:33.000000000 +0000
-+++ ext/imap/config.m4
-@@ -48,6 +48,14 @@ AC_DEFUN([PHP_IMAP_TEST_BUILD], [
-   ])
- ])
- 
-+dsl Must be before --with-kerberos, affects the check
-+PHP_ARG_WITH(imap-linkage,use IMAP c-client linkage,
-+[  --with-imap-linkage     Use IMAP c-client linkage to determine supported items.])
-+
-+if test "$PHP_IMAP_LINKAGE" != "no"; then  
-+      AC_DEFINE(HAVE_IMAP_LINKAGE, 1, [ ])
-+fi
-+
- AC_DEFUN([PHP_IMAP_KRB_CHK], [
-   if test "$PHP_KERBEROS" != "no"; then
-     PHP_SETUP_KERBEROS(IMAP_SHARED_LIBADD,
-@@ -59,7 +67,7 @@ AC_DEFUN([PHP_IMAP_KRB_CHK], [
-       Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr )
-       ])
-     ])
--  else
-+  elif test "$PHP_IMAP_LINKAGE" != "yes"; then
-     AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [
-       AC_MSG_ERROR([This c-client library is built with Kerberos support. 
- 



Home | Main Index | Thread Index | Old Index