pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php5 When building extensions make sure non-stand...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16df66929b4d
branches:  trunk
changeset: 554867:16df66929b4d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Feb 21 17:01:52 2009 +0000

description:
When building extensions make sure non-standard OpenSSL locations are
also searched if an explicit path is not given.

diffstat:

 lang/php5/distinfo         |   3 ++-
 lang/php5/patches/patch-ar |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 484328365ba4 -r 16df66929b4d lang/php5/distinfo
--- a/lang/php5/distinfo        Sat Feb 21 16:53:47 2009 +0000
+++ b/lang/php5/distinfo        Sat Feb 21 17:01:52 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.58 2009/02/17 23:18:55 adrianp Exp $
+$NetBSD: distinfo,v 1.59 2009/02/21 17:01:52 adrianp Exp $
 
 SHA1 (php-5.2.8/php-5.2.8.tar.bz2) = d285636144e0a4aa61195793634807e763c63dc3
 RMD160 (php-5.2.8/php-5.2.8.tar.bz2) = d38fe5d918c335089a027600a93d950f417a7e98
@@ -15,3 +15,4 @@
 SHA1 (patch-an) = 8f4174627b8cb5f8bfbc59413c95f71e26b9e602
 SHA1 (patch-ap) = 5eb0e0e4244a993da93e36f8fcb5553454207fce
 SHA1 (patch-aq) = 0c9d48547da2fa80aa8357d23ad8505d1c0330df
+SHA1 (patch-ar) = 2d74ec926cc00bfbb67d16210af78c33ad9ac38d
diff -r 484328365ba4 -r 16df66929b4d lang/php5/patches/patch-ar
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/php5/patches/patch-ar        Sat Feb 21 17:01:52 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ar,v 1.5 2009/02/21 17:01:52 adrianp Exp $
+
+--- acinclude.m4.orig  2008-09-08 03:24:38.000000000 -0700
++++ acinclude.m4
+@@ -2332,7 +2332,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
+   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



Home | Main Index | Thread Index | Old Index