[MacPorts] #53988: sqlite3 no longer links to readline

MacPorts noreply at macports.org
Sun Apr 16 20:49:10 UTC 2017


#53988: sqlite3 no longer links to readline
--------------------+---------------------
 Reporter:  posita  |      Owner:
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:  2.4.1
 Keywords:          |       Port:  sqlite3
--------------------+---------------------
 At ''some'' point (I'm not sure when), sqlite3 stopped linking to
 readline, which is ''really'' annoying if you have (and value)
 `~/.sqlite_history`.

 {{{
 % port info sqlite3
 sqlite3 @3.18.0 (databases)
 Sub-ports:            sqlite3-tools
 Variants:             universal

 Description:          SQLite3 is an SQL database engine in a C library.
 Programs that link the SQLite3 library can have SQL database access
 without
                       running a separate RDBMS process. The distribution
 comes with a standalone command-line access program (sqlite3) that can be
                       used to administer an SQLite3 database and which
 serves as an example of how to use the SQLite3 library.
 Homepage:             http://www.sqlite.org/

 Library Dependencies: libedit, ncurses
 Platforms:            darwin
 License:              public-domain
 Maintainers:          Email: mps at macports.org, GitHub: Schamschula
                       Policy: openmaintainer
 % otool -Lv $( which sqlite3 )
 /Users/matt/.site/bin/sqlite3:
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 1197.1.1)
         time stamp 2 Wed Dec 31 16:00:02 1969
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/53988>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list