Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 482830 2018-10-23 11:35:03Z jbeich $ |
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 482830 2018-10-23 11:35:03Z jbeich $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlite3 |
4 |
PORTNAME= sqlite3 |
5 |
DISTVERSION= 3.25.1 |
5 |
DISTVERSION= 3.26.0 |
6 |
PORTREVISION= 1 |
|
|
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 14-30
Link Here
|
14 |
LICENSE= PD |
13 |
LICENSE= PD |
15 |
|
14 |
|
16 |
USES= libtool ncurses pathfix |
15 |
USES= libtool ncurses pathfix |
17 |
GNU_CONFIGURE= yes |
|
|
18 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
19 |
INSTALL_TARGET= install-strip |
|
|
20 |
|
17 |
|
|
|
18 |
GNU_CONFIGURE= yes |
21 |
MAKE_JOBS_UNSAFE= yes |
19 |
MAKE_JOBS_UNSAFE= yes |
|
|
20 |
INSTALL_TARGET= install-strip |
22 |
|
21 |
|
23 |
# Compilation Options For SQLite https://www.sqlite.org/compile.html |
22 |
# Compilation Options For SQLite https://www.sqlite.org/compile.html |
24 |
OPTIONS_DEFINE= FTS4 URI URI_AUTHORITY METADATA \ |
23 |
OPTIONS_DEFINE= FTS4 URI URI_AUTHORITY METADATA \ |
25 |
DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ |
24 |
DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ |
26 |
EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \ |
25 |
EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \ |
27 |
LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF |
26 |
LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF \ |
|
|
27 |
NORMALIZE |
28 |
OPTIONS_SINGLE= RAMT |
28 |
OPTIONS_SINGLE= RAMT |
29 |
OPTIONS_RADIO= STAT |
29 |
OPTIONS_RADIO= STAT |
30 |
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL |
30 |
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL |
Lines 44-49
Link Here
|
44 |
UNLOCK_NOTIFY_DESC= Enable notification on unlocking |
44 |
UNLOCK_NOTIFY_DESC= Enable notification on unlocking |
45 |
EXTENSION_DESC= Allow loadable extensions |
45 |
EXTENSION_DESC= Allow loadable extensions |
46 |
STSHELL_DESC= Statically link libsqlite3 into shell |
46 |
STSHELL_DESC= Statically link libsqlite3 into shell |
|
|
47 |
NORMALIZE_DESC= Enable normalized sql function |
47 |
|
48 |
|
48 |
# https://sqlite.org/compile.html#enable_null_trim |
49 |
# https://sqlite.org/compile.html#enable_null_trim |
49 |
NULL_TRIM_DESC= Omits NULL columns at the ends of rows |
50 |
NULL_TRIM_DESC= Omits NULL columns at the ends of rows |
Lines 222-227
Link Here
|
222 |
|
223 |
|
223 |
SORT_REF_CPPFLAGS= -DSQLITE_ENABLE_SORTER_REFERENCES=1 |
224 |
SORT_REF_CPPFLAGS= -DSQLITE_ENABLE_SORTER_REFERENCES=1 |
224 |
|
225 |
|
|
|
226 |
NORMALIZE_CPPFLAGS= -DSQLITE_ENABLE_NORMALIZE=1 |
227 |
|
225 |
.include <bsd.port.options.mk> |
228 |
.include <bsd.port.options.mk> |
226 |
|
229 |
|
227 |
# Platform Configuration |
230 |
# Platform Configuration |