Hi, we have an old bug in FreeBSD port of Devel::NYTProf module.
In short, both devel/p5-Devel-NYTProf and benchmarks/flamegraph ports try to install script flamegraph.pl into same place.
We can resolve this with renaming, but honestly I'd prefer to not patch original sources too extensively... Can we discuss a more general solution?
May be we can hide this script from users, or rename it to something like nytprof-flamegraph.pl, or maybe we can use upstream binary and depend on it?
Also let's mention author of flamegraph.pl, may be @brendangregg can help us with better solution?
Hi, we have an old bug in FreeBSD port of Devel::NYTProf module.
In short, both
devel/p5-Devel-NYTProfandbenchmarks/flamegraphports try to install scriptflamegraph.plinto same place.We can resolve this with renaming, but honestly I'd prefer to not patch original sources too extensively... Can we discuss a more general solution?
May be we can hide this script from users, or rename it to something like
nytprof-flamegraph.pl, or maybe we can use upstream binary and depend on it?Also let's mention author of flamegraph.pl, may be @brendangregg can help us with better solution?