cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile
distinfo.alpha
David O'Brien
obrien at freebsd.org
Mon Dec 27 22:15:42 PST 2004
On Mon, Dec 27, 2004 at 11:10:29PM -0500, Trevor Johnson wrote:
> David O'Brien wrote:
> > On Mon, Dec 27, 2004 at 10:10:39PM -0500, Trevor Johnson wrote:
> > > > obrien 2004-12-27 21:44:54 UTC
> > > > FreeBSD ports repository
> > > > Modified files:
> > > > emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha
> > > > Log:
> > > > 1. Unbreak port due to incorrect packing list, using NO_FILTER_SHLIBS
..
> > > > 5. cleans up pkg_delete errors due to incorrect PLIST @dirrm ordering
> > > > 6. cleans up pkg_delete errors due to trying to rm ${PREFIX}/etc
..
> > > As I said in private e-mail, your patch does not correct the packing
> > > list--"make install deinstall" into an empty /compat/linux/ leaves things
> > > behind (328 files, directories and other entities).
> > My testing shows otherwise. Please list the left behind files.
..
> Correction, no files but 328 directories and 2 links.
These are the directories created by mtree and the port framework. I've
never seen a port having to be responsible for deleting them.
# rm -rf /usr/local
# rm -rf /var/db/pkg
# cd /usr/ports/misc/jive
# make install deinstall
# find /usr/local/ -type f | wc -l
0
# find /usr/local/ | wc -l
313
--
-- David (obrien at FreeBSD.org)
More information about the cvs-ports
mailing list