pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php72 purge PHP_OPENSSL_DIR patch harder



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0fe323dea3e
branches:  trunk
changeset: 372346:b0fe323dea3e
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Dec 03 12:54:33 2017 +0000

description:
purge PHP_OPENSSL_DIR patch harder

diffstat:

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

diffs (59 lines):

diff -r 9a8d0a37a548 -r b0fe323dea3e lang/php72/distinfo
--- a/lang/php72/distinfo       Sun Dec 03 12:48:56 2017 +0000
+++ b/lang/php72/distinfo       Sun Dec 03 12:54:33 2017 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.7 2017/12/03 12:48:56 jdolecek Exp $
+$NetBSD: distinfo,v 1.8 2017/12/03 12:54:33 jdolecek Exp $
 
 SHA1 (php-7.2.0.tar.bz2) = b15bd8fef8d5b99b993784e9c2254ab82f616c64
 RMD160 (php-7.2.0.tar.bz2) = a39b7057bcb93b656fda39008ee4743c4f7f2a0f
 SHA512 (php-7.2.0.tar.bz2) = f4b4d97a0b662cab9ed47a549453ad522da45fa5aa34e3ece49a8b85b49b7a5921d2d7cdd0a6766b09d63c4f7fd022502222656ce112fc80f85e8f2409c5c826
 Size (php-7.2.0.tar.bz2) = 14594486 bytes
-SHA1 (patch-configure) = 0a0de9cebbc9550875b164209983ce6fda0648d1
+SHA1 (patch-configure) = 71d2e8334bea48db1e65c82219f2a93cf8d46159
 SHA1 (patch-ext_curl_config.m4) = 86a293d57aafcd42d1feab4a6d0d4f88dbcfb5c8
 SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92
 SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916
diff -r 9a8d0a37a548 -r b0fe323dea3e lang/php72/patches/patch-configure
--- a/lang/php72/patches/patch-configure        Sun Dec 03 12:48:56 2017 +0000
+++ b/lang/php72/patches/patch-configure        Sun Dec 03 12:54:33 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.3 2017/12/03 11:47:33 jdolecek Exp $
+$NetBSD: patch-configure,v 1.4 2017/12/03 12:54:34 jdolecek Exp $
 
 --- configure.orig     2017-11-07 11:57:02.000000000 +0000
 +++ configure
@@ -48,33 +48,6 @@
        PKNAME=libcurl
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: using default path" >&5
  $as_echo "using default path" >&6; }
-@@ -32006,7 +31985,7 @@ fi
-     if test "$found_openssl" = "no"; then
- 
-     if test "$PHP_OPENSSL_DIR" = "yes"; then
--      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl"
-+      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /"
-     fi
- 
-     for i in $PHP_OPENSSL_DIR; do
-@@ -42805,7 +42784,7 @@ fi
-     if test "$found_openssl" = "no"; then
- 
-     if test "$PHP_OPENSSL_DIR" = "yes"; then
--      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl"
-+      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /"
-     fi
- 
-     for i in $PHP_OPENSSL_DIR; do
-@@ -92412,7 +92391,7 @@ fi
-     if test "$found_openssl" = "no"; then
- 
-     if test "$PHP_OPENSSL_DIR" = "yes"; then
--      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl"
-+      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /"
-     fi
- 
-     for i in $PHP_OPENSSL_DIR; do
 @@ -95975,12 +95954,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