- Update to 3.7.9

PR:		ports/162308
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
This commit is contained in:
Baptiste Daroussin 2011-11-05 19:18:28 +00:00
parent 771a6f8e7a
commit 7e38c19f85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285117
2 changed files with 12 additions and 7 deletions

View file

@ -6,10 +6,10 @@
# #
PORTNAME= sqlite3 PORTNAME= sqlite3
PORTVERSION= 3.7.8 PORTVERSION= 3.7.9
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/
DISTNAME= sqlite-src-3070800 DISTNAME= sqlite-src-3070900
MAINTAINER= pavelivolkov@googlemail.com MAINTAINER= pavelivolkov@googlemail.com
COMMENT= An SQL database engine in a C library COMMENT= An SQL database engine in a C library
@ -47,7 +47,8 @@ OPTIONS= \
URI "Enable use the URI filename" off \ URI "Enable use the URI filename" off \
SOUNDEX "Enables the soundex() SQL function" off \ SOUNDEX "Enables the soundex() SQL function" off \
METADATA "Enable column metadata" on \ 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 \ MEMMAN "Allows it to release unused memory" off \
SECURE_DELETE "Overwrite deleted information with zeros" on \ SECURE_DELETE "Overwrite deleted information with zeros" on \
UNLOCK_NOTIFY "Enable notification on unlocking" on \ UNLOCK_NOTIFY "Enable notification on unlocking" on \
@ -144,8 +145,12 @@ CFLAGS+= -DSQLITE_USE_URI=1
CFLAGS+= -DSQLITE_SOUNDEX=1 CFLAGS+= -DSQLITE_SOUNDEX=1
.endif .endif
.if defined(WITH_STAT2) .if defined(WITH_STAT3)
CFLAGS+= -DSQLITE_ENABLE_STAT2=1 CFLAGS+= -DSQLITE_ENABLE_STAT3=1
.endif
.if defined(WITH_DIRECT_READ)
CFLAGS+= -DSQLITE_DIRECT_OVERFLOW_READ=1
.endif .endif
.if defined(WITH_FTS3) .if defined(WITH_FTS3)

View file

@ -1,2 +1,2 @@
SHA256 (sqlite-src-3070800.zip) = a1c44be6f4eb3a903fc449f30fb0fb0a4df259a10b8685138e97146d24268899 SHA256 (sqlite-src-3070900.zip) = 6ebffe166267fb783056a4200d7500289cc366ca287c9b3457dbd46a26d704d0
SIZE (sqlite-src-3070800.zip) = 4614579 SIZE (sqlite-src-3070900.zip) = 4639586