diff options
author | matthew <matthew@FreeBSD.org> | 2017-03-04 07:39:54 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-03-04 07:39:54 +0800 |
commit | 3c03a1330ea53709a5452303b9cd290c6a929b97 (patch) | |
tree | f14ff8e26d22f0fad16dacd543eb722f94283f0b | |
parent | f3c7043b85f29b06aa0453d1b81d5e32504b5e5f (diff) | |
download | freebsd-ports-gnome-3c03a1330ea53709a5452303b9cd290c6a929b97.tar.gz freebsd-ports-gnome-3c03a1330ea53709a5452303b9cd290c6a929b97.tar.zst freebsd-ports-gnome-3c03a1330ea53709a5452303b9cd290c6a929b97.zip |
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>
-rw-r--r-- | textproc/sphinxsearch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |