#27424: fail to bundle libogg, dependency libvorbisfile missing ---------------------------------------------------+------------------------ Reporter: david.rekowski@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: lib, libogg, libvorbis, libvorbisfile | Port: libogg ---------------------------------------------------+------------------------ I want to make an application bundle of FreedroidRPG, which relies on libvorbis/libogg for sound output. I use dylibbundler (wrapper for otool/install_name_tool) for collecting and relocating dependencies. However, the final bundle will not contain libvorbisfile.dylib but libogg.0.dylib will still look for it in /opt/local/lib. libogg.0.dylib does not list libvorbisfile.dylib as a dependency (otool -L libogg.0.dylib). Can anyone tell me, whether this is a bug in the port or point me in the right direction on how to solve this issue. Thank you. -- Ticket URL: <https://trac.macports.org/ticket/27424> MacPorts <http://www.macports.org/> Ports system for Mac OS