ports/161374: [PATCH] databases/xapian-core: update to 1.2.7

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 7 16:30:02 UTC 2011


>Number:         161374
>Category:       ports
>Synopsis:       [PATCH] databases/xapian-core: update to 1.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 07 16:30:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 1.2.7
- Add my LOCAL to MASTER_SITES
- Add OPTIONS: SSE2
- Fix NOPORTDOCS handler: patch Makefile instead of removing installed files in DOCSDIR

Port maintainer (jf at dockes.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- xapian-core-1.2.7,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/xapian-core/Makefile,v
retrieving revision 1.32
diff -u -u -r1.32 Makefile
--- Makefile	29 Oct 2010 16:23:53 -0000	1.32
+++ Makefile	7 Oct 2011 16:17:49 -0000
@@ -6,34 +6,46 @@
 #
 
 PORTNAME=	xapian-core
-PORTVERSION=	1.0.22
+PORTVERSION=	1.2.7
 PORTEPOCH=	1
 CATEGORIES=	databases
-MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
+MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
+		LOCAL/sunpoet
 
 MAINTAINER=	jf at dockes.org
 COMMENT=	A probabilistic text search database engine
 
 LICENSE=	GPLv2
+
+OPTIONS=	SSE2	"Use SSE2 for floating point" on
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-OPTIONS=	SSE2 "Use SSE2 for floating point" Off
+MAN1=		xapian-check.1 \
+		xapian-chert-update.1 \
+		xapian-compact.1 \
+		xapian-config.1 \
+		xapian-inspect.1 \
+		xapian-progsrv.1 \
+		xapian-replicate.1 \
+		xapian-replicate-server.1 \
+		xapian-tcpsrv.1
 
-MAN1=		quartzcheck.1 quartzcompact.1 quartzdump.1 \
-		xapian-check.1 xapian-compact.1 xapian-config.1 \
-		xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1
+.include <bsd.port.options.mk>
 
 .if defined(WITHOUT_SSE2)
 CONFIGURE_ARGS+=	--disable-sse
 .endif
 
+post-patch:
+.if defined(NOPORTDOCS)
+	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in
+.endif
+
 post-install:
 .for file in delve quest copydatabase
 	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
 .endfor
-.ifdef(NOPORTDOCS)
-	${RM} -rf ${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/xapian-core/distinfo,v
retrieving revision 1.26
diff -u -u -r1.26 distinfo
--- distinfo	20 Mar 2011 12:48:09 -0000	1.26
+++ distinfo	7 Oct 2011 16:17:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (xapian-core-1.0.22.tar.gz) = 39fc7ec7a233c2a5b3cea4954dd35c1f891841274d35bf746d23b1feac6fe511
-SIZE (xapian-core-1.0.22.tar.gz) = 3342736
+SHA256 (xapian-core-1.2.7.tar.gz) = 6ce8cb3502f35245ec0cb0dcf579ce4f65c015a2f2e8d1b4c388c95f58278c89
+SIZE (xapian-core-1.2.7.tar.gz) = 4069085
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/xapian-core/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	11 Nov 2005 19:39:17 -0000	1.1
+++ pkg-descr	7 Oct 2011 16:17:49 -0000
@@ -16,4 +16,4 @@
  - Platform independent data formats
  - Allows simultaneous update and searching.
 
-WWW: http://www.xapian.org
+WWW: http://www.xapian.org/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/xapian-core/pkg-plist,v
retrieving revision 1.20
diff -u -u -r1.20 pkg-plist
--- pkg-plist	29 Oct 2010 16:23:53 -0000	1.20
+++ pkg-plist	7 Oct 2011 16:17:49 -0000
@@ -1,8 +1,5 @@
- at comment $FreeBSD: ports/databases/xapian-core/pkg-plist,v 1.20 2010/10/29 16:23:53 brix Exp $
-bin/quartzcheck
-bin/quartzcompact
-bin/quartzdump
 bin/xapian-check
+bin/xapian-chert-update
 bin/xapian-compact
 bin/xapian-config
 bin/xapian-copydatabase
@@ -10,36 +7,45 @@
 bin/xapian-inspect
 bin/xapian-progsrv
 bin/xapian-quest
+bin/xapian-replicate
+bin/xapian-replicate-server
 bin/xapian-tcpsrv
+include/xapian.h
 include/xapian/base.h
+include/xapian/compactor.h
 include/xapian/database.h
 include/xapian/dbfactory.h
 include/xapian/deprecated.h
+include/xapian/derefwrapper.h
 include/xapian/document.h
 include/xapian/enquire.h
 include/xapian/error.h
 include/xapian/errorhandler.h
 include/xapian/expanddecider.h
+include/xapian/keymaker.h
+include/xapian/matchspy.h
 include/xapian/positioniterator.h
 include/xapian/postingiterator.h
+include/xapian/postingsource.h
 include/xapian/query.h
 include/xapian/queryparser.h
-include/xapian/sorter.h
+include/xapian/registry.h
 include/xapian/stem.h
 include/xapian/termgenerator.h
 include/xapian/termiterator.h
 include/xapian/types.h
 include/xapian/unicode.h
 include/xapian/valueiterator.h
+include/xapian/valuesetmatchdecider.h
 include/xapian/version.h
 include/xapian/visibility.h
-include/xapian.h
+include/xapian/weight.h
+lib/cmake/xapian/xapian-config-version.cmake
+lib/cmake/xapian/xapian-config.cmake
 lib/libxapian.a
 lib/libxapian.la
 lib/libxapian.so
-lib/libxapian.so.21
-lib/cmake/xapian/xapian-config.cmake
-lib/cmake/xapian/xapian-config-version.cmake
+lib/libxapian.so.26
 share/aclocal/xapian.m4
 %%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
@@ -53,6 +59,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Compactor-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Compactor.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html
@@ -80,6 +88,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
@@ -108,6 +119,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
@@ -117,6 +131,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
@@ -126,6 +143,13 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
@@ -142,6 +166,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html
@@ -154,9 +181,14 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Registry-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Registry.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
@@ -183,8 +215,23 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png
@@ -192,6 +239,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/closed.gif
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/compactor_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html
@@ -203,18 +252,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_0.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_1.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_10.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_11.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_2.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_3.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_4.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_5.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_6.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_7.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_8.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_9.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x62.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x63.html
@@ -238,6 +275,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_enum.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
@@ -262,12 +300,11 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_rela.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_defs.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
@@ -290,6 +327,11 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__26.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__27.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__28.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__29.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png
@@ -298,25 +340,33 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/keymaker_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/matchspy_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Brass.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Chert.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Flint.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1InMemory.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Quartz.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_enum.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/open.gif
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingsource_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/sorter_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/registry_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1StemImplementation-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1StemImplementation.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
@@ -329,11 +379,15 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valuesetmatchdecider_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/weight_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/bm25.html
 %%PORTDOCS%%%%DOCSDIR%%/code_structure.html
+%%PORTDOCS%%%%DOCSDIR%%/collapsing.html
 %%PORTDOCS%%%%DOCSDIR%%/deprecation.html
+%%PORTDOCS%%%%DOCSDIR%%/facets.html
 %%PORTDOCS%%%%DOCSDIR%%/glossary.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/install.html
@@ -341,7 +395,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/intro_ir.html
 %%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html
 %%PORTDOCS%%%%DOCSDIR%%/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html
+%%PORTDOCS%%%%DOCSDIR%%/postingsource.html
 %%PORTDOCS%%%%DOCSDIR%%/queryparser.html
 %%PORTDOCS%%%%DOCSDIR%%/quickstart.html
 %%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html
@@ -349,7 +403,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html
 %%PORTDOCS%%%%DOCSDIR%%/remote.html
 %%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html
+%%PORTDOCS%%%%DOCSDIR%%/replication.html
+%%PORTDOCS%%%%DOCSDIR%%/replication_protocol.html
 %%PORTDOCS%%%%DOCSDIR%%/scalability.html
+%%PORTDOCS%%%%DOCSDIR%%/serialisation.html
 %%PORTDOCS%%%%DOCSDIR%%/sorting.html
 %%PORTDOCS%%%%DOCSDIR%%/spelling.html
 %%PORTDOCS%%%%DOCSDIR%%/stemming.html
@@ -360,6 +417,6 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm include/xapian
 @dirrmtry lib/cmake/xapian
 @dirrmtry lib/cmake
+ at dirrm include/xapian
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/databases/xapian-core/files/patch-Makefile.in,v
retrieving revision 1.4
diff -u -u -r1.4 patch-Makefile.in
--- files/patch-Makefile.in	29 Sep 2010 23:52:29 -0000	1.4
+++ files/patch-Makefile.in	7 Oct 2011 16:17:49 -0000
@@ -1,32 +1,33 @@
---- Makefile.in.orig	Fri May 18 00:58:07 2007
-+++ Makefile.in	Fri May 18 13:10:33 2007
-@@ -49,7 +49,8 @@
+--- Makefile.in.orig	2011-08-10 14:54:57.000000000 +0800
++++ Makefile.in	2011-09-13 09:01:08.592572769 +0800
+@@ -47,7 +47,8 @@
  @VPATH_BUILD_TRUE at am__append_1 = -I$(top_builddir)/include \
  @VPATH_BUILD_TRUE@	-I$(top_srcdir)/languages -Ilanguages \
  @VPATH_BUILD_TRUE@	-I$(top_srcdir)/queryparser
 -bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
-+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) 
-+noinst_PROGRAMS = \
++bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
++noinst_bin_PROGRAMS = \
  	examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
  	examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
- 	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT)
-@@ -464,7 +465,7 @@
+ 	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) \
+@@ -713,7 +714,7 @@
+ @BUILD_BACKEND_CHERT_TRUE@@BUILD_BACKEND_FLINT_TRUE at am__EXEEXT_2 = bin/xapian-chert-update$(EXEEXT)
  @BUILD_BACKEND_REMOTE_TRUE at am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
  @BUILD_BACKEND_REMOTE_TRUE@	bin/xapian-tcpsrv$(EXEEXT)
- binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 -PROGRAMS = $(bin_PROGRAMS)
-+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
- am_bin_quartzcheck_OBJECTS =  \
- 	bin/bin_quartzcheck-quartzcheck.$(OBJEXT)
- bin_quartzcheck_OBJECTS = $(am_bin_quartzcheck_OBJECTS)
-@@ -909,9 +910,7 @@
- libxapian_la_LDFLAGS = $(XAPIAN_LDFLAGS) -no-undefined -version-info $(LIBRARY_VERSION_INFO)
++PROGRAMS = $(bin_PROGRAMS) $(noinst_bin_PROGRAMS)
+ am__bin_xapian_check_SOURCES_DIST = bin/xapian-check.cc \
+ 	bin/xapian-check-brass.cc bin/xapian-check-brass.h \
+ 	bin/xapian-check-chert.cc bin/xapian-check-chert.h \
+@@ -1323,10 +1324,7 @@
+ 	weight/tradweight.cc weight/weight.cc weight/weightinternal.cc
  @MAINTAINER_NO_DOCS_FALSE at dist_man_MANS = xapian-config.1 \
  @MAINTAINER_NO_DOCS_FALSE@	$(am__append_3) $(am__append_5) \
 - at MAINTAINER_NO_DOCS_FALSE@	$(am__append_7) \
 - at MAINTAINER_NO_DOCS_FALSE@	examples/copydatabase.1 \
-- at MAINTAINER_NO_DOCS_FALSE@	examples/delve.1 examples/quest.1
+- at MAINTAINER_NO_DOCS_FALSE@	examples/delve.1 examples/quest.1 \
+- at MAINTAINER_NO_DOCS_FALSE@	examples/xapian-metadata.1
 + at MAINTAINER_NO_DOCS_FALSE@	$(am__append_7)
- bin_quartzcheck_CPPFLAGS = -I$(top_srcdir)/backends/quartz
- bin_quartzcheck_SOURCES = bin/quartzcheck.cc
- bin_quartzcheck_LDADD = $(ldflags) libquartzcheck.la libxapian.la
+ bin_xapian_check_CPPFLAGS = \
+ 	-I$(top_srcdir)/backends/brass\
+ 	-I$(top_srcdir)/backends/chert\
--- xapian-core-1.2.7,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list