FreeBSD Bugzilla – Attachment 216835 Details for
Bug 248323
databases/sqlite3: Line editing library options broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for sqlite3 readline/libedit options
sqlite3.diff (text/plain), 1.51 KB, created by
Guido Falsi
on 2020-07-28 12:50:35 UTC
(
hide
)
Description:
Fix for sqlite3 readline/libedit options
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2020-07-28 12:50:35 UTC
Size:
1.51 KB
patch
obsolete
>Index: databases/sqlite3/Makefile >=================================================================== >--- databases/sqlite3/Makefile (revision 543582) >+++ databases/sqlite3/Makefile (working copy) >@@ -109,8 +109,8 @@ > # https://www.sqlite.org/queryplanner-ng.html#qpstab > OPTIONS_RADIO_STAT= STAT3 STAT4 > STAT_DESC= Which query planner to use, stability or ... >-STAT3_DESC= collect histogram data from leftmost column >-STAT4_DESC= collect histogram data from all columns >+STAT3_DESC= Collect histogram data from leftmost column >+STAT4_DESC= Collect histogram data from all columns > > # https://sqlite.org/compile.html#enable_dbpage_vtab > DBPAGE_DESC= Enable DBPAGE Virtual Table >@@ -132,8 +132,11 @@ > GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) > GEOPOLY_IMPLIES= RTREE > >-OPTIONS_RADIO_RL= READLINES READLINEP EDITLINE >+OPTIONS_RADIO_RL= READLINES READLINEP LIBEDIT > RL_DESC= Command line editing library (may be off) >+READLINES_DESC= Use libreadline from system >+READLINEP_DESC= Use GNU libreadline from ports >+LIBEDIT_DESC= Use BSD libedit from ports > > OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ > EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL LIBEDIT \ >@@ -203,8 +206,10 @@ > > LIBEDIT_CONFIGURE_ENABLE= editline > LIBEDIT_USES= libedit ncurses >-READLINE_CONFIGURE_ENABLE= readline >-READLINE_USES= readline ncurses >+READLINES_CONFIGURE_ON= --enable-readline >+READLINES_USES= readline >+READLINEP_CONFIGURE_ON= --enable-readline >+READLINEP_USES= readline:port > > JSON1_CONFIGURE_ENABLE= json1 >
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
Flags:
pavelivolkov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 248323
: 216835