ports/137296: [PATCH] databases/sqlite3: update to 3.6.16, load external extensions
Pavel I Volkov
pol at opk.ru
Fri Jul 31 09:10:02 UTC 2009
>Number: 137296
>Category: ports
>Synopsis: [PATCH] databases/sqlite3: update to 3.6.16, load external extensions
>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: Fri Jul 31 09:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Pavel I Volkov
>Release: FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD pol.iib.ru 7.2-STABLE FreeBSD 7.2-STABLE #364: Mon Jul 20 13:50:36 MSD 2009
>Description:
- Update to 3.6.16
- Enable loading of external extensions
- Add man page
Port maintainer (mnag at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- sqlite3-3.6.16.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/Makefile /usr/ports/databases/sqlite3/Makefile
--- /usr/ports/databases/sqlite3.orig/Makefile 2009-06-10 03:48:38.000000000 +0400
+++ /usr/ports/databases/sqlite3/Makefile 2009-07-31 12:36:46.000000000 +0400
@@ -6,7 +6,7 @@
#
PORTNAME= sqlite3
-PORTVERSION= 3.6.14.2
+PORTVERSION= 3.6.16
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= sqlite-${PORTVERSION}
@@ -24,9 +24,12 @@
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ENV+= TCLLIBDIR=${PREFIX}/lib/${PORTNAME}
+MAN1= sqlite3.1
+
OPTIONS= DEBUG "Enable debugging & verbose explain" off \
FTS3 "Enable FTS3 (Full Text Search) module" off \
RAMTABLE "Store temporary tables in RAM" off \
+ LOADEXT "Enable loading of external extensions" off \
TCLWRAPPER "Enable TCL wrapper" off \
METADATA "Enable column metadata" on \
THREADS "Enable threads support" on
@@ -46,6 +49,10 @@
CONFIGURE_ARGS+= --enable-tempstore=yes
.endif
+.if defined(WITH_LOADEXT)
+CONFIGURE_ARGS+= --enable-load-extension=yes
+.endif
+
.if defined(WITH_TCLWRAPPER)
USE_TCL= 84+
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
@@ -99,5 +106,8 @@
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${FILESDIR}/example.tcl ${EXAMPLESDIR}
.endif
+.if !defined(NO_INSTALL_MANPAGES)
+ @${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${MANPREFIX}/man/man1
+.endif
.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/distinfo /usr/ports/databases/sqlite3/distinfo
--- /usr/ports/databases/sqlite3.orig/distinfo 2009-06-10 03:48:38.000000000 +0400
+++ /usr/ports/databases/sqlite3/distinfo 2009-07-30 11:55:30.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (sqlite-3.6.14.2.tar.gz) = 4c074691b48cd45854899ae4fece6301
-SHA256 (sqlite-3.6.14.2.tar.gz) = 94a5b9dcc841baeb000971b15c6b66f50add7bc160030de5aea8622db3e7060e
-SIZE (sqlite-3.6.14.2.tar.gz) = 2896850
+MD5 (sqlite-3.6.16.tar.gz) = d7c57e91fbeb630c19f82eec3ef73dae
+SHA256 (sqlite-3.6.16.tar.gz) = 0c6f3889da54767900bd5d434700ab5a289407ebd831d0f689a30bc44afb4dcd
+SIZE (sqlite-3.6.16.tar.gz) = 2822505
--- sqlite3-3.6.16.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list