Bug 157655 - New port: www/pecl-sphinx php client for sphinx search engine
Summary: New port: www/pecl-sphinx php client for sphinx search engine
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-06 11:30 UTC by mephius
Modified: 2011-06-25 11:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.83 KB, text/plain)
2011-06-06 11:30 UTC, mephius
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mephius 2011-06-06 11:30:10 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-06 11:30:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 mephius 2011-06-06 11:59:43 UTC
Needs textproc/libsphinxclient (ports/157654) to build.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2011-06-25 07:57:05 UTC
State Changed
From-To: open->feedback

Hi 



Build failes, 

ecking if debug is enabled... no checking if zts is enabled... no 
checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or 
later if you want to regenerate PHP parsers.  checking for gawk... gawk 
checking for sphinx support... yes, shared checking for libsphinxclient 
headers in default path... not found configure: error: Cannot find 
libsphinxclient headers ===>  Script "configure" failed unexpectedly. 
Please report the problem to mephius@gmail.com [maintainer] and attach 
the 
"/usr/home/miwi/dev/ports/www/pecl-sphinx/work/sphinx-1.1.0/config.log" 
including the output of the failure of your make command. Also, it might 
be a good idea to provide an overview of all packages installed on your 
system (e.g. an `ls /var/db/pkg`).
Comment 4 mephius 2011-06-25 10:17:56 UTC
Hi,

Build fails beacause port requires libsphinxclient which is in another
PR (see http://www.freebsd.org/cgi/query-pr.cgi?pr=157654&cat=ports).
Did you use this libsphinxclient port (PR #157654) ?
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2011-06-25 11:02:35 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-06-25 11:03:00 UTC
miwi        2011-06-25 10:02:47 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/pecl-sphinx      Makefile distinfo pkg-descr 
    www/pecl-sphinx/files pkg-message.in 
  Log:
  Sphinx is a full-text search engine, distributed under GPL version
  2. Commercial license is also available for embedded use.
  
  Generally, it's a standalone search engine, meant to provide fast,
  size-efficient and relevant fulltext search functions to other
  applications. Sphinx was specially designed to integrate well with SQL
  databases and scripting languages. Currently built-in data sources
  support fetching data either via direct connection to MySQL, or from
  an XML pipe.
  
  As for the name, Sphinx is an acronym which is officially decoded as
  SQL Phrase Index.
  
  WWW: http://www.sphinxsearch.com/
  
  PR:             ports/157655
  Submitted by:   Max Baryshnikov <mephius at gmail.com>
  
  Revision  Changes    Path
  1.2907    +1 -0      ports/www/Makefile
  1.1       +36 -0     ports/www/pecl-sphinx/Makefile (new)
  1.1       +2 -0      ports/www/pecl-sphinx/distinfo (new)
  1.1       +5 -0      ports/www/pecl-sphinx/files/pkg-message.in (new)
  1.1       +14 -0     ports/www/pecl-sphinx/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"