Add missing directory entry to plist. Generated with FreeBSD Port Tools 0.63
State Changed From-To: open->feedback This patch appears to be incorrect. The libdata/pkgconfig directory is used by a lot of ports, so assuming you can unequivocally remove it is incorrect and yields an error such as: pkg_delete: unable to completely remove directory '/usr/local/libdata/pkgconfig' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) when applied. A better patch would be to rely on pkgconfig which creates and deletes this directory. E.g. add USE_GNOME= pkgconfig to the Makefile. What do you think?
Hi, Greg Lewis, 15.12.04, 18:35h CET: > This patch appears to be incorrect. The libdata/pkgconfig directory is > used by a lot of ports, so assuming you can unequivocally remove it is > incorrect and yields an error such as: > > pkg_delete: unable to completely remove directory '/usr/local/libdata/pkgconfig' > pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) > > when applied. Yes, I was aware of that, but it seemed like the best thing to do to me. > A better patch would be to rely on pkgconfig which creates and deletes > this directory. E.g. add > > USE_GNOME= pkgconfig > > to the Makefile. What do you think? I didn't know about this option at all, and I cannot currently test its functionality here because I do not want to deinstall pkgconfig and all the packages that depend on it. ;) Nevertheless it looks reasonable and I assume that you're right, so I've attached a corrected patch. Thanks, Stefan, who needs a larger hard drive to set up a jail and more time for testing ports stuff...
State Changed From-To: feedback->closed Thanks for the feedback! I committed the USE_GNOME change.