Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 418153 2016-07-06 22:10:14Z mat $ |
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 418153 2016-07-06 22:10:14Z mat $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlite3 |
4 |
PORTNAME= sqlite3 |
5 |
PORTVERSION= 3.13.0 |
5 |
PORTVERSION= 3.14.1 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
8 |
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ |
7 |
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ |
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 17-24
USES= libtool ncurses pathfix
Link Here
|
17 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
18 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
19 |
INSTALL_TARGET= install-strip |
18 |
INSTALL_TARGET= install-strip |
|
|
19 |
|
20 |
# Platform Configuration |
20 |
CFLAGS+= -Os |
21 |
CFLAGS+= -Os |
21 |
CPPFLAGS+= -DHAVE_ISNAN=1 -DHAVE_MALLOC_USABLE_SIZE=1 |
22 |
CPPFLAGS+= -DHAVE_ISNAN=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_USLEEP=1 |
|
|
23 |
CPPFLAGS+= ${OSVERSION<1000000:?:-DHAVE_STRCHRNUL=1} |
22 |
|
24 |
|
23 |
MAKE_JOBS_UNSAFE= yes |
25 |
MAKE_JOBS_UNSAFE= yes |
24 |
|
26 |
|
Lines 26-32
MAKE_JOBS_UNSAFE= yes
Link Here
|
26 |
OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \ |
28 |
OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \ |
27 |
DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ |
29 |
DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ |
28 |
EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU \ |
30 |
EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU \ |
29 |
LIKENOTBLOB STSHELL FTS3_TOKEN SESSION |
31 |
LIKENOTBLOB STSHELL FTS3_TOKEN SESSION UNKNOWN_SQL |
30 |
OPTIONS_SINGLE= RAMT |
32 |
OPTIONS_SINGLE= RAMT |
31 |
OPTIONS_RADIO= STAT |
33 |
OPTIONS_RADIO= STAT |
32 |
OPTIONS_GROUP= UNICODE RTREEG RL |
34 |
OPTIONS_GROUP= UNICODE RTREEG RL |
Lines 52-57
LIKENOTBLOB_DESC= LIKE does not match bl
Link Here
|
52 |
# https://www.sqlite.org/compile.html#enable_api_armor |
54 |
# https://www.sqlite.org/compile.html#enable_api_armor |
53 |
ARMOR_DESC= Detect misuse of the API |
55 |
ARMOR_DESC= Detect misuse of the API |
54 |
|
56 |
|
|
|
57 |
# http://sqlite.org/compile.html#enable_unknown_sql_function |
58 |
UNKNOWN_SQL_DESC= suppress unknown function errors |
59 |
|
55 |
# https://www.sqlite.org/fts3.html |
60 |
# https://www.sqlite.org/fts3.html |
56 |
# https://www.sqlite.org/compile.html#enable_fts3_parenthesis |
61 |
# https://www.sqlite.org/compile.html#enable_fts3_parenthesis |
57 |
FTS4_DESC= Enable FTS3/4 (Full Text Search) module |
62 |
FTS4_DESC= Enable FTS3/4 (Full Text Search) module |
Lines 187-192
STSHELL_CONFIGURE_ENABLE= static-shell
Link Here
|
187 |
|
192 |
|
188 |
SESSION_CONFIGURE_ENABLE= session |
193 |
SESSION_CONFIGURE_ENABLE= session |
189 |
|
194 |
|
|
|
195 |
UNKNOWN_SQL_CPPFLAGS= -DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION=1 |
196 |
|
190 |
.include <bsd.port.options.mk> |
197 |
.include <bsd.port.options.mk> |
191 |
|
198 |
|
192 |
post-configure: |
199 |
post-configure: |