#38240: Port request: Tiled ----------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: request | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: tiled | ----------------------+-------------------------------- Comment (by ryandesign@…): Yes but they're all patching the same thing. The developers were trying to be clever and put the libtiled library inside the tiled application bundle. This is desirable for standalone drag-and-drop installs, but that's not what MacPorts is, and users who want that can use the dylibbundler program. And it didn't quite make sense either, since they actually install three applications, but only the main tiled application contained the library; the other two apps were trying to use the library inside the main one. I think one of the settings in the cmake portgroup was interacting badly with the way they were setting the install_name. And also the install process was managing to install two copies of the library: one in the application bundle, and one in ${prefix}/lib. I decided to just stick with the one in ${prefix}/lib. -- Ticket URL: <https://trac.macports.org/ticket/38240#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS