Date: Wed, 22 Jan 2014 15:35:25 +0400 (MSK) From: Pavel I Volkov <pavelivolkov@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/186003: [MAINTAINER] databases/sqlite3: set on RTREE option by default Message-ID: <201401221135.s0MBZP8d042101@be.dns4soho.net> Resent-Message-ID: <201401221600.s0MG00Qu098712@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186003 >Category: ports >Synopsis: [MAINTAINER] databases/sqlite3: set on RTREE option by default >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 22 16:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Pavel I Volkov >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD be.dns4soho.net 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #4 r260656: Wed Jan 15 11:21:37 MSK >Description: [DESCRIBE CHANGES] Set on RTREE option by default. It's required for graphics/mapnik, databases/spatialite. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- sqlite3-3.8.2_1.patch begins here --- diff -ruN ../sqlite3.orig/Makefile ./Makefile --- ../sqlite3.orig/Makefile 2014-01-22 14:02:37.000000000 +0400 +++ ./Makefile 2014-01-22 14:50:06.000000000 +0400 @@ -3,6 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ DISTNAME= sqlite-autoconf-3080200 @@ -65,7 +66,9 @@ 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 +OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION TS1 RTREE +# SECURE_DELETE, UNLOCK_NOTIFY used by www/firefox, www/libxul +# RTREE used by graphics/mapnik, databases/spatialite PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \ lib/libsqlite3.a lib/libsqlite3.la lib/libsqlite3.so \ --- sqlite3-3.8.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401221135.s0MBZP8d042101>