FreeBSD Bugzilla – Attachment 144021 Details for
Bug 191271
[MAINTAINER] www/pecl-solr: update to 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pecl-solr-1.1.1.patch
pecl-solr-1.1.1.patch (text/plain), 3.93 KB, created by
Hung-Yi Chen
on 2014-06-22 11:05:43 UTC
(
hide
)
Description:
pecl-solr-1.1.1.patch
Filename:
MIME Type:
Creator:
Hung-Yi Chen
Created:
2014-06-22 11:05:43 UTC
Size:
3.93 KB
patch
obsolete
>diff -ruN /usr/ports//www/pecl-solr/Makefile ./Makefile >--- /usr/ports//www/pecl-solr/Makefile 2014-04-17 02:28:47.000000000 +0800 >+++ ./Makefile 2014-06-22 18:57:41.146512313 +0800 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/www/pecl-solr/Makefile 351411 2014-04-16 18:28:47Z zeising $ > > PORTNAME= solr >-PORTVERSION= 1.0.2 >-PORTREVISION= 2 >+PORTVERSION= 1.1.1 > CATEGORIES= www > MASTER_SITES= http://pecl.php.net/get/ > PKGNAMEPREFIX= pecl- >diff -ruN /usr/ports//www/pecl-solr/distinfo ./distinfo >--- /usr/ports//www/pecl-solr/distinfo 2014-01-22 23:30:13.000000000 +0800 >+++ ./distinfo 2014-06-22 18:57:47.565188194 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (solr-1.0.2.tgz) = d5868daab01290f820b4b754e3c560dc6e983f82d9f6640b3146cede4d9a8581 >-SIZE (solr-1.0.2.tgz) = 101292 >+SHA256 (solr-1.1.1.tgz) = 2acc9026bdac5adf46e42e7faf95272f1bcd2c5ba447f7259efb03499749a138 >+SIZE (solr-1.1.1.tgz) = 111188 >diff -ruN /usr/ports//www/pecl-solr/files/patch-config.m4 ./files/patch-config.m4 >--- /usr/ports//www/pecl-solr/files/patch-config.m4 2014-01-23 01:40:44.000000000 +0800 >+++ ./files/patch-config.m4 2014-06-22 19:01:11.000000000 +0800 >@@ -1,36 +1,11 @@ >---- config.m4.orig 2011-11-29 10:49:53.000000000 +0800 >-+++ config.m4 2013-01-27 23:53:10.000000000 +0800 >-@@ -56,8 +56,8 @@ else >- fi >- >- PHP_ADD_INCLUDE($CURL_DIR/include) >--PHP_EVAL_LIBLINE($CURL_LIBS, CURL_SHARED_LIBADD) >--PHP_ADD_LIBRARY_WITH_PATH(curl, $CURL_DIR/$PHP_LIBDIR, CURL_SHARED_LIBADD) >-+PHP_EVAL_LIBLINE($CURL_LIBS, SOLR_SHARED_LIBADD) >-+PHP_ADD_LIBRARY_WITH_PATH(curl, $CURL_DIR/$PHP_LIBDIR, SOLR_SHARED_LIBADD) >- >- PHP_ARG_ENABLE(solr, whether to enable the Solr extension, >- [ --enable-solr Enable solr support]) >-@@ -72,11 +72,11 @@ dnl Setting up the apache Solr extension >- if test "$PHP_SOLR" != "no"; then >- >- if test "$PHP_CURL" = "no"; then >-- AC_MSG_ERROR([SOAP extension requires curl extension, add --with-curl]) >-+ AC_MSG_ERROR([SOLR extension requires curl extension, add --with-curl]) >- fi >+--- config.m4.orig 2014-06-22 18:58:51.253187297 +0800 >++++ config.m4 2014-06-22 19:01:04.313188083 +0800 >+@@ -82,7 +82,7 @@ >+ >+ PHP_ADD_INCLUDE($CURL_DIR/include) >+ PHP_EVAL_LIBLINE($CURL_LIBS, SOLR_SHARED_LIBADD) >+- PHP_ADD_LIBRARY_WITH_PATH(curl, $CURL_DIR/lib, SOLR_SHARED_LIBADD) >++ PHP_ADD_LIBRARY_WITH_PATH(curl, $CURL_DIR/$PHP_LIBDIR, SOLR_SHARED_LIBADD) > > if test "$PHP_LIBXML" = "no"; then >-- AC_MSG_ERROR([SOAP extension requires LIBXML extension, add --enable-libxml]) >-+ AC_MSG_ERROR([SOLR extension requires LIBXML extension, add --enable-libxml]) >- fi >- >- PHP_SETUP_LIBXML(SOLR_SHARED_LIBADD, [ >-@@ -100,7 +100,7 @@ if test "$PHP_SOLR" != "no"; then >- solr_functions_response.c \ >- solr_functions_debug.c], >- $ext_shared) >-- PHP_SUBST(SOAP_SHARED_LIBADD) >-+ PHP_SUBST(SOLR_SHARED_LIBADD) >- ], [ >- AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.]) >- ]) >+ AC_MSG_ERROR([Solr extension requires LIBXML extension, add --enable-libxml]) >diff -ruN /usr/ports//www/pecl-solr/files/patch-php_solr.c ./files/patch-php_solr.c >--- /usr/ports//www/pecl-solr/files/patch-php_solr.c 2014-01-23 01:40:44.000000000 +0800 >+++ ./files/patch-php_solr.c 2014-06-22 19:02:35.000000000 +0800 >@@ -1,11 +1,11 @@ >---- php_solr.c.orig 2013-01-28 00:00:42.000000000 +0800 >-+++ php_solr.c 2013-01-28 00:00:54.000000000 +0800 >-@@ -879,8 +879,6 @@ static zend_function_entry solr_utils_me >+--- php_solr.c.orig 2014-06-22 19:01:39.785187204 +0800 >++++ php_solr.c 2014-06-22 19:02:20.171185939 +0800 >+@@ -901,8 +901,6 @@ > > /* {{{ solr_module_deps */ > static zend_module_dep solr_module_deps[] = { >-- ZEND_MOD_REQUIRED(PHP_CURL_EXTENSION_NAME) > - ZEND_MOD_REQUIRED(PHP_LIBXML_EXTENSION_NAME) >- >+- ZEND_MOD_REQUIRED(PHP_JSON_EXTENSION_NAME) > { NULL, NULL, NULL } > }; >+ /* }}} */ >--- pecl-solr-1.1.1.patch ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191271
: 144021