From 3c03a1330ea53709a5452303b9cd290c6a929b97 Mon Sep 17 00:00:00 2001 From: matthew Date: Fri, 3 Mar 2017 23:39:54 +0000 Subject: Toggle the default setting for the ID64 option to on. 32-bit IDs have been deprecated upstream. Submitted by: Miroslav Lachman <000.fbsd@quip.cz> --- textproc/sphinxsearch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 19111ae93bbe..2730943f39ab 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -7,6 +7,7 @@ PORTNAME= sphinxsearch PORTVERSION= 2.2.11 +PORTREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ \ http://snowball.tartarus.org/dist/:libstemmer @@ -25,7 +26,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 OPTIONS_DEFINE= ICONV ID64 LIBSTEMMER MYSQL OPTIMIZED_CFLAGS PGSQL \ RE2 SYSLOG UNIXODBC DOCS EXAMPLES -OPTIONS_DEFAULT=ICONV MYSQL SYSLOG +OPTIONS_DEFAULT=ICONV ID64 MYSQL SYSLOG ICONV_CONFIGURE_WITH= iconv ICONV_USES= iconv -- cgit