devel/binutils and devel/avr-binutils install info files to the same place, overwriting each others files in the process. pkg_info -W /usr/local/info/as.info pkg_info: both avr-binutils-2.20_1 and binutils-2.21.1 claim to have installed /usr/local/info/as.info Fix: attached patch installs devel/avr-binutils info files into a separate directory to resolve files conflict. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->joerg Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: joerg->crees Timeout.
State Changed From-To: open->feedback Questions to the suggested patch: How useful is it to install the info files into a directory that won't be searched by any of the info tools? Wouldn't it be better to perhaps not install them at all? Why has the removal of the avr subdirectory been dropped from the pkg-plist file (or conditionalized into the Makefile)? If someone wants to be remove the entire AVR toolchain properly, the binutils are the last component to remove, and as such, they are responsible to cleanup the ${prefix}/avr subdirectory they once created.
Responsible Changed From-To: crees->joerg Questions to the suggested patch: How useful is it to install the info files into a directory that won't be searched by any of the info tools? Wouldn't it be better to perhaps not install them at all? Why has the removal of the avr subdirectory been dropped from the pkg-plist file (or conditionalized into the Makefile)? If someone wants to be remove the entire AVR toolchain properly, the binutils are the last component to remove, and as such, they are responsible to cleanup the ${prefix}/avr subdirectory they once created.
State Changed From-To: feedback->closed Suggested patch applied. Thanks again, and thanks for the quick response!