directory created by make install with no files, so is not preserved in package, leading to plist errors when using package and deinstalling/upgrading. pkg_delete: file '/usr/local/include/firefox3/nss' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/include/firefox3/nss' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) Fix: attached patch manually creates directory to ensure its existence. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gecko Over to maintainer (via the GNATS Auto Assign Tool)
beat 2011-11-27 13:56:57 UTC FreeBSD ports repository Modified files: www/firefox36 Makefile Log: - Create empty directory missing from package PR: ports/162408 Submitted by: <4720 AT hushmail.com> Feature safe: yes Revision Changes Path 1.250 +1 -0 ports/www/firefox36/Makefile _______________________________________________ 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!