svn commit: r501586 - head/net/prosearch
Rene Ladan
rene at FreeBSD.org
Mon May 13 19:22:16 UTC 2019
Author: rene
Date: Mon May 13 19:22:15 2019
New Revision: 501586
URL: https://svnweb.freebsd.org/changeset/ports/501586
Log:
net/prosearch: remove optional dependency on expired textproc/sphinxsearch-devel
Modified:
head/net/prosearch/Makefile
Modified: head/net/prosearch/Makefile
==============================================================================
--- head/net/prosearch/Makefile Mon May 13 19:05:17 2019 (r501585)
+++ head/net/prosearch/Makefile Mon May 13 19:22:15 2019 (r501586)
@@ -24,7 +24,7 @@ PLIST_SUB+= SEARCHDIR=${SEARCHDIR} WWWOWN="${WWWOWN}"
#TODO user and group for crawler
OPTIONS_DEFINE= CRAWLER SAMBA RSYNC APACHE MOD_PERL2 MOD_FASTCGI \
- DB MYSQL PGSQL PGPP SQLITE SPHINX
+ DB MYSQL PGSQL PGPP SQLITE
OPTIONS_DEFAULT= CRAWLER SAMBA APACHE DB MYSQL
CRAWLER_DESC= With crawler (nmap, p5-libwww)
SAMBA_DESC= crawler with SAMBA (file://)
@@ -34,7 +34,6 @@ MOD_PERL2_DESC= With MOD_PERL2
MOD_FASTCGI_DESC= With MOD_FASTCGI
DB_DESC= With both database server and client
PGPP_DESC= postgres pure Perl connection driver
-SPHINX_DESC= sphinx fulltext search engine
#NGINX_DESC= With web server (NGINX)
.include <bsd.port.options.mk>
@@ -78,12 +77,6 @@ ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:www/mod_perl2
RUN_DEPENDS+=\
${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:www/mod_fastcgi \
p5-FCGI>=0:www/p5-FCGI
-.endif
-
-.if ${PORT_OPTIONS:MSPHINX}
-WITH_MYSQL= client # for dbi
-RUN_DEPENDS+=\
-searchd:textproc/sphinxsearch-devel
.endif
.if ${PORT_OPTIONS:MMYSQL}
More information about the svn-ports-head
mailing list