From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:10:38 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 532D816A4CE; Tue, 28 Dec 2004 03:10:38 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B1643D49; Tue, 28 Dec 2004 03:10:37 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBS3AdJa055661; Mon, 27 Dec 2004 22:10:39 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBS3Advk055658; Mon, 27 Dec 2004 22:10:39 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 27 Dec 2004 22:10:39 -0500 (EST) From: Trevor Johnson To: "David E. O'Brien" In-Reply-To: <200412272144.iBRLis9d062333@repoman.freebsd.org> Message-ID: <20041227220221.U55241@blues.jpj.net> References: <200412272144.iBRLis9d062333@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 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 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 03:10:38 -0000 > 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 > 2. Unbreak port due to distfiles not fetchable on both i386 and alpha > 3. Unbreak port on 5.3-RELEASE and 6-CURRENT for using bsdtar > unsupported flag (-S) > 4. doesn't unnecessaryly rebuild things for 'make reinstall' > 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 > > Thus 7. un-deprecates as portmgr's requirements met to keep port alive > > Reviewed by: trevor 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). -- Trevor Johnson