FreeBSD Bugzilla – Attachment 204777 Details for
Bug 222021
[PATCH] databases/sqlite3: changed a options logic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
change read/edit line logic
sqlite3-20190602.diff (text/plain), 2.30 KB, created by
Pavel Volkov
on 2019-06-02 10:05:15 UTC
(
hide
)
Description:
change read/edit line logic
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2019-06-02 10:05:15 UTC
Size:
2.30 KB
patch
obsolete
>diff -udNr databases/sqlite3.orig/Makefile databases/sqlite3/Makefile >--- databases/sqlite3.orig/Makefile 2019-06-02 09:50:04.446074000 +0000 >+++ databases/sqlite3/Makefile 2019-06-02 09:51:17.661146000 +0000 >@@ -3,6 +3,7 @@ > > PORTNAME= sqlite3 > DISTVERSION= 3.28.0 >+PORTREVISION= 1 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/ > DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 >@@ -12,7 +13,7 @@ > > LICENSE= PD > >-USES= libtool ncurses pathfix >+USES= libtool pathfix > USE_LDCONFIG= yes > > GNU_CONFIGURE= yes >@@ -26,8 +27,8 @@ > LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF \ > NORMALIZE > OPTIONS_SINGLE= RAMT >-OPTIONS_RADIO= STAT >-OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL >+OPTIONS_RADIO= STAT RL >+OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG > > OPTIONS_GROUP_OPT_EXT= JSON1 SESSION > OPTIONS_GROUP_OPT_FUNC= OFFSET SER1 SOUNDEX >@@ -124,17 +125,11 @@ > GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) > GEOPOLY_IMPLIES= RTREE > >-OPTIONS_GROUP_RL= READLINES READLINEP EDITLINE >-RL_DESC= Which command line editing library to use: >-READLINES_DESC= the libreadline from system >-READLINEP_DESC= the GNU libreadline from ports >-EDITLINE_DESC= the BSD libedit from ports >-READLINES_PREVENTS= READLINEP EDITLINE >-READLINEP_PREVENTS= READLINES EDITLINE >-EDITLINE_PREVENTS= READLINES READLINEP >+OPTIONS_RADIO_RL= LIBEDIT READLINE >+RL_DESC= Command line editing library (may be off) > > OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ >- EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \ >+ EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL LIBEDIT \ > FTS3_TOKEN FTS5 > # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. > # RTREE used by graphics/mapnik, databases/spatialite >@@ -196,12 +191,10 @@ > UNICODE61_CPPFLAGS= "" > UNICODE61_CPPFLAGS_OFF= -DSQLITE_DISABLE_FTS3_UNICODE=1 > >-READLINES_CONFIGURE_ON= --enable-readline >-READLINES_USES= readline >-READLINEP_CONFIGURE_ON= --enable-readline >-READLINEP_USES= readline:port >-EDITLINE_CONFIGURE_ENABLE= editline >-EDITLINE_USES= libedit >+LIBEDIT_CONFIGURE_ENABLE= editline >+LIBEDIT_USES= libedit ncurses >+READLINE_CONFIGURE_ENABLE= readline >+READLINE_USES= readline ncurses > > 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 222021
:
186024
|
186025
|
186829
|
186830
|
187691
|
204625
| 204777