View | Details | Raw Unified | Return to bug 200853 | Differences between
and this patch

Collapse All | Expand All

(-)databases/sqlite3/Makefile (-2 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.8.10.2
5
PORTVERSION=	3.8.10.2
6
PORTREVISION=	1
6
CATEGORIES=	databases
7
CATEGORIES=	databases
7
MASTER_SITES=	http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
8
MASTER_SITES=	http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:S|.10|10|:S|.|0|g}
9
DISTNAME=	sqlite-autoconf-${PORTVERSION:S|.10|10|:S|.|0|g}
Lines 79-86 RTREE_DESC= Enable R*Tree module Link Here
79
RTREE_INT_DESC=		Store 32-bit sig int (no float) coordinates
80
RTREE_INT_DESC=		Store 32-bit sig int (no float) coordinates
80
81
81
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
82
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
82
			EXTENSION TS1 UNICODE61 RTREE READLINE
83
			EXTENSION TS1 UNICODE61 RTREE READLINE DBSTAT
83
# SECURE_DELETE, UNLOCK_NOTIFY used by www/firefox, www/libxul
84
# SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al.
84
# RTREE used by graphics/mapnik, databases/spatialite
85
# RTREE used by graphics/mapnik, databases/spatialite
85
86
86
PLIST_FILES=	bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \
87
PLIST_FILES=	bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \

Return to bug 200853