aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-11-05 19:18:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-11-05 19:18:28 +0000
commit7e38c19f859f8b5101c1891be770d25b1de62756 (patch)
tree79998bf44373cd1537d7209dba1a672c91b843cc /databases/sqlite3
parent771a6f8e7a4392ee366c22aa8043be3d2f651a33 (diff)
downloadports-7e38c19f859f8b5101c1891be770d25b1de62756.tar.gz
ports-7e38c19f859f8b5101c1891be770d25b1de62756.zip
Notes
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile15
-rw-r--r--databases/sqlite3/distinfo4
2 files changed, 12 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 85beba8e67d0..866a83a1c7f1 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -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@googlemail.com
COMMENT= An SQL database engine in a C library
@@ -47,7 +47,8 @@ OPTIONS= \
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_USE_URI=1
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 --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 92d4646357ce..55eef19f9314 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -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