From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:15:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 630AF16A4CE; Tue, 28 Dec 2004 06:15:42 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EB543D5E; Tue, 28 Dec 2004 06:15:42 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBS6FfNk056853; Mon, 27 Dec 2004 22:15:41 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBS6FeMA056851; Mon, 27 Dec 2004 22:15:40 -0800 (PST) (envelope-from obrien) Date: Mon, 27 Dec 2004 22:15:40 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041228061540.GA56735@dragon.nuxi.com> References: <200412272144.iBRLis9d062333@repoman.freebsd.org> <20041227220221.U55241@blues.jpj.net> <20041228035642.GA50471@dragon.nuxi.com> <20041227230817.K57325@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041227230817.K57325@blues.jpj.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:15:42 -0000 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@FreeBSD.org)