Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2010 16:27:22 +0400 (MSD)
From:      Pavel I Volkov <pol@opk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150226: [MAINTAINER] databases/sqlite3: Remove unused options
Message-ID:  <201009021227.o82CRM6l098218@pol.iib.ru>
Resent-Message-ID: <201009021330.o82DU9d2074855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150226
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: Remove unused options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 13:30:08 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:
 > From: Alex Dupre <ale@FreeBSD.org>
 > To: pol@opk.ru
 > CC: Dmitry Marakasov <amdmi3@amdmi3.ru>
 > Date: Thu, 2 Sep 2010 12:45:35 +0400
 > Subject: sqlite and threads
 > 
 > Hi,
 > I just saw your update to the sqlite3 port and I have an objection about
 > the "threads" part. Attached there is a diff I'd like to commit. If you
 > have looked at the source code you should have seen that the two options
 > you added do exactly nothing/zero/niet/nulla :-)
 > 
 > --
 > Alex Dupre
 > 
 > patch attached: sqlite3.diff

Thanks Alex. :)

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

--- sqlite3-3.7.2_1.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-02 15:31:24.000000000 +0400
+++ /usr/ports/databases/sqlite3/Makefile	2010-09-02 16:02:55.000000000 +0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	sqlite3
 PORTVERSION=	3.7.2
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/
 DISTNAME=	sqlite-${PORTVERSION}
@@ -44,8 +45,6 @@
 		SECURE_DELETE	"Overwrite deleted information with zeros" on \
 		UNLOCK_NOTIFY	"Enable notification on unlocking"	on \
 		THREADSAFE	"Build thread-safe library"		on \
-		OVERRIDE_LOCK	"Threads can override each others locks" on \
-		XTHREAD		"Allow connection sharing across threads" off \
 		EXTENSION	"Allow loadable extensions"		on \
 		TCLWRAPPER	"Enable TCL wrapper"			off \
 		DEBUG		"Enable debugging & verbose explain"	off \
@@ -141,12 +140,6 @@
 
 .if !defined(WITHOUT_THREADSAFE)
 CONFIGURE_ARGS+=	--enable-threadsafe
-.if !defined(WITHOUT_XTHREAD)
-CONFIGURE_ARGS+=	--enable-threads-override-locks
-.endif
-.if !defined(WITHOUT_OVERRIDE_LOCK)
-CONFIGURE_ARGS+=	--enable-cross-thread-connections
-.endif
 .else
 CONFIGURE_ARGS+=	--disable-threadsafe
 .endif
--- sqlite3-3.7.2_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?201009021227.o82CRM6l098218>