pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php72 drop patch removing pthread checks for apac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fdf6cbe0ddb
branches:  trunk
changeset: 375342:9fdf6cbe0ddb
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Thu Feb 08 21:23:04 2018 +0000

description:
drop patch removing pthread checks for apache <2.4.1 module build

the patch predates php56, doesn't seem to be necessary when building
with apache22, and we want to reduce diffs against upstream; maybe
that part was needed with distant past with apache 1.3 or whatnot,
but that is not in pkgsrc any more

diffstat:

 lang/php72/distinfo                |   4 ++--
 lang/php72/patches/patch-configure |  32 ++------------------------------
 2 files changed, 4 insertions(+), 32 deletions(-)

diffs (62 lines):

diff -r 4798a9cd3153 -r 9fdf6cbe0ddb lang/php72/distinfo
--- a/lang/php72/distinfo       Thu Feb 08 21:00:40 2018 +0000
+++ b/lang/php72/distinfo       Thu Feb 08 21:23:04 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.17 2018/02/08 20:55:42 jdolecek Exp $
+$NetBSD: distinfo,v 1.18 2018/02/08 21:23:04 jdolecek Exp $
 
 SHA1 (php-7.2.2.tar.bz2) = 69903dabf7ceb4a84620683092e235b29d2d1066
 RMD160 (php-7.2.2.tar.bz2) = c7193e0298ae8e709ad19129023ff213085f50ca
 SHA512 (php-7.2.2.tar.bz2) = d2bc3725b51c61ded552cfde276bbe0f9e4cce3401303219d3784497d7f989e4a23c673fd2d2a827b7823664f922eededed0d242dc70a6f4863ce4f89573d211
 Size (php-7.2.2.tar.bz2) = 14618006 bytes
-SHA1 (patch-configure) = bcfe41b9101b1af766af725d5b1888fbc746173c
+SHA1 (patch-configure) = 32210b716e8e6d08d3006b94db3f7ecb0ac2a458
 SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489
 SHA1 (patch-ext_imap_config.m4) = 6a667b2580901dccfd0174aec56dad629689d7bd
 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
diff -r 4798a9cd3153 -r 9fdf6cbe0ddb lang/php72/patches/patch-configure
--- a/lang/php72/patches/patch-configure        Thu Feb 08 21:00:40 2018 +0000
+++ b/lang/php72/patches/patch-configure        Thu Feb 08 21:23:04 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.7 2018/02/08 20:55:42 jdolecek Exp $
+$NetBSD: patch-configure,v 1.8 2018/02/08 21:23:04 jdolecek Exp $
 
 Don't automatically add libgcc on SunOS.
 
@@ -14,35 +14,7 @@
      ;;
    *dgux*)
      CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR"
-@@ -7007,27 +7004,6 @@ EOF
-     ;;
-   esac
- 
--  if test "$APACHE_VERSION" -lt 2004001; then
--    APXS_MPM=`$APXS -q MPM_NAME`
--    if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then
--
--  enable_maintainer_zts=yes
--  if test "$pthreads_working" != "yes"; then
--    as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5
--  fi
--
--    fi
--  else
--    APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
--    if test -n "$APACHE_THREADED_MPM"; then
--
--  enable_maintainer_zts=yes
--  if test "$pthreads_working" != "yes"; then
--    as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5
--  fi
--
--    fi
--  fi
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
- 
-@@ -96116,12 +96092,7 @@ old_CC=$CC
+@@ -96116,12 +96113,7 @@ old_CC=$CC
  if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
    CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"
    INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags"



Home | Main Index | Thread Index | Old Index