svn commit: r398061 - head/databases/sqlite3

Jan Beich jbeich at FreeBSD.org
Mon Sep 28 09:14:39 UTC 2015


Kubilay Kocak <koobs at FreeBSD.org> writes:

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

Ports users are out of luck. Once the selected options are saved they
wouldn't change even if the defaults do.

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

It warrants UPDATING entry similar to 20120726 until bsd.port.mk learns
to support *_DEPENDS with options requirements e.g.,

  # a la Gentoo
  BUILD_DEPENDS= sqlite3>=3.8.10.1[SECURE_DELETE,THREADSAFE,FTS3,UNLOCK_NOTIFY,DBSTAT]:${PORTSDIR}/databases/sqlite3

or

  # https://lists.freebsd.org/pipermail/freebsd-ports/2005-August/025244.html
  BUILD_DEPENDS= sqlite3>=3.8.10.1:${PORTSDIR}/databases/sqlite3%SECURE_DELETE%THREADSAFE%FTS3%UNLOCK_NOTIFY%DBSTAT

I'm not sure if anyone works on this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150928/2b9d7e2e/attachment.bin>


More information about the svn-ports-all mailing list