Opened 22 months ago
Closed 21 months ago
#66799 closed defect (fixed)
matrix-calculator @2018.03.13_0: Uses libreadline opportunistically
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | matrix-calculator |
Description
matrix-calc links with libreadline but doesn't declare a dependency on it:
% port -v installed matrix-calculator The following ports are currently installed: matrix-calculator @2018.03.13_0 (active) requested_variants='' platform='darwin 21' archs='x86_64' date='2023-01-31T01:12:31-0600'
% port deps matrix-calculator Full Name: matrix-calculator @2018.03.13_0 Build Dependencies: cmake
% otool -L /opt/local/bin/matrix-calc /opt/local/bin/matrix-calc: /opt/local/lib/libreadline.8.dylib (compatibility version 8.1.0, current version 8.1.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1200.3.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.0.0)
Change History (1)
comment:1 Changed 21 months ago by barracuda156
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In cdced6295fde3874f32cc266ffe8a072da3c2d02/macports-ports (master):