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

Collapse All | Expand All

(-)Makefile (-11 / +7 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
DISTVERSION=	3.32.3
5
DISTVERSION=	3.32.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	databases
8
CATEGORIES=	databases
9
MASTER_SITES=	https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/
9
MASTER_SITES=	https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/
Lines 132-142 Link Here
132
GEOPOLY_DESC=		Uses the GeoJSON notation (RFC-7946)
132
GEOPOLY_DESC=		Uses the GeoJSON notation (RFC-7946)
133
GEOPOLY_IMPLIES=	RTREE
133
GEOPOLY_IMPLIES=	RTREE
134
134
135
OPTIONS_RADIO_RL=	READLINES READLINEP LIBEDIT
135
OPTIONS_RADIO_RL=	READLINE LIBEDIT
136
RL_DESC=		Command line editing library (may be off)
136
RL_DESC=		Command line editing library
137
READLINES_DESC=		Use libreadline from system
138
READLINEP_DESC=		Use GNU libreadline from ports
139
LIBEDIT_DESC=		Use BSD libedit from ports
140
137
141
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
138
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
142
			EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL LIBEDIT \
139
			EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL LIBEDIT \
Lines 205-215 Link Here
205
UNICODE61_CPPFLAGS_OFF=	-DSQLITE_DISABLE_FTS3_UNICODE=1
202
UNICODE61_CPPFLAGS_OFF=	-DSQLITE_DISABLE_FTS3_UNICODE=1
206
203
207
LIBEDIT_CONFIGURE_ENABLE=	editline
204
LIBEDIT_CONFIGURE_ENABLE=	editline
208
LIBEDIT_USES=	libedit ncurses
205
LIBEDIT_USES=	libedit
209
READLINES_CONFIGURE_ON=	--enable-readline
206
READLINE_CONFIGURE_ENABLE=	readline
210
READLINES_USES=	readline
207
READLINE_USES=	readline
211
READLINEP_CONFIGURE_ON=	--enable-readline
212
READLINEP_USES=	readline:port
213
208
214
JSON1_CONFIGURE_ENABLE=	json1
209
JSON1_CONFIGURE_ENABLE=	json1
215
210
Lines 255-260 Link Here
255
250
256
post-install:
251
post-install:
257
	${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
252
	${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
253
	${SETENV} LD_LIBMAP_DISABLE=1 ldd -a "${STAGEDIR}${PREFIX}/bin/${PORTNAME}" "${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so"
258
254
259
# for compares with checksum from of the site
255
# for compares with checksum from of the site
260
sha1: checksum
256
sha1: checksum

Return to bug 248446