View | Details | Raw Unified | Return to bug 194716
Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.8.7
5
PORTVERSION=	3.8.7
6
PORTREVISION=	1
6
CATEGORIES=	databases
7
CATEGORIES=	databases
7
MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
8
MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
8
DISTNAME=	sqlite-autoconf-3080700
9
DISTNAME=	sqlite-autoconf-3080700
Lines 17-23 Link Here
17
18
18
CONFLICTS=	sqlite34-[0-9]* sqlcipher-[0-9]*
19
CONFLICTS=	sqlite34-[0-9]* sqlcipher-[0-9]*
19
20
20
USES=		pathfix libtool
21
USES=		pathfix libtool ncurses
21
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
INSTALL_TARGET=	install-strip
24
INSTALL_TARGET=	install-strip
Lines 26-32 Link Here
26
27
27
# Compilation Options For SQLite http://www.sqlite.org/compile.html
28
# Compilation Options For SQLite http://www.sqlite.org/compile.html
28
OPTIONS_DEFINE=	FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \
29
OPTIONS_DEFINE=	FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \
29
		DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION
30
		DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \
31
		EXTENSION READLINE
30
OPTIONS_SINGLE=	RAMT
32
OPTIONS_SINGLE=	RAMT
31
OPTIONS_RADIO=	STAT
33
OPTIONS_RADIO=	STAT
32
OPTIONS_GROUP=	UNICODE RTREEG
34
OPTIONS_GROUP=	UNICODE RTREEG
Lines 66-72 Link Here
66
RTREE_DESC=		Enable R*Tree module
68
RTREE_DESC=		Enable R*Tree module
67
RTREE_INT_DESC=		Store 32-bit sig int (no float) coordinates
69
RTREE_INT_DESC=		Store 32-bit sig int (no float) coordinates
68
70
69
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION TS1 UNICODE61 RTREE
71
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
72
			EXTENSION TS1 UNICODE61 RTREE READLINE
70
# SECURE_DELETE, UNLOCK_NOTIFY used by www/firefox, www/libxul
73
# SECURE_DELETE, UNLOCK_NOTIFY used by www/firefox, www/libxul
71
# RTREE used by graphics/mapnik, databases/spatialite
74
# RTREE used by graphics/mapnik, databases/spatialite
72
75
Lines 122-127 Link Here
122
125
123
UNICODE61_CPPFLAGS_OFF=	-DSQLITE_DISABLE_FTS3_UNICODE=1
126
UNICODE61_CPPFLAGS_OFF=	-DSQLITE_DISABLE_FTS3_UNICODE=1
124
127
128
READLINE_CONFIGURE_ENABLE=	readline
129
READLINE_USES=	readline
130
125
.include <bsd.port.options.mk>
131
.include <bsd.port.options.mk>
126
132
127
post-configure:
133
post-configure:

Return to bug 194716