#17578: gdal links with libraries it doesn't declare dependencies on -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: seanasy@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gdal -------------------------------------+-------------------------------------- Comment(by blb@…): The problem is that (using sqlite3 for the example here) if it links against sqlite3 without declaring the dependency, then the sqlite3 port can be removed with 'port uninstall sqlite3' without complaint. After that, the gdal port is broken since it is now linked against uninstalled files, hence anything linked to libgdal will fail. -- Ticket URL: <http://trac.macports.org/ticket/17578#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS