#32246: fossil needs readline dependency -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: haspatch | Port: fossil -------------------------------------+-------------------------------------- fossil links with readline but does not declare a dependency on it. {{{ $ otool -L /opt/local/bin/fossil /opt/local/bin/fossil: /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) /opt/local/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /opt/local/lib/libreadline.6.2.dylib (compatibility version 6.0.0, current version 6.2.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) $ port rdeps fossil The following ports are dependencies of fossil @1.20_0+universal: tcl zlib openssl }}} -- Ticket URL: <https://trac.macports.org/ticket/32246> MacPorts <http://www.macports.org/> Ports system for Mac OS