svn commit: r477940 - head/databases/sqlite3

Jan Beich jbeich at FreeBSD.org
Fri Aug 24 07:32:00 UTC 2018


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 \


More information about the svn-ports-all mailing list