svn commit: r452700 - head/databases/sqlite3
Koop Mast
kwm at FreeBSD.org
Mon Oct 23 11:03:28 UTC 2017
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 at 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 \
More information about the svn-ports-head
mailing list