FreeBSD Bugzilla – Attachment 109240 Details for
Bug 150226
[MAINTAINER] databases/sqlite3: Remove unused options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlite3-3.7.2_1.patch
sqlite3-3.7.2_1.patch (text/plain), 1.22 KB, created by
Pavel Volkov
on 2010-09-02 14:30:08 UTC
(
hide
)
Description:
sqlite3-3.7.2_1.patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2010-09-02 14:30:08 UTC
Size:
1.22 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150226
: 109240