#49120: port:automoc should install its cmake files where others expect them -------------------------+-------------------------------- Reporter: rjvbertin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: Keywords: haspatch | Port: automoc -------------------------+-------------------------------- A recent change to port:automoc "fixed" the install location CMake files, presumably to put them where MacPorts puts them (followed by 1 or 2 more "fixes". This causes issues with polkit-qt, phonon, and probably others which use a `FindAutomoc4.cmake` script to find the Automoc cmake files. A quick glance on my Linux rig shows that automoc's Automoc4Config.cmake file is installed in the equivalent location as where port:automoc used to put it: in /usr/lib/automoc4 . Was that "fix" from r133624 meant to address an issue or was it looking for one? In the latter case I suggest the attached patch to revert the fix to the ain't-broke situation; in the former case ${prefix}/lib/automoc4 should be symlinked to the new location so that we don't have to patch an unknown number of dependent ports for what's probably just a cosmetics change. -- Ticket URL: <https://trac.macports.org/ticket/49120> MacPorts <https://www.macports.org/> Ports system for OS X