From nobody@FreeBSD.org  Thu Dec 26 01:15:29 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E890D164
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 01:15:29 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id D466B1295
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 01:15:29 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBQ1FTla089888
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 01:15:29 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBQ1FTs7089880;
	Thu, 26 Dec 2013 01:15:29 GMT
	(envelope-from nobody)
Message-Id: <201312260115.rBQ1FTs7089880@oldred.freebsd.org>
Date: Thu, 26 Dec 2013 01:15:29 GMT
From: Miroslav Lachman <000.fbsd@quip.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sphinxsearch-2.1.4 cannot be installed without DOCS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185194
>Category:       ports
>Synopsis:       textproc/sphinxsearch cannot be installed without DOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    matthew
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 26 01:20:00 UTC 2013
>Closed-Date:    Mon Dec 30 11:27:24 UTC 2013
>Last-Modified:  Mon Dec 30 11:27:24 UTC 2013
>Originator:     Miroslav Lachman
>Release:        FreeBSD 8.4-RELEASE-p4 i386 GENERIC
>Organization:
codeLab.cz
>Environment:
FreeBSD 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Mon Sep  9 23:00:58 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Port cannot be installed if I have unset DOCS. (I don't need docs installed on each server)
>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
>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.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->matthew 
Responsible-Changed-By: matthew 
Responsible-Changed-When: Thu Dec 26 09:20:45 UTC 2013 
Responsible-Changed-Why:  
My port. Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185194 
State-Changed-From-To: open->feedback 
State-Changed-By: matthew 
State-Changed-When: Thu Dec 26 09:39:54 UTC 2013 
State-Changed-Why:  
A fix has been committed.  Please let me know if that solves the 
problem for you, or not. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185194 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185194: commit references a PR
Date: Thu, 26 Dec 2013 09:38:34 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185194: commit references a PR
Date: Thu, 26 Dec 2013 13:17:19 +0000 (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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: matthew 
State-Changed-When: Mon Dec 30 11:26:23 UTC 2013 
State-Changed-Why:  
Seems to be working just fine now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185194 
>Unformatted:
