#37651: couchdb @1.2.1, couchdb-devel @1.4.0a-20130112_1 Clean up dependencies ------------------------------------+-------------------- Reporter: jeff-macports@… | Owner: jeff@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: couchdb couchdb-devel | ------------------------------------+-------------------- Comment (by jeff@…): Possibly. It depends on if the end user had curl installed already or not. Curl was not previously listed as a dependency even though it does depend on it. If curl was not already installed it quietly used the system curl. Before: {{{ ./src/couchdb/priv/couchjs: /usr/lib/libcurl.4.dylib (compatibility version 6.0.0, current version 6.1.0) /opt/local/lib/libjs.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) }}} After: {{{ ./src/couchdb/priv/couchjs: /opt/local/lib/libcurl.4.dylib (compatibility version 8.0.0, current version 8.0.0) /opt/local/lib/libidn.11.dylib (compatibility version 18.0.0, current version 18.9.0) /opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.2.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.1.0) /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/libz.1.dylib (compatibility version 1.0.0, current version 1.2.7) /opt/local/lib/libjs.dylib (compatibility version 0.0.0, current version 0.0.0) }}} What is the preference in situations like this? -- Ticket URL: <https://trac.macports.org/ticket/37651#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X