FreeBSD Bugzilla – Attachment 110354 Details for
Bug 151501
[PATCH] databases/sqlite3: update to 3.7.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlite3-3.7.3.patch
sqlite3-3.7.3.patch (text/plain), 2.64 KB, created by
Pavel Volkov
on 2010-10-16 15:10:11 UTC
(
hide
)
Description:
sqlite3-3.7.3.patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2010-10-16 15:10:11 UTC
Size:
2.64 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/Makefile /usr/ports/databases/sqlite3/Makefile >--- /usr/ports/databases/sqlite3.orig/Makefile 2010-09-24 09:16:50.000000000 +0400 >+++ /usr/ports/databases/sqlite3/Makefile 2010-10-16 17:25:48.000000000 +0400 >@@ -6,12 +6,12 @@ > # > > PORTNAME= sqlite3 >-PORTVERSION= 3.7.2 >+PORTVERSION= 3.7.3 > CATEGORIES= databases > MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ > DISTNAME= sqlite-${PORTVERSION} > >-MAINTAINER= pol@opk.ru >+MAINTAINER= pavelivolkov@googlemail.com > COMMENT= An SQL database engine in a C library > > LICENSE= unknown >@@ -30,12 +30,16 @@ > TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ > ac_cv_search_pthread_create="" > >+# Use an in-ram database for temporary tables (never,no,yes,always), >+# which is equivalent of SQLITE_TEMP_STORE=[0,1,2,3] >+RAMTABLE?= yes >+ > # Compilation Options For SQLite http://www.sqlite.org/compile.html > OPTIONS= \ > FTS3 "Enable FTS3 (Full Text Search) module" on \ > ICU "Enable built with \"ICU\"" off \ > RTREE "Enable R*Tree module" off \ >- RAMTABLE "Store temporary tables in RAM" off \ >+ RAMTABLE "Store temporary tables in RAM = ${RAMTABLE}" off \ > UPD_DEL_LIMIT "ORDER BY and LIMIT on UPDATE and DELETE" off \ > SOUNDEX "Enables the soundex() SQL function" off \ > METADATA "Enable column metadata" on \ >@@ -107,7 +111,7 @@ > .endif > > .if defined(WITH_RAMTABLE) >-CONFIGURE_ARGS+= --enable-tempstore=yes >+CONFIGURE_ARGS+= --enable-tempstore=${RAMTABLE} > .endif > > .if defined(WITH_SECURE_DELETE) >@@ -162,16 +166,14 @@ > @${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${MANPREFIX}/man/man1 > .endif > .ifndef NOPORTDOCS >-.ifdef WITH_FTS3 > @${MKDIR} ${DOCSDIR} >+.ifdef WITH_FTS3 > @${INSTALL_DATA} ${WRKSRC}/ext/fts3/README.syntax ${WRKSRC}/ext/fts3/README.tokenizers ${DOCSDIR} > .endif > .ifdef WITH_RTREE >- @${MKDIR} ${DOCSDIR} > @${INSTALL_DATA} ${WRKSRC}/ext/rtree/README ${DOCSDIR} > .endif > .ifdef WITH_ICU >- @${MKDIR} ${DOCSDIR} > @${INSTALL_DATA} ${WRKSRC}/ext/icu/README.txt ${DOCSDIR} > .endif > .endif >diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/distinfo /usr/ports/databases/sqlite3/distinfo >--- /usr/ports/databases/sqlite3.orig/distinfo 2010-09-13 21:00:09.000000000 +0400 >+++ /usr/ports/databases/sqlite3/distinfo 2010-10-16 13:22:26.000000000 +0400 >@@ -1,3 +1,3 @@ >-MD5 (sqlite-3.7.2.tar.gz) = 5f1853c4c1eba3330b6104f274918673 >-SHA256 (sqlite-3.7.2.tar.gz) = bb53cad58f1c502662644d88e24a552dc8de982d650f80d8debaf13b15bb3b8a >-SIZE (sqlite-3.7.2.tar.gz) = 3309139 >+MD5 (sqlite-3.7.3.tar.gz) = 5437978aae90350cf984993091e0d695 >+SHA256 (sqlite-3.7.3.tar.gz) = dbf352e8fbb74829f5e7a88f9f6ceeb80a709537f668c36e4b6cdfb271309ef6 >+SIZE (sqlite-3.7.3.tar.gz) = 3410714
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151501
: 110354