ports/149842: [PATCH] databases/sqlite3: Turn "Allow loadable extensions" option default on

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Aug 20 20:30:03 UTC 2010


>Number:         149842
>Category:       ports
>Synopsis:       [PATCH] databases/sqlite3: Turn "Allow loadable extensions" option default on
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 20 20:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Aug 20 16:43:35 CST 2010
>Description:
Turn "Allow loadable extensions" option default on, the port like databases/py-sqlite3 needs this
to execute successfully.

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

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

--- sqlite3-3.6.23.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.45
diff -u -u -r1.45 Makefile
--- Makefile	18 Aug 2010 22:06:58 -0000	1.45
+++ Makefile	20 Aug 2010 20:26:05 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	sqlite3
 PORTVERSION=	3.6.23.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/
 DISTNAME=	sqlite-${PORTVERSION}
@@ -33,7 +33,7 @@
 		TCLWRAPPER	"Enable TCL wrapper"			off \
 		METADATA	"Enable column metadata"		on \
 		THREADSAFE	"Build thread-safe library"		on \
-		EXTENSION	"Allow loadable extensions"		off
+		EXTENSION	"Allow loadable extensions"		on
 
 .include <bsd.port.pre.mk>
 
--- sqlite3-3.6.23.1_3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list