diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile --- databases/sqlite3.orig/Makefile 2017-10-01 06:51:54.781689000 +0000 +++ databases/sqlite3/Makefile 2017-10-01 12:37:47.478983000 +0000 @@ -13,7 +13,7 @@ LICENSE= PD -USES= libtool ncurses pathfix +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -26,8 +26,8 @@ EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU NULL_TRIM \ LIKENOTBLOB STSHELL FTS3_TOKEN SESSION UNKNOWN_SQL OPTIONS_SINGLE= RAMT -OPTIONS_RADIO= STAT -OPTIONS_GROUP= UNICODE RTREEG RL +OPTIONS_RADIO= STAT RL +OPTIONS_GROUP= UNICODE RTREEG UPD_DEL_LIMIT_DESC= ORDER BY and LIMIT on UPDATE and DELETE URI_DESC= Enable use the URI filename @@ -104,17 +104,11 @@ RTREE_DESC= Enable R*Tree module RTREE_INT_DESC= Store 32-bit sig int (no float) coordinates -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 READLINE \ FTS3_TOKEN # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite @@ -176,12 +170,12 @@ 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_ON= --enable-editline +LIBEDIT_CONFIGURE_OFF= --disable-editline +LIBEDIT_USES= libedit ncurses +READLINE_CONFIGURE_ON= --enable-readline +READLINE_CONFIGURE_OFF= --disable-readline +READLINE_USES= readline ncurses JSON1_CONFIGURE_ENABLE= json1