Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 466648 2018-04-06 15:53:16Z jbeich $ |
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 466648 2018-04-06 15:53:16Z jbeich $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlite3 |
4 |
PORTNAME= sqlite3 |
5 |
DISTVERSION= 3.22.0 |
5 |
DISTVERSION= 3.23.0 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
8 |
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ |
7 |
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ |
9 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
8 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
Lines 30-36
Link Here
|
30 |
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL |
29 |
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL |
31 |
|
30 |
|
32 |
OPTIONS_GROUP_OPT_EXT= JSON1 SESSION |
31 |
OPTIONS_GROUP_OPT_EXT= JSON1 SESSION |
33 |
OPTIONS_GROUP_OPT_FUNC= OFFSET SOUNDEX |
32 |
OPTIONS_GROUP_OPT_FUNC= OFFSET SER1 SOUNDEX |
34 |
|
33 |
|
35 |
OPT_EXT_DESC= Optional extensions |
34 |
OPT_EXT_DESC= Optional extensions |
36 |
OPT_FUNC_DESC= Optional functions |
35 |
OPT_FUNC_DESC= Optional functions |
Lines 52-57
Link Here
|
52 |
# http://www.sqlite.org/compile.html#enable_offset_sql_func |
51 |
# http://www.sqlite.org/compile.html#enable_offset_sql_func |
53 |
OFFSET_DESC= Enable sqlite_offset() returning record's file offset |
52 |
OFFSET_DESC= Enable sqlite_offset() returning record's file offset |
54 |
|
53 |
|
|
|
54 |
# https://www.sqlite.org/compile.html#enable_deserialize |
55 |
SER1_DESC= Enable the sqlite3_[de]serialize() interface |
56 |
|
55 |
# https://www.sqlite.org/sessionintro.html |
57 |
# https://www.sqlite.org/sessionintro.html |
56 |
SESSION_DESC= Enable the session extension |
58 |
SESSION_DESC= Enable the session extension |
57 |
|
59 |
|
Lines 212-217
Link Here
|
212 |
|
214 |
|
213 |
OFFSET_CPPFLAGS= -DSQLITE_ENABLE_OFFSET_SQL_FUNC=1 |
215 |
OFFSET_CPPFLAGS= -DSQLITE_ENABLE_OFFSET_SQL_FUNC=1 |
214 |
|
216 |
|
|
|
217 |
SER1_CPPFLAGS= -DSQLITE_ENABLE_DESERIALIZE=1 |
218 |
|
215 |
.include <bsd.port.options.mk> |
219 |
.include <bsd.port.options.mk> |
216 |
|
220 |
|
217 |
# Platform Configuration |
221 |
# Platform Configuration |