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

(-)databases/sqlite3/Makefile (-6 / +7 lines)
Lines 1-8 Link Here
1
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
1
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
DISTVERSION=	3.37.2
4
DISTVERSION=	3.38.2
5
PORTREVISION=	1
6
PORTEPOCH=	1
5
PORTEPOCH=	1
7
CATEGORIES=	databases
6
CATEGORIES=	databases
8
MASTER_SITES=	https://www.sqlite.org/${YEAR}/ https://www2.sqlite.org/${YEAR}/ https://www3.sqlite.org/${YEAR}/
7
MASTER_SITES=	https://www.sqlite.org/${YEAR}/ https://www2.sqlite.org/${YEAR}/ https://www3.sqlite.org/${YEAR}/
Lines 75-81 Link Here
75
			SORT_REF STATIC STMT TRUSTED_SCHEMA UNKNOWN_SQL UNLOCK_NOTIFY \
74
			SORT_REF STATIC STMT TRUSTED_SCHEMA UNKNOWN_SQL UNLOCK_NOTIFY \
76
			UPDATE_LIMIT URI URI_AUTHORITY
75
			UPDATE_LIMIT URI URI_AUTHORITY
77
.endif
76
.endif
78
OPTIONS_DEFAULT=	DBPAGE DBSTAT DQS EXTENSION FTS3_TOKEN FTS4 FTS5 JSON1 LIBEDIT METADATA \
77
OPTIONS_DEFAULT=	DBPAGE DBSTAT DQS EXTENSION FTS3_TOKEN FTS4 FTS5 LIBEDIT METADATA \
79
			RTREE SECURE_DELETE STRIP THREADS TS1 UNICODE61 UNLOCK_NOTIFY URI
78
			RTREE SECURE_DELETE STRIP THREADS TS1 UNICODE61 UNLOCK_NOTIFY URI
80
# SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al.
79
# SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al.
81
# RTREE used by graphics/mapnik, databases/spatialite
80
# RTREE used by graphics/mapnik, databases/spatialite
Lines 87-93 Link Here
87
.if !defined(TEA)
86
.if !defined(TEA)
88
OPTIONS_GROUP=		OPT_EXT OPT_FUNC RTREEG UNICODE
87
OPTIONS_GROUP=		OPT_EXT OPT_FUNC RTREEG UNICODE
89
.endif
88
.endif
90
OPTIONS_GROUP_OPT_EXT=	JSON1 SESSION
89
OPTIONS_GROUP_OPT_EXT=	SESSION
91
OPTIONS_GROUP_OPT_FUNC=	OFFSET SOUNDEX
90
OPTIONS_GROUP_OPT_FUNC=	OFFSET SOUNDEX
92
OPTIONS_GROUP_RTREEG=	GEOPOLY RTREE RTREE_INT
91
OPTIONS_GROUP_RTREEG=	GEOPOLY RTREE RTREE_INT
93
OPTIONS_GROUP_UNICODE=	ICU UNICODE61
92
OPTIONS_GROUP_UNICODE=	ICU UNICODE61
Lines 119-125 Link Here
119
FTS4_DESC=		Enable FTS3/4 (Full Text Search) module # https://www.sqlite.org/fts3.html, https://www.sqlite.org/compile.html#enable_fts3_parenthesis
118
FTS4_DESC=		Enable FTS3/4 (Full Text Search) module # https://www.sqlite.org/fts3.html, https://www.sqlite.org/compile.html#enable_fts3_parenthesis
120
FTS5_DESC=		Enable version 5 full-text search engine # https://www.sqlite.org/fts5.html
119
FTS5_DESC=		Enable version 5 full-text search engine # https://www.sqlite.org/fts5.html
121
GEOPOLY_DESC=		Uses the GeoJSON notation (RFC-7946) # https://www.sqlite.org/geopoly.html
120
GEOPOLY_DESC=		Uses the GeoJSON notation (RFC-7946) # https://www.sqlite.org/geopoly.html
122
JSON1_DESC=		Enable the JSON1 extension # https://www.sqlite.org/json1.html
123
LIKENOTBLOB_DESC=	LIKE does not match blobs # https://sqlite.org/compile.html#like_doesnt_match_blobs
121
LIKENOTBLOB_DESC=	LIKE does not match blobs # https://sqlite.org/compile.html#like_doesnt_match_blobs
124
MEMMAN_DESC=		Allow it to release unused memory
122
MEMMAN_DESC=		Allow it to release unused memory
125
METADATA_DESC=		Enable column metadata
123
METADATA_DESC=		Enable column metadata
Lines 173-179 Link Here
173
ICU_LIB_DEPENDS=	libicudata.so:devel/icu
171
ICU_LIB_DEPENDS=	libicudata.so:devel/icu
174
ICU_CPPFLAGS=	`${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1
172
ICU_CPPFLAGS=	`${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1
175
ICU_LIBS=	`${LOCALBASE}/bin/icu-config --ldflags`
173
ICU_LIBS=	`${LOCALBASE}/bin/icu-config --ldflags`
176
JSON1_CONFIGURE_ENABLE=	json1
177
LIBEDIT_USES=	libedit
174
LIBEDIT_USES=	libedit
178
LIBEDIT_CONFIGURE_ENABLE=	editline
175
LIBEDIT_CONFIGURE_ENABLE=	editline
179
LIKENOTBLOB_CPPFLAGS=	-DSQLITE_LIKE_DOESNT_MATCH_BLOBS=1
176
LIKENOTBLOB_CPPFLAGS=	-DSQLITE_LIKE_DOESNT_MATCH_BLOBS=1
Lines 252-257 Link Here
252
	@${ECHO_MSG} "===> CPPFLAGS=${CPPFLAGS}"
249
	@${ECHO_MSG} "===> CPPFLAGS=${CPPFLAGS}"
253
	@${ECHO_MSG} "===> LDFLAGS=${LDFLAGS}"
250
	@${ECHO_MSG} "===> LDFLAGS=${LDFLAGS}"
254
	@${ECHO_MSG} "===> LIBS=${LIBS}"
251
	@${ECHO_MSG} "===> LIBS=${LIBS}"
252
	@${ECHO_MSG} "===> TCL_VER=${TCL_VER}"
253
	@${ECHO_MSG} "===> TCLSH=${TCLSH}"
254
	@${ECHO_MSG} "===> TCL_INCLUDEDIR=${TCL_INCLUDEDIR}"
255
	@${ECHO_MSG} "===> TCL_LIBDIR=${TCL_LIBDIR}"
255
256
256
post-install:
257
post-install:
257
.if !defined(TEA)
258
.if !defined(TEA)
(-)databases/sqlite3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1641540089
1
TIMESTAMP = 1650029040
2
SHA256 (sqlite-src-3370200.zip) = 486770b4d5f88b5bb0dba540dd6ee1763067d7539dfee18a7c66fe9bb03d16d9
2
SHA256 (sqlite-src-3380200.zip) = c7c0f070a338c92eb08805905c05f254fa46d1c4dda3548a02474f6fb567329a
3
SIZE (sqlite-src-3370200.zip) = 13145234
3
SIZE (sqlite-src-3380200.zip) = 13242285

Return to bug 263718