Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2018 07:31:59 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477940 - head/databases/sqlite3
Message-ID:  <201808240731.w7O7VxqI082132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808240731.w7O7VxqI082132>