diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-12 17:22:26 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-12 17:22:26 +0000 |
| commit | c7faea1a4e010211b68ddf003e51404385dfad38 (patch) | |
| tree | 564b2432772654cbd4707704e333115d88b57567 /databases/sqlite3/files | |
| parent | This port doesn't use libssl or libcrypto (diff) | |
databases/sqlite3, databases/tcl-sqlite3: update to 3.8.10.1
- Add option SQLITE_ENABLE_DBSTAT_VTAB
- Create patches for port with 'makepatch'
Changes: https://sqlite.org/releaselog/3_8_10_1.html
ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080900_to_3081001/abi_compat_report.html
PR: 200150
PR: 200151
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=386160
Diffstat (limited to 'databases/sqlite3/files')
| -rw-r--r-- | databases/sqlite3/files/patch-Makefile.am | 4 | ||||
| -rw-r--r-- | databases/sqlite3/files/patch-Makefile.in | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3/files/patch-Makefile.am b/databases/sqlite3/files/patch-Makefile.am index 5c6ea94b742d..eb8bd527ac15 100644 --- a/databases/sqlite3/files/patch-Makefile.am +++ b/databases/sqlite3/files/patch-Makefile.am @@ -1,5 +1,5 @@ ---- Makefile.am.orig 2013-10-29 19:45:19.000000000 +0400 -+++ Makefile.am 2013-10-29 19:45:33.000000000 +0400 +--- Makefile.am.orig 2015-05-09 12:23:20 UTC ++++ Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE diff --git a/databases/sqlite3/files/patch-Makefile.in b/databases/sqlite3/files/patch-Makefile.in index b604911a4e48..335e1fee327c 100644 --- a/databases/sqlite3/files/patch-Makefile.in +++ b/databases/sqlite3/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2013-10-29 19:49:18.000000000 +0400 -+++ Makefile.in 2013-10-29 19:49:42.000000000 +0400 -@@ -268,7 +268,7 @@ +--- Makefile.in.orig 2015-05-12 14:38:01 UTC ++++ Makefile.in +@@ -269,7 +269,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ |
