#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 15 months ago by barracuda156

Resolution: fixed
Status: assignedclosed

In cdced6295fde3874f32cc266ffe8a072da3c2d02/macports-ports (master):

matrix-calculator: declare linking to libreadline
Fixes: #66799
Signed-off-by: Sergey Fedorov <vital.had@…>

Note: See TracTickets for help on using tickets.