diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile --- databases/sqlite3.orig/Makefile 2017-11-03 13:26:23.189095000 +0000 +++ databases/sqlite3/Makefile 2017-11-03 14:05:01.169380000 +0000 @@ -12,7 +12,7 @@ LICENSE= PD -USES= libtool ncurses pathfix +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -25,8 +25,8 @@ EXTENSION ARMOR STMT DBPAGE 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 @@ -106,17 +106,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_GROUP_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 FTS5 # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite @@ -180,12 +174,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