Lines 132-141
Link Here
|
132 |
GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) |
132 |
GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) |
133 |
GEOPOLY_IMPLIES= RTREE |
133 |
GEOPOLY_IMPLIES= RTREE |
134 |
|
134 |
|
135 |
OPTIONS_RADIO_RL= READLINES READLINEP LIBEDIT |
135 |
OPTIONS_RADIO_RL= READLINE LIBEDIT |
136 |
RL_DESC= Command line editing library (may be off) |
136 |
RL_DESC= Command line editing library (may be off) |
137 |
READLINES_DESC= Use libreadline from system |
|
|
138 |
READLINEP_DESC= Use GNU libreadline from ports |
139 |
LIBEDIT_DESC= Use BSD libedit from ports |
137 |
LIBEDIT_DESC= Use BSD libedit from ports |
140 |
|
138 |
|
141 |
OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ |
139 |
OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ |
Lines 206-215
Link Here
|
206 |
|
204 |
|
207 |
LIBEDIT_CONFIGURE_ENABLE= editline |
205 |
LIBEDIT_CONFIGURE_ENABLE= editline |
208 |
LIBEDIT_USES= libedit ncurses |
206 |
LIBEDIT_USES= libedit ncurses |
209 |
READLINES_CONFIGURE_ON= --enable-readline |
207 |
READLINE_CONFIGURE_ON= --enable-readline |
210 |
READLINES_USES= readline |
208 |
READLINE_USES= readline |
211 |
READLINEP_CONFIGURE_ON= --enable-readline |
|
|
212 |
READLINEP_USES= readline:port |
213 |
|
209 |
|
214 |
JSON1_CONFIGURE_ENABLE= json1 |
210 |
JSON1_CONFIGURE_ENABLE= json1 |
215 |
|
211 |
|