ports/155454: [maintainer] textproc/sphinxsearch -- install spelldump too
Matthew Seaman
m.seaman at infracaninophile.co.uk
Fri Mar 11 06:40:11 UTC 2011
>Number: 155454
>Category: ports
>Synopsis: [maintainer] textproc/sphinxsearch -- install spelldump too
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 11 06:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Matthew Seaman
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #37 r219303M: Sat Mar 5 13:35:42 GMT 2011 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64
>Description:
Install the spelldump program which was unaccountably missed out of
earlier versions of this port.
Credits to Krzysztof Gibas <krzysztof at gibas.org> for pointing out the
problem and providing patches.
>How-To-Repeat:
>Fix:
--- sphinxsearch.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/sphinxsearch/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile 15 Jan 2011 15:27:17 -0000 1.13
+++ Makefile 11 Mar 2011 06:08:45 -0000
@@ -10,6 +10,7 @@
PORTNAME= sphinxsearch
PORTVERSION= 0.9.9
+PORTREVISION= 1
CATEGORIES= textproc databases
MASTER_SITES= http://sphinxsearch.com/files/
DISTNAME= sphinx-${PORTVERSION}
@@ -17,6 +18,8 @@
MAINTAINER= m.seaman at infracaninophile.co.uk
COMMENT= Sphinx Full-Text Search Engine
+LICENSE= GPLv2
+
# If expat is present on the system and configure finds it, it will
# unconditionally link the output binary against it. There's no way
# of turning this off. So for consistency, make sure it's always on.
@@ -144,6 +147,7 @@
install-bin:
${INSTALL_PROGRAM} ${WRKSRC}/src/indexer ${PREFIX}/bin/indexer
${INSTALL_PROGRAM} ${WRKSRC}/src/search ${PREFIX}/bin/search
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/spelldump ${PREFIX}/bin/spelldump
${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${PREFIX}/sbin/searchd
${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${CFGFILE}.sample
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/sphinxsearch/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist 16 Jul 2008 13:31:51 -0000 1.2
+++ pkg-plist 11 Mar 2011 06:08:45 -0000
@@ -1,5 +1,6 @@
bin/indexer
bin/search
+bin/spelldump
sbin/searchd
@unexec if cmp -s %D/etc/sphinx.conf.sample %D/etc/sphinx.conf; then rm -f %D/etc/sphinx.conf; fi
etc/sphinx.conf.sample
--- sphinxsearch.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list