From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 1 08:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4C091D53 for ; Fri, 1 Feb 2013 08:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 30A671B1 for ; Fri, 1 Feb 2013 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r11801pL043360 for ; Fri, 1 Feb 2013 08:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r11801Rf043354; Fri, 1 Feb 2013 08:00:01 GMT (envelope-from gnats) Date: Fri, 1 Feb 2013 08:00:01 GMT Message-Id: <201302010800.r11801Rf043354@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/173574: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 08:00:01 -0000 The following reply was made to PR ports/173574; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/173574: commit references a PR Date: Fri, 1 Feb 2013 07:56:47 +0000 (UTC) Author: vanilla Date: Fri Feb 1 07:56:38 2013 New Revision: 311357 URL: http://svnweb.freebsd.org/changeset/ports/311357 Log: Add pecl-solr 1.0.2, the Apache Solr PHP extension. PR: ports/173574 Submitted by: Hung-Yi Chen Added: head/www/pecl-solr/ head/www/pecl-solr/Makefile (contents, props changed) head/www/pecl-solr/distinfo (contents, props changed) head/www/pecl-solr/files/ head/www/pecl-solr/files/patch-config.m4 (contents, props changed) head/www/pecl-solr/files/patch-php_solr.c (contents, props changed) head/www/pecl-solr/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Feb 1 07:43:25 2013 (r311356) +++ head/www/Makefile Fri Feb 1 07:56:38 2013 (r311357) @@ -1383,6 +1383,7 @@ SUBDIR += pecl-APC SUBDIR += pecl-amfext SUBDIR += pecl-http + SUBDIR += pecl-solr SUBDIR += pecl-sphinx SUBDIR += pecl-swish SUBDIR += pecl-yaf Added: head/www/pecl-solr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-solr/Makefile Fri Feb 1 07:56:38 2013 (r311357) @@ -0,0 +1,20 @@ +# Created by: Hung-Yi Chen +# $FreeBSD$ + +PORTNAME= solr +PORTVERSION= 1.0.2 +CATEGORIES= www +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz + +MAINTAINER= gaod@hychen.org +COMMENT= The Apache Solr PHP extension + +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + xml2:${PORTSDIR}/textproc/libxml2 + +USE_PHP= yes +USE_PHPEXT= yes + +.include Added: head/www/pecl-solr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-solr/distinfo Fri Feb 1 07:56:38 2013 (r311357) @@ -0,0 +1,2 @@ +SHA256 (solr-1.0.2.tgz) = d5868daab01290f820b4b754e3c560dc6e983f82d9f6640b3146cede4d9a8581 +SIZE (solr-1.0.2.tgz) = 101292 Added: head/www/pecl-solr/files/patch-config.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-solr/files/patch-config.m4 Fri Feb 1 07:56:38 2013 (r311357) @@ -0,0 +1,36 @@ +--- 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 + + 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.]) + ]) Added: head/www/pecl-solr/files/patch-php_solr.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-solr/files/patch-php_solr.c Fri Feb 1 07:56:38 2013 (r311357) @@ -0,0 +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 + + /* {{{ solr_module_deps */ + static zend_module_dep solr_module_deps[] = { +- ZEND_MOD_REQUIRED(PHP_CURL_EXTENSION_NAME) +- ZEND_MOD_REQUIRED(PHP_LIBXML_EXTENSION_NAME) + + { NULL, NULL, NULL } + }; Added: head/www/pecl-solr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pecl-solr/pkg-descr Fri Feb 1 07:56:38 2013 (r311357) @@ -0,0 +1,6 @@ +The Apache Solr PHP extension is an extremely fast, +light-weight, feature-rich library that allows PHP +applications to communicate easily and efficiently +with Apache Solr server instances using an object-oriented API. + +WWW: http://pecl.php.net/package/solr/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"