[22031] trunk/dports/www/php5

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 14 22:22:54 PST 2007


Revision: 22031
          http://trac.macosforge.org/projects/macports/changeset/22031
Author:   ryandesign at macports.org
Date:     2007-02-14 22:22:54 -0800 (Wed, 14 Feb 2007)

Log Message:
-----------
Remove patch-interface.c.diff and references to it; it's not necessary anymore as of php 5.2.1.

Modified Paths:
--------------
    trunk/dports/www/php5/Portfile

Removed Paths:
-------------
    trunk/dports/www/php5/files/patch-interface.c.diff

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-02-15 06:16:03 UTC (rev 22030)
+++ trunk/dports/www/php5/Portfile	2007-02-15 06:22:54 UTC (rev 22031)
@@ -26,8 +26,6 @@
 	http://downloads.php.net/jani/:rc 
 
 distfiles	php-${version}.tar.bz2:release
-# Fix PHP bug 39354; should be able to remove this when we upgrade to PHP 5.2.1
-#patchfiles	patch-interface.c.diff
 worksrcdir	php-${version}
 checksums	md5 261218e3569a777dbd87c16a15f05c8d \
 		sha1 978ce7cde3d988d9aa672e32e46f815a8b25baa0

Deleted: trunk/dports/www/php5/files/patch-interface.c.diff
===================================================================
--- trunk/dports/www/php5/files/patch-interface.c.diff	2007-02-15 06:16:03 UTC (rev 22030)
+++ trunk/dports/www/php5/files/patch-interface.c.diff	2007-02-15 06:22:54 UTC (rev 22031)
@@ -1,46 +0,0 @@
---- ext/curl/interface.c	2006/10/10 23:12:59	1.62.2.14.2.12
-+++ ext/curl/interface.c	2006/11/03 14:53:14	1.62.2.14.2.13
-@@ -16,7 +16,7 @@
-    +----------------------------------------------------------------------+
- */
- 
--/* $Id: interface.c,v 1.62.2.14.2.12 2006/10/10 23:12:59 iliaa Exp $ */
-+/* $Id: interface.c,v 1.62.2.14.2.13 2006/11/03 14:53:14 iliaa Exp $ */
- 
- #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
- 
-@@ -369,7 +369,9 @@
- 	REGISTER_CURL_CONSTANT(CURLOPT_FTPAPPEND);
- 	REGISTER_CURL_CONSTANT(CURLOPT_NETRC);
- 	REGISTER_CURL_CONSTANT(CURLOPT_FOLLOWLOCATION);
-+#if CURLOPT_FTPASCII != 0
- 	REGISTER_CURL_CONSTANT(CURLOPT_FTPASCII);
-+#endif
- 	REGISTER_CURL_CONSTANT(CURLOPT_PUT);
- #if CURLOPT_MUTE != 0
- 	REGISTER_CURL_CONSTANT(CURLOPT_MUTE);
-@@ -409,7 +411,9 @@
- 	REGISTER_CURL_CONSTANT(CURLOPT_FILETIME);
- 	REGISTER_CURL_CONSTANT(CURLOPT_WRITEFUNCTION);
- 	REGISTER_CURL_CONSTANT(CURLOPT_READFUNCTION);
-+#if CURLOPT_PASSWDFUNCTION != 0 
- 	REGISTER_CURL_CONSTANT(CURLOPT_PASSWDFUNCTION);
-+#endif
- 	REGISTER_CURL_CONSTANT(CURLOPT_HEADERFUNCTION);
- 	REGISTER_CURL_CONSTANT(CURLOPT_MAXREDIRS);
- 	REGISTER_CURL_CONSTANT(CURLOPT_MAXCONNECTS);
-@@ -1157,12 +1161,13 @@
- 	dupch->handlers->write_header->fp = ch->handlers->write_header->fp;
- 	dupch->handlers->read->fp = ch->handlers->read->fp;
- 	dupch->handlers->read->fd = ch->handlers->read->fd;
--
-+#if CURLOPT_PASSWDDATA != 0
- 	if (ch->handlers->passwd) {
- 		zval_add_ref(&ch->handlers->passwd);
- 		dupch->handlers->passwd = ch->handlers->passwd;
- 		curl_easy_setopt(ch->cp, CURLOPT_PASSWDDATA, (void *) dupch);
- 	}
-+#endif
- 	if (ch->handlers->write->func_name) {
- 		zval_add_ref(&ch->handlers->write->func_name);
- 		dupch->handlers->write->func_name = ch->handlers->write->func_name;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070214/4815cd83/attachment.html


More information about the macports-changes mailing list