Minicom fails to change ownership on directory, because it isn't created during a package installation. How-To-Repeat: cd /usr/ports/comms/minicom make package make deinstall pkg_add /usr/ports/packages/comms/minicom-2.4.tbz Error should be: chown: /usr/local/etc/minicom: No such file or directory pkg_add: command '/usr/sbin/chown uucp /usr/local/etc/minicom' failed With this patch it creates the directory, and changes ownerships without issue. Tinderbox run is clean.
Responsible Changed From-To: freebsd-ports-bugs->johans Over to maintainer (via the GNATS Auto Assign Tool)
johans 2011-01-08 13:40:26 UTC FreeBSD ports repository Modified files: comms/minicom pkg-plist Log: Explicitly create configuration directory during pkg install before trying to change ownership of this directory PR: ports/153749 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Revision Changes Path 1.20 +1 -0 ports/comms/minicom/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.