[Bug 239228] sqlite3-3.28.0 config interface should restrict READLINES vs READLINEP options
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 15 15:38:37 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239228
Bug ID: 239228
Summary: sqlite3-3.28.0 config interface should restrict
READLINES vs READLINEP options
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: dclarke at blastwave.org
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]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list