Bug 239228 - databases/sqlite3: sqlite3-3.28.0 config interface should restrict READLINES vs READLINEP options
Summary: databases/sqlite3: sqlite3-3.28.0 config interface should restrict READLINES ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on: 248323
Blocks:
  Show dependency treegraph
 
Reported: 2019-07-15 15:38 UTC by Dennis Clarke
Modified: 2020-08-01 19:16 UTC (History)
2 users (show)

See Also:
linimon: maintainer-feedback? (pavelivolkov)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Clarke 2019-07-15 15:38:37 UTC
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]
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2019-07-15 16:30:46 UTC
Fix Summary and notify maintainer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-01 19:14:53 UTC
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
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2020-08-01 19:16:24 UTC
The change to RADIO in r542047 with the fix in r543921 fix the problem described here.