Date: Fri, 31 Jan 2014 13:57:46 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341994 - head/databases/sqlite3 Message-ID: <201401311357.s0VDvk3Q031163@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Jan 31 13:57:45 2014 New Revision: 341994 URL: http://svnweb.freebsd.org/changeset/ports/341994 QAT: https://qat.redports.org/buildarchive/r341994/ Log: Set on RTREE option by default. It's required for graphics/mapnik, databases/spatialite. PR: ports/186003 Submitted by: maintainer Modified: head/databases/sqlite3/Makefile Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Fri Jan 31 13:40:21 2014 (r341993) +++ head/databases/sqlite3/Makefile Fri Jan 31 13:57:45 2014 (r341994) @@ -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 @@ RTREEG_DESC= Index type for range queri 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311357.s0VDvk3Q031163>