svn commit: r398061 - head/databases/sqlite3

Kubilay Kocak koobs at FreeBSD.org
Mon Sep 28 02:20:04 UTC 2015


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 at ccsys.com
>   Approved by:	Pavel Volkov <pavelivolkov at 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



More information about the svn-ports-all mailing list