Date: Mon, 23 Oct 2017 11:03:27 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452700 - head/databases/sqlite3 Message-ID: <201710231103.v9NB3ROh007380@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Oct 23 11:03:26 2017 New Revision: 452700 URL: https://svnweb.freebsd.org/changeset/ports/452700 Log: Enable FTS5 by default. * add note who is going to use this feature. PR: 223133 Approved by: maintainer (Pavel Volkov <pavelivolkov@gmail.com>) Modified: head/databases/sqlite3/Makefile Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Mon Oct 23 10:00:21 2017 (r452699) +++ head/databases/sqlite3/Makefile Mon Oct 23 11:03:26 2017 (r452700) @@ -3,7 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.20.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -115,10 +115,11 @@ EDITLINE_PREVENTS= READLINES READLINEP OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \ - FTS3_TOKEN + FTS3_TOKEN FTS5 # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite # FTS3_TOKEN used by audio/clementine-player +# FTS5 used by sysutils/tracker PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \ lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.0 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710231103.v9NB3ROh007380>