Summary: | [MAINTAINER] databases/sqlite3: set on RTREE option by default | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pavel Volkov <pavelivolkov> | ||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Pavel Volkov
2014-01-22 16:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it. 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 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |