Bug 186003 - [MAINTAINER] databases/sqlite3: set on RTREE option by default
Summary: [MAINTAINER] databases/sqlite3: set on RTREE option by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 16:00 UTC by Pavel Volkov
Modified: 2014-01-31 14:00 UTC (History)
0 users

See Also:


Attachments
sqlite3-3.8.2_1.patch (935 bytes, patch)
2014-01-22 16:00 UTC, Pavel Volkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2014-01-22 16:00:00 UTC
[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)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-01-31 13:51:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-31 13:57:53 UTC
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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-01-31 13:58:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!