/usr/local/share/qt/mkspecs is used by devel/qmake, dependency of x11-toolkits/qt33. Thus, deinstallation of x11-toolkits/qt33 shall not remove /usr/local/share/qt. How-To-Repeat: % cd /usr/ports/x11-toolkits/qt33 % make install deinstall ... ===> Deinstalling qt-copy-3.3.8_6 pkg_delete: unable to completely remove directory '/usr/local/share/qt' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) % ls -la /usr/local/share/qt total 1 drwxr-xr-x 62 root wheel 1536 Feb 2 22:27:59 2007 mkspecs/
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
qmake is a BUILD_DEPENDS for qt33 and not a runtime dependency. This means when installing qt33 from a package, qmake is not needed. If the change suggested is made, the package list would not tidy up the filesystem in the "install from package" scenario. Sorry, I don't think the PR is valid. Andy (one of kde@)
On Sat, Jan 12, 2008 at 11:55:00AM +0200, Andy Fawcett wrote: > qmake is a BUILD_DEPENDS for qt33 and not a runtime dependency. This means > when installing qt33 from a package, qmake is not needed. > > If the change suggested is made, the package list would not tidy up the > filesystem in the "install from package" scenario. > > Sorry, I don't think the PR is valid. > > Andy > (one of kde@) I think your consideration is reasonable. Since share/qt is not used by qt33 exclusively, how about using @dirrmtry instead? Thanks. Sunpoet
lofi 2008-01-21 18:10:54 UTC FreeBSD ports repository Modified files: x11-toolkits/qt33 pkg-plist Log: s/dirrm/dirrmtry for ${PREFIX}/share/qt PR: ports/119588 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Revision Changes Path 1.77 +1 -1 ports/x11-toolkits/qt33/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 Replaced dirrm with dirrmtry to silence warning. Thanks for reporting!