#24203: php5-xhprof including supplied PHP classes ---------------------------------------+------------------------------------ Reporter: rodney.rehm@… | Owner: ryandesign@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: php5-xhprof | ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Thanks, committed in r65275 with these changes: * "depends_lib-delete" in the graphviz variant should have been "depends_lib-append" * "port:graphviz" in the graphviz variant should be "path:bin/dot:graphviz" so that graphviz-devel could also satisfy the dependency * I used "patchfiles-append" instead of just "patchfiles" in the graphviz variant so that, although there aren't any now, if any patchfiles are later added to the port globally, the graphviz variant won't then override them * I changed the patchfile name to begin with "patch-" * Fixed the patch so it will work regardless of the user's ${prefix} * In the post-destroot, you have to do things inside ${destroot}, not directly in ${prefix}, otherwise the items don't get registered to the port, as you can confirm by running "port contents" * In the post-destroot, I switched to "xinstall -d" for making the directory, since I prefer to use xinstall in the destroot phase, and switched from "file copy" to just "copy" since that's shorter and synonymous * I moved the post-destroot and graphviz variant above the livecheck line; I like to keep the livecheck as the last thing in a portfile -- Ticket URL: <http://trac.macports.org/ticket/24203#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS