pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php72 remove part of configure patch related to s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e35cd50c45d5
branches:  trunk
changeset: 375337:e35cd50c45d5
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Thu Feb 08 20:55:42 2018 +0000

description:
remove part of configure patch related to sqlite3

the part of the patch is not needed anymore, we use external sqlite3 lib,
and the patch was for the bundled sqlite3 build

diffstat:

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

diffs (41 lines):

diff -r 4cf2ff02645f -r e35cd50c45d5 lang/php72/distinfo
--- a/lang/php72/distinfo       Thu Feb 08 20:55:03 2018 +0000
+++ b/lang/php72/distinfo       Thu Feb 08 20:55:42 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.16 2018/02/05 08:51:25 jdolecek Exp $
+$NetBSD: distinfo,v 1.17 2018/02/08 20:55:42 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) = 5dad0ba760f5fb6aa55dc3136655b78c29e23bca
+SHA1 (patch-configure) = bcfe41b9101b1af766af725d5b1888fbc746173c
 SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489
 SHA1 (patch-ext_imap_config.m4) = 6a667b2580901dccfd0174aec56dad629689d7bd
 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
diff -r 4cf2ff02645f -r e35cd50c45d5 lang/php72/patches/patch-configure
--- a/lang/php72/patches/patch-configure        Thu Feb 08 20:55:03 2018 +0000
+++ b/lang/php72/patches/patch-configure        Thu Feb 08 20:55:42 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.6 2018/02/02 12:50:38 jdolecek Exp $
+$NetBSD: patch-configure,v 1.7 2018/02/08 20:55:42 jdolecek Exp $
 
 Don't automatically add libgcc on SunOS.
 
@@ -42,15 +42,6 @@
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  $as_echo "yes" >&6; }
  
-@@ -21090,7 +21066,7 @@ $as_echo "#define HAVE_SQLITE3_ERRSTR 1"
-     PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags"
- 
- 
--    for header_file in ext/sqlite3/libsqlite/sqlite3.h; do
-+    for header_file; do
- 
- 
-   unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'`
 @@ -96116,12 +96092,7 @@ old_CC=$CC
  if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
    CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"



Home | Main Index | Thread Index | Old Index