Bug 248260 - databases/sqlite3: Fix bugs about option introduced with ports r542047
Summary: databases/sqlite3: Fix bugs about option introduced with ports r542047
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-25 13:00 UTC by Yasuhiro Kimura
Modified: 2020-08-03 09:28 UTC (History)
1 user (show)

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


Attachments
Patch file (940 bytes, patch)
2020-07-25 13:00 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch file (740 bytes, patch)
2020-07-25 15:01 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2020-07-25 13:00:43 UTC
Created attachment 216761 [details]
Patch file

* Fix bugs about option introduced with ports r542047.
  (a) Fix value of OPTIONS_RADIO_RL. It should be READLINES, READLINEP and "LIBEDIT".
  (b) Re-add READLINES_DESC and READLINEP_DESC.
* Bump PORTREVISION because default OPTIONS setting is changed as a result of (a)
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2020-07-25 15:01:50 UTC
Created attachment 216767 [details]
Updated patch file

I found that no supported FreeBSD version has libreadline in base system. So providing both READLINES and READLINEP is meaningless. Therefore I changes the way to fix this problem to simply changing value of OPTIONS_RADIO_RL to READLINE and LIBEDIT.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2020-08-03 09:28:30 UTC
Bug introduced with ports r542047 is fixed with ports r543921.