ports/151501: [PATCH] databases/sqlite3: update to 3.7.3

Pavel I Volkov pol at opk.ru
Sat Oct 16 14:10:12 UTC 2010


>Number:         151501
>Category:       ports
>Synopsis:       [PATCH] databases/sqlite3: update to 3.7.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 16 14:10:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pavel I Volkov
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pol.iib.ru 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Tue Jul 27 11:56:19 MSD 2010
>Description:
- Update to 3.7.3
- Change my email address.

Port maintainer (pol at opk.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- sqlite3-3.7.3.patch begins here ---
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 at opk.ru
+MAINTAINER=	pavelivolkov at 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
--- sqlite3-3.7.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list