Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2015 12:19:56 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Jan Beich <jbeich@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r398061 - head/databases/sqlite3
Message-ID:  <5608A3CC.3020807@FreeBSD.org>
In-Reply-To: <201509272158.t8RLwiJM002278@repo.freebsd.org>
References:  <201509272158.t8RLwiJM002278@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 28/09/2015 7:58 AM, Jan Beich wrote:
> 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+

This change certainly solves for pkg users, but ports users can/may
still inadvertently disable the option.

Perhaps this use-case warrants a sqlite3-dbstat or sqlite3-firefox,
until flavours/variants support lands. Thoughts?

>   PR:		200853
>   Reviewed by:	milios@ccsys.com
>   Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)

<snip>

>  
>  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 \

./koobs




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