From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 2 13:30:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E71D106579F for ; Thu, 2 Sep 2010 13:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE8648FC29 for ; Thu, 2 Sep 2010 13:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o82DU9n2074862 for ; Thu, 2 Sep 2010 13:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o82DU9d2074855; Thu, 2 Sep 2010 13:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Sep 2010 13:30:09 GMT Resent-Message-Id: <201009021330.o82DU9d2074855@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel I Volkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACBDC106575E for ; Thu, 2 Sep 2010 13:27:03 +0000 (UTC) (envelope-from pol@opk.ru) Received: from fire.iib.ru (fire.iib.ru [195.151.95.16]) by mx1.freebsd.org (Postfix) with ESMTP id 11DE98FC25 for ; Thu, 2 Sep 2010 13:27:02 +0000 (UTC) Received: from orion.iib.ru (dlp-smtp1.iib.ru [192.168.0.30]) by fire.iib.ru (8.9/8.9) with ESMTP id o82DQjxZ028051 for ; Thu, 2 Sep 2010 17:26:45 +0400 (MSD) (envelope-from pol@opk.ru) Received: from pol.iib.ru (pol.iib.ru [192.168.0.45]) by orion.iib.ru (8.14.4/8.14.4) with ESMTP id o82DQi13044861 for ; Thu, 2 Sep 2010 17:26:44 +0400 (MSD) (envelope-from pol@opk.ru) Received: from pol.iib.ru (localhost [127.0.0.1]) by pol.iib.ru (8.14.4/8.14.4) with ESMTP id o82CRRaN098219 for ; Thu, 2 Sep 2010 16:27:31 +0400 (MSD) (envelope-from pol@pol.iib.ru) Received: (from pol@localhost) by pol.iib.ru (8.14.4/8.14.4/Submit) id o82CRM6l098218; Thu, 2 Sep 2010 16:27:22 +0400 (MSD) (envelope-from pol) Message-Id: <201009021227.o82CRM6l098218@pol.iib.ru> Date: Thu, 2 Sep 2010 16:27:22 +0400 (MSD) From: Pavel I Volkov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/150226: [MAINTAINER] databases/sqlite3: Remove unused options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 13:30:10 -0000 >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 > To: pol@opk.ru > CC: Dmitry Marakasov > 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: