ports/162308: [MAINTAINER] databases/sqlite3: update to 3.7.9
Pavel I Volkov
pavelivolkov at googlemail.com
Sat Nov 5 15:30:10 UTC 2011
>Number: 162308
>Category: ports
>Synopsis: [MAINTAINER] databases/sqlite3: update to 3.7.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 05 15:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Pavel I Volkov
>Release: FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cvs0.catervaska.dyndns.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 9 20:20:05 MSD
>Description:
- Update to 3.7.9
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- sqlite3-3.7.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/Makefile /usr/ports/databases/sqlite3/Makefile
--- /usr/ports/databases/sqlite3.orig/Makefile 2011-11-05 14:29:10.000000000 +0300
+++ /usr/ports/databases/sqlite3/Makefile 2011-11-05 16:45:42.000000000 +0300
@@ -6,10 +6,10 @@
#
PORTNAME= sqlite3
-PORTVERSION= 3.7.8
+PORTVERSION= 3.7.9
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/
-DISTNAME= sqlite-src-3070800
+DISTNAME= sqlite-src-3070900
MAINTAINER= pavelivolkov at googlemail.com
COMMENT= An SQL database engine in a C library
@@ -47,7 +47,8 @@
URI "Enable use the URI filename" off \
SOUNDEX "Enables the soundex() SQL function" off \
METADATA "Enable column metadata" on \
- STAT2 "Help SQLite to chose a better query plan" off \
+ STAT3 "Help SQLite to chose a better query plan" off \
+ DIRECT_READ "File is read directly from disk" off \
MEMMAN "Allows it to release unused memory" off \
SECURE_DELETE "Overwrite deleted information with zeros" on \
UNLOCK_NOTIFY "Enable notification on unlocking" on \
@@ -144,8 +145,12 @@
CFLAGS+= -DSQLITE_SOUNDEX=1
.endif
-.if defined(WITH_STAT2)
-CFLAGS+= -DSQLITE_ENABLE_STAT2=1
+.if defined(WITH_STAT3)
+CFLAGS+= -DSQLITE_ENABLE_STAT3=1
+.endif
+
+.if defined(WITH_DIRECT_READ)
+CFLAGS+= -DSQLITE_DIRECT_OVERFLOW_READ=1
.endif
.if defined(WITH_FTS3)
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/distinfo /usr/ports/databases/sqlite3/distinfo
--- /usr/ports/databases/sqlite3.orig/distinfo 2011-11-05 14:29:10.000000000 +0300
+++ /usr/ports/databases/sqlite3/distinfo 2011-11-05 14:31:38.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (sqlite-src-3070800.zip) = a1c44be6f4eb3a903fc449f30fb0fb0a4df259a10b8685138e97146d24268899
-SIZE (sqlite-src-3070800.zip) = 4614579
+SHA256 (sqlite-src-3070900.zip) = 6ebffe166267fb783056a4200d7500289cc366ca287c9b3457dbd46a26d704d0
+SIZE (sqlite-src-3070900.zip) = 4639586
--- sqlite3-3.7.9.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list