The sqlite3-3.28.0 configure interface in ports gives the user multiple conflicting options for : [ ] READLINES the libreadline from system [ ] READLINEP the GNU libreadline from ports [ ] EDITLINE the BSD libedit from ports The user should only be able to select one of these otherwise : ====> Two or more enabled options conflict with each other =====> Option EDITLINE conflicts with READLINES READLINEP (select only one) =====> Option READLINEP conflicts with READLINES EDITLINE (select only one) =====> Option READLINES conflicts with READLINEP EDITLINE (select only one) Config is invalid. Re-edit? [Y/n]
Fix Summary and notify maintainer.
A commit references this bug: Author: madpilot Date: Sat Aug 1 19:14:11 UTC 2020 New revision: 543921 URL: https://svnweb.freebsd.org/changeset/ports/543921 Log: - Add back REALINEP and READLINES options and make them and LIBEDIT option work after r542047 [1] - Also add back options descriptions [1] - While here make STAT3 and STAT4 options descriptions start with uppercase letter [1] - Since in r542047 OPTIONS_GROUP_RL was changed to OPTIONS_RADIO_RL also bug 239228 can be closed [2] PR: 248323 [1], 239228 [2] Submitted by: myself [1], Dennis Clarke <dclarke@blastwave.org> [2] Approved by: maintainer [1] Changes: head/databases/sqlite3/Makefile
The change to RADIO in r542047 with the fix in r543921 fix the problem described here.