Bug 194716 - [PATCH] databases/sqlite3 fix readline dependency on head
Summary: [PATCH] databases/sqlite3 fix readline dependency on head
Status: Closed DUPLICATE of bug 194717
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 16:54 UTC by Guido Falsi
Modified: 2014-10-31 16:58 UTC (History)
0 users

See Also:


Attachments
Fix (1.57 KB, patch)
2014-10-31 16:54 UTC, Guido Falsi
madpilot: maintainer-approval? (pavelivolkov)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2014-10-31 16:54:48 UTC
Created attachment 148825 [details]
Fix

On FreeBSD 11 readline library is not installed anymore on system since r268461 [1].

This causes readline functionality to not be available on FreeBSD 11 in the sqlite3 command line tool. To fix this I have added a READLINE option to the port, which leverages the readline USES to fix this.

I enabled the option by defualt as a POLA for previous FreeBSD releases, where it is a noop anyway.

While here I also noticed the port needs the ncurses USES too, which I added.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2014-10-31 16:58:11 UTC

*** This bug has been marked as a duplicate of bug 194717 ***