From owner-svn-ports-all@freebsd.org Fri Aug 24 07:32:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50B5F1081F4A; Fri, 24 Aug 2018 07:32:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07B0D7B0E4; Fri, 24 Aug 2018 07:32:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE83A613A; Fri, 24 Aug 2018 07:31:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7O7Vxh1082133; Fri, 24 Aug 2018 07:31:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7O7VxqI082132; Fri, 24 Aug 2018 07:31:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808240731.w7O7VxqI082132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Aug 2018 07:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477940 - head/databases/sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/databases/sqlite3 X-SVN-Commit-Revision: 477940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2018 07:32:00 -0000 Author: jbeich Date: Fri Aug 24 07:31:59 2018 New Revision: 477940 URL: https://svnweb.freebsd.org/changeset/ports/477940 Log: databases/sqlite3: document gecko@ also needs FTS3_TOKEN https://searchfox.org/mozilla-central/rev/c45b9755593c/db/sqlite3/src/moz.build#61-63 https://searchfox.org/comm-central/rev/39cff66145fd/mailnews/extensions/fts3/src/nsFts3Tokenizer.cpp#40 Modified: head/databases/sqlite3/Makefile (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Fri Aug 24 06:45:55 2018 (r477939) +++ head/databases/sqlite3/Makefile Fri Aug 24 07:31:59 2018 (r477940) @@ -135,7 +135,7 @@ OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOC 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 +# FTS3_TOKEN used by audio/clementine-player, mail/thunderbird, www/seamonkey # FTS5 used by sysutils/tracker PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \