From owner-svn-ports-head@freebsd.org Sun Sep 27 21:58:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76B259D03DF; Sun, 27 Sep 2015 21:58:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67C93FE7; Sun, 27 Sep 2015 21:58:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8RLwigo002279; Sun, 27 Sep 2015 21:58:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8RLwiJM002278; Sun, 27 Sep 2015 21:58:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509272158.t8RLwiJM002278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Sep 2015 21:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398061 - head/databases/sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2015 21:58:44 -0000 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@ccsys.com Approved by: Pavel Volkov (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 \