pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php4 Fix build for php4-curl with curl-7.16.0, usi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e7563d02a0e
branches: trunk
changeset: 520933:9e7563d02a0e
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Nov 03 07:00:39 2006 +0000
description:
Fix build for php4-curl with curl-7.16.0, using same patch as for php5.
diffstat:
www/php4/distinfo | 3 ++-
www/php4/patches/patch-ac | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r 4461a01e8c4f -r 9e7563d02a0e www/php4/distinfo
--- a/www/php4/distinfo Fri Nov 03 06:56:23 2006 +0000
+++ b/www/php4/distinfo Fri Nov 03 07:00:39 2006 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.58 2006/10/22 13:16:41 adrianp Exp $
+$NetBSD: distinfo,v 1.59 2006/11/03 07:00:39 wiz Exp $
SHA1 (php-4.4.4.tar.bz2) = 05d62910fb5734344db87f0a17b1e8e001b26b05
RMD160 (php-4.4.4.tar.bz2) = 02fd7d5135a9e5ce11d905a4a474a5d42b8441f3
Size (php-4.4.4.tar.bz2) = 4478698 bytes
SHA1 (patch-aa) = feb064407950d0fc732b7240e65cac84420d2407
SHA1 (patch-ab) = 38a4bcd0d65b26c5d8e54e22b552f60831188469
+SHA1 (patch-ac) = 28288b1e79c14fb2b40eaefed0d6d2bff4775607
SHA1 (patch-ad) = 9ca5d2f59bfeea77a98cd0e727546d11669114cd
SHA1 (patch-ag) = 1ded1d7f4daac6806f41864c783f16d3403315e4
SHA1 (patch-ah) = 0ac37bd35c4594cb58f1ea85ef811154b644a931
diff -r 4461a01e8c4f -r 9e7563d02a0e www/php4/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php4/patches/patch-ac Fri Nov 03 07:00:39 2006 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ac,v 1.10 2006/11/03 07:00:40 wiz Exp $
+
+--- ext/curl/curl.c.orig 2006-08-10 17:27:11.000000000 +0000
++++ ext/curl/curl.c
+@@ -93,6 +93,14 @@
+ static int le_curl;
+ #define le_curl_name "cURL handle"
+
++#ifndef CURLOPT_PASSWDFUNCTION
++#define CURLOPT_PASSWDFUNCTION 0
++#endif
++
++#ifndef CURLOPT_FTPASCII
++#define CURLOPT_FTPASCII 0
++#endif
++
+ #ifdef PHP_CURL_NEED_OPENSSL_TSL /* {{{ */
+ static MUTEX_T *php_curl_openssl_tsl = NULL;
+
Home |
Main Index |
Thread Index |
Old Index