Date: Sun, 27 Mar 2011 15:56:04 +0200 From: Matthias Andree <mandree@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pavelivolkov@googlemail.com Subject: ports/155971: [PATCH] databases/sqlite3: always enable EXTENSIONS Message-ID: <E1Q3qRo-000IgZ-EM@apollo.emma.line.org> Resent-Message-ID: <201103271400.p2RE0KmT041608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 155971 >Category: ports >Synopsis: [PATCH] databases/sqlite3: always enable EXTENSIONS >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 27 14:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 8.2-RELEASE FreeBSD 8.2-RELEASE #65: Fri Feb 25 01:47:50 CET 2011 >Description: Unconditionally enable EXTENSIONS (was enabled by default), to avoid breaking firefox4; bump PORTREVISION. Port maintainer (pavelivolkov@googlemail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- sqlite3-3.7.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/sqlite3/Makefile,v retrieving revision 1.55 diff -u -u -r1.55 Makefile --- Makefile 4 Mar 2011 14:00:56 -0000 1.55 +++ Makefile 27 Mar 2011 13:47:13 -0000 @@ -7,6 +7,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.7.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ DISTNAME= sqlite-src-3070500 @@ -50,7 +51,6 @@ SECURE_DELETE "Overwrite deleted information with zeros" on \ UNLOCK_NOTIFY "Enable notification on unlocking" on \ THREADSAFE "Build thread-safe library" on \ - EXTENSION "Allow loadable extensions" on \ TCLWRAPPER "Enable TCL wrapper" off \ .include <bsd.port.options.mk> @@ -178,11 +178,7 @@ CONFIGURE_ARGS+= --disable-threadsafe .endif -.if !defined(WITHOUT_EXTENSION) CONFIGURE_ARGS+= --enable-load-extension -.else -CONFIGURE_ARGS+= --disable-load-extension -.endif CONFIGURE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" --- sqlite3-3.7.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Q3qRo-000IgZ-EM>