Bug 185194 - textproc/sphinxsearch cannot be installed without DOCS
Summary: textproc/sphinxsearch cannot be installed without DOCS
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: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-26 01:20 UTC by Miroslav Lachman
Modified: 2013-12-30 11:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Lachman 2013-12-26 01:20:00 UTC
Port cannot be installed if I have unset DOCS. (I don't need docs installed on each server)

Fix: 

It is caused by unconditionally used sed in Makefile

        ${SED} -e 's/"1"/"8"/' ${DOCSRC}/searchd.1 > ${DOCSRC}/searchd.8

But ${DOCSRC} is set few lines earlier within condition

.if ${PORT_OPTIONS:MDOCS}
DOCS=           doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml
DOCSRC=         ${WRKSRC}/doc
.endif

So the line with sed should be conditional too, or DOCSRC set unconditionally.
How-To-Repeat: I have the following line in make.conf

OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS


Then make failed with the following message:

===>  Found saved configuration for sphinxsearch-2.1.4
===> Fetching all distfiles required by sphinxsearch-2.1.4 for building
===>  Extracting for sphinxsearch-2.1.4
=> SHA256 Checksum OK for sphinx-2.1.4-release.tar.gz.
===>  Patching for sphinxsearch-2.1.4
/usr/bin/sed -e 's/"1"/"8"/' /searchd.1 > /searchd.8
sed: /searchd.1: No such file or directory
*** Error code 1

Stop in /usr/ports/textproc/sphinxsearch.
*** Error code 1

Stop in /usr/ports/textproc/sphinxsearch.

===>>> make failed for textproc/sphinxsearch
===>>> Aborting update

===>>> Killing background jobs
Terminated
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2013-12-26 09:20:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->matthew

My port. Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-26 09:38:34 UTC
Author: matthew
Date: Thu Dec 26 09:38:26 2013
New Revision: 337476
URL: http://svnweb.freebsd.org/changeset/ports/337476

Log:
    - Fix installation when DOCS or EXAMPLES are unset by always
      installing docs and examples unconditionally to staging.  The
      packaging step will not include them in the package generated from
      stagingif DOCS or EXAMPLES is unset.
  
    - List EXAMPLES explicitly in pkg-plist
  
  PR:		185194
  Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>

Modified:
  head/textproc/sphinxsearch/Makefile
  head/textproc/sphinxsearch/pkg-plist

Modified: head/textproc/sphinxsearch/Makefile
==============================================================================
--- head/textproc/sphinxsearch/Makefile	Thu Dec 26 09:36:22 2013	(r337475)
+++ head/textproc/sphinxsearch/Makefile	Thu Dec 26 09:38:26 2013	(r337476)
@@ -108,15 +108,10 @@ SUB_LIST+=	PORTNAME=${PORTNAME}	 \
 		SPHINX_LOG=${SPHINX_LOG}
 SUB_FILES+=	pkg-deinstall
 
-.if ${PORT_OPTIONS:MEXAMPLES}
 EXAMPLES=	example.sql api
-PORTEXAMPLES=	*
-.endif
 
-.if ${PORT_OPTIONS:MDOCS}
 DOCS=		doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml
 DOCSRC=		${WRKSRC}/doc
-.endif
 
 MAN1SRC=	indexer.1 indextool.1 search.1 spelldump.1
 MAN8SRC=	searchd.8

Modified: head/textproc/sphinxsearch/pkg-plist
==============================================================================
--- head/textproc/sphinxsearch/pkg-plist	Thu Dec 26 09:36:22 2013	(r337475)
+++ head/textproc/sphinxsearch/pkg-plist	Thu Dec 26 09:38:26 2013	(r337476)
@@ -15,4 +15,135 @@ etc/sphinx.conf.sample
 %%PORTDOCS%%%%DOCSDIR%%/sphinx.html
 %%PORTDOCS%%%%DOCSDIR%%/sphinx.txt
 %%PORTDOCS%%%%DOCSDIR%%/sphinx.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/MANIFEST.MF
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxClient.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxException.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxMatch.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxResult.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxWordInfo.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/mk.cmd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/mkdoc.cmd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/test.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/COPYING
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/Makefile.am
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/Makefile.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/build.mk
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/buildconf.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/config.guess
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/config.sub
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/configure
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/configure.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/install-sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/libsphinxclient.vcproj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/ltmain.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/missing
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_ref.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_test.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_test.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient_config.h.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.sln
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.vcproj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test03.sln
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test03.vcproj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/README.rdoc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/Rakefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/init.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/install.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/client.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/request.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/response.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/client_response_spec.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/client_spec.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/default_search.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/default_search_index.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_custom.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_default.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_flags.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/field_weights.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_exclude.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_float_range.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_float_range_exclude.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range_exclude.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range_int64.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_ranges.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filters.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filters_different.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/geo_anchor.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_attr.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_attrpair.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_day.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_day_sort.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_month.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_week.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_year.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_distinct.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/id_range.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/id_range64.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/index_weights.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/keywords.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_cutoff.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_max.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_max_cutoff.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_all.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_any.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_boolean.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_extended.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_extended2.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_fullscan.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_phrase.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/max_query_time.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/miltiple_queries.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_bm25.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_none.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_proximity.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_proximity_bm25.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_wordcount.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/retries.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/retries_delay.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/select.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/set_override.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_attr_asc.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_attr_desc.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_expr.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_extended.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_relevance.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_time_segments.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sphinxapi.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/update_attributes.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/update_attributes_mva.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/weights.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx-id64.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx_test.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/sphinx.yml.tpl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/tasks/sphinx.rake
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/test.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sphinxapi.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sphinxapi.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sql
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/tasks
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/sphinx
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/fixtures
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib/sphinx
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/libsphinxclient
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/java
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
_______________________________________________
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"
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2013-12-26 09:39:54 UTC
State Changed
From-To: open->feedback

A fix has been committed.  Please let me know if that solves the 
problem for you, or not.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-12-26 13:17:19 UTC
Author: mat
Date: Thu Dec 26 13:17:09 2013
New Revision: 337509
URL: http://svnweb.freebsd.org/changeset/ports/337509

Log:
  MFH: r337476
  
    - Fix installation when DOCS or EXAMPLES are unset by always
      installing docs and examples unconditionally to staging.  The
      packaging step will not include them in the package generated from
      stagingif DOCS or EXAMPLES is unset.
  
    - List EXAMPLES explicitly in pkg-plist
  
  PR:		185194
  Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/textproc/sphinxsearch/Makefile
  branches/2014Q1/textproc/sphinxsearch/pkg-plist
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/textproc/sphinxsearch/Makefile
==============================================================================
--- branches/2014Q1/textproc/sphinxsearch/Makefile	Thu Dec 26 13:17:00 2013	(r337508)
+++ branches/2014Q1/textproc/sphinxsearch/Makefile	Thu Dec 26 13:17:09 2013	(r337509)
@@ -108,15 +108,10 @@ SUB_LIST+=	PORTNAME=${PORTNAME}	 \
 		SPHINX_LOG=${SPHINX_LOG}
 SUB_FILES+=	pkg-deinstall
 
-.if ${PORT_OPTIONS:MEXAMPLES}
 EXAMPLES=	example.sql api
-PORTEXAMPLES=	*
-.endif
 
-.if ${PORT_OPTIONS:MDOCS}
 DOCS=		doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml
 DOCSRC=		${WRKSRC}/doc
-.endif
 
 MAN1SRC=	indexer.1 indextool.1 search.1 spelldump.1
 MAN8SRC=	searchd.8

Modified: branches/2014Q1/textproc/sphinxsearch/pkg-plist
==============================================================================
--- branches/2014Q1/textproc/sphinxsearch/pkg-plist	Thu Dec 26 13:17:00 2013	(r337508)
+++ branches/2014Q1/textproc/sphinxsearch/pkg-plist	Thu Dec 26 13:17:09 2013	(r337509)
@@ -15,4 +15,135 @@ etc/sphinx.conf.sample
 %%PORTDOCS%%%%DOCSDIR%%/sphinx.html
 %%PORTDOCS%%%%DOCSDIR%%/sphinx.txt
 %%PORTDOCS%%%%DOCSDIR%%/sphinx.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/MANIFEST.MF
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxClient.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxException.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxMatch.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxResult.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxWordInfo.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/mk.cmd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/mkdoc.cmd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/test.java
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/COPYING
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/Makefile.am
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/Makefile.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/build.mk
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/buildconf.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/config.guess
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/config.sub
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/configure
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/configure.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/install-sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/libsphinxclient.vcproj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/ltmain.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/missing
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_ref.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_test.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_test.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient_config.h.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.sln
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.vcproj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test03.sln
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test03.vcproj
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/README.rdoc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/Rakefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/init.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/install.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/client.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/request.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/response.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/client_response_spec.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/client_spec.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/default_search.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/default_search_index.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_custom.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_default.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_flags.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/field_weights.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_exclude.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_float_range.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_float_range_exclude.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range_exclude.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range_int64.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_ranges.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filters.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filters_different.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/geo_anchor.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_attr.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_attrpair.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_day.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_day_sort.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_month.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_week.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_year.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_distinct.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/id_range.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/id_range64.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/index_weights.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/keywords.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_cutoff.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_max.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_max_cutoff.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_all.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_any.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_boolean.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_extended.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_extended2.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_fullscan.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_phrase.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/max_query_time.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/miltiple_queries.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_bm25.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_none.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_proximity.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_proximity_bm25.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_wordcount.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/retries.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/retries_delay.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/select.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/set_override.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_attr_asc.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_attr_desc.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_expr.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_extended.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_relevance.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_time_segments.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sphinxapi.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/update_attributes.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/update_attributes_mva.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/weights.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx-id64.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx_test.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/sphinx.yml.tpl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/tasks/sphinx.rake
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/test.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sphinxapi.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sphinxapi.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sql
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/tasks
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/sphinx
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec/fixtures
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/spec
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib/sphinx
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby/lib
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/ruby
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/libsphinxclient
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api/java
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/api
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
_______________________________________________
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"
Comment 5 Matthew Seaman freebsd_committer freebsd_triage 2013-12-30 11:26:23 UTC
State Changed
From-To: feedback->closed

Seems to be working just fine now.