1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

databases/sqlite3: Update to 3.26.0

PR:		233712
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
This commit is contained in:
Steve Wills 2018-12-04 18:02:14 +00:00
parent 7c09023980
commit 739f9d054a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486622
3 changed files with 11 additions and 19 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sqlite3
DISTVERSION= 3.25.1
PORTREVISION= 1
DISTVERSION= 3.26.0
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
@ -14,17 +13,18 @@ COMMENT= SQL database engine in a C library
LICENSE= PD
USES= libtool ncurses pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
# Compilation Options For SQLite https://www.sqlite.org/compile.html
OPTIONS_DEFINE= FTS4 URI URI_AUTHORITY METADATA \
DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \
EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \
LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF
LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF \
NORMALIZE
OPTIONS_SINGLE= RAMT
OPTIONS_RADIO= STAT
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL
@ -44,6 +44,7 @@ SECURE_DELETE_DESC= Overwrite deleted information with zeros
UNLOCK_NOTIFY_DESC= Enable notification on unlocking
EXTENSION_DESC= Allow loadable extensions
STSHELL_DESC= Statically link libsqlite3 into shell
NORMALIZE_DESC= Enable normalized sql function
# https://sqlite.org/compile.html#enable_null_trim
NULL_TRIM_DESC= Omits NULL columns at the ends of rows
@ -222,6 +223,8 @@ SER1_CPPFLAGS= -DSQLITE_ENABLE_DESERIALIZE=1
SORT_REF_CPPFLAGS= -DSQLITE_ENABLE_SORTER_REFERENCES=1
NORMALIZE_CPPFLAGS= -DSQLITE_ENABLE_NORMALIZE=1
.include <bsd.port.options.mk>
# Platform Configuration

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537452866
SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1
SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831
TIMESTAMP = 1543735262
SHA256 (sqlite-autoconf-3260000.tar.gz) = 5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
SIZE (sqlite-autoconf-3260000.tar.gz) = 2779667

View File

@ -1,11 +0,0 @@
--- configure.orig 2018-09-18 20:36:42 UTC
+++ configure
@@ -13638,7 +13638,7 @@ if test "${enable_session+set}" = set; t
fi
if test x"$enable_session" = "xyes"; then
- BUILD_CFLAGS="$BUILD_CFLAGS-DSQLITE_ENABLE_SESSION -DSQLITE_ENABLE_PREUPDATE_HOOK"
+ BUILD_CFLAGS="$BUILD_CFLAGS -DSQLITE_ENABLE_SESSION -DSQLITE_ENABLE_PREUPDATE_HOOK"
fi
#-----------------------------------------------------------------------