svn commit: r398061 - head/databases/sqlite3

Jan Beich jbeich at FreeBSD.org
Sun Sep 27 21:58:44 UTC 2015


Author: jbeich
Date: Sun Sep 27 21:58:43 2015
New Revision: 398061
URL: https://svnweb.freebsd.org/changeset/ports/398061

Log:
  databases/sqlite3: enable DBSTAT by default for firefox 41+
  
  PR:		200853
  Reviewed by:	milios at ccsys.com
  Approved by:	Pavel Volkov <pavelivolkov at gmail.com> (maintainer)

Modified:
  head/databases/sqlite3/Makefile   (contents, props changed)

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Sun Sep 27 21:58:31 2015	(r398060)
+++ head/databases/sqlite3/Makefile	Sun Sep 27 21:58:43 2015	(r398061)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sqlite3
 PORTVERSION=	3.8.11.1
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
 DISTNAME=	sqlite-autoconf-${PORTVERSION:S|8.|8|:S|.|0|g}
@@ -80,8 +81,8 @@ RTREE_DESC=		Enable R*Tree module
 RTREE_INT_DESC=		Store 32-bit sig int (no float) coordinates
 
 OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
-			EXTENSION TS1 UNICODE61 RTREE READLINE
-# SECURE_DELETE, UNLOCK_NOTIFY used by www/firefox, www/libxul
+			EXTENSION TS1 UNICODE61 RTREE READLINE DBSTAT
+# SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al.
 # RTREE used by graphics/mapnik, databases/spatialite
 
 PLIST_FILES=	bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \


More information about the svn-ports-all mailing list