[MacPorts] #31192: bc: needs dependency on ncurses
#31192: bc: needs dependency on ncurses -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: bc -------------------------------------+-------------------------------------- bc uses ncurses but does not declare a dependency on it. {{{ $ port contents bc Port bc contains: /opt/local/bin/bc /opt/local/bin/dc /opt/local/share/info/bc.info /opt/local/share/info/dc.info /opt/local/share/man/man1/bc.1.gz /opt/local/share/man/man1/dc.1.gz $ otool -L /opt/local/bin/bc /opt/local/bin/bc: /usr/lib/libedit.2.dylib (compatibility version 2.0.0, current version 2.11.0) /opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) $ port deps bc bc @1.06_1+universal has no dependencies. }}} -- Ticket URL: <https://trac.macports.org/ticket/31192> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31192: bc: needs dependency on ncurses --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: fixed | Keywords: Port: bc | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Looks like ncurses was only used because of libedit. Now that there's a readline variant, it makes sense to have a libedit variant as well to let the user choose between them, and to add the libedit dependency in it. r96275 -- Ticket URL: <https://trac.macports.org/ticket/31192#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts