diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-09-28 05:58:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-09-28 05:58:43 +0800 |
commit | 035722e3d27a8513d2470df311fe3d9d2388fba6 (patch) | |
tree | 6f3bc441fbff94c25134f73b33413c0e26ae5ada /databases | |
parent | 2e9ce53e631bfcedce66dead87240562571b23ed (diff) | |
download | freebsd-ports-gnome-035722e3d27a8513d2470df311fe3d9d2388fba6.tar.gz freebsd-ports-gnome-035722e3d27a8513d2470df311fe3d9d2388fba6.tar.zst freebsd-ports-gnome-035722e3d27a8513d2470df311fe3d9d2388fba6.zip |
databases/sqlite3: enable DBSTAT by default for firefox 41+
PR: 200853
Reviewed by: milios@ccsys.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 3f7401a318c3..38e324e51255 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -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 \ |