From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 5 22:46:56 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8989106564A for ; Tue, 5 Oct 2010 22:46:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF9F8FC12 for ; Tue, 5 Oct 2010 22:46:56 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o95MktaW096672; Tue, 5 Oct 2010 16:46:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o95Mkt2d096669; Tue, 5 Oct 2010 16:46:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 5 Oct 2010 16:46:55 -0600 (MDT) From: Warren Block To: Alexander Leidinger In-Reply-To: <20101005152950.16797j1h6ygogi88@webmail.leidinger.net> Message-ID: References: <20101004122325.11342p9v1rnwp6w4@webmail.leidinger.net> <20101004123629.GA4308@straylight.ringlet.net> <20101005113423.10801orcw6xef9s0@webmail.leidinger.net> <20101005.124823.093.1@DEV> <20101005152950.16797j1h6ygogi88@webmail.leidinger.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Tue, 05 Oct 2010 16:46:55 -0600 (MDT) Cc: rank1seeker@gmail.com, freebsd-hackers@freebsd.org Subject: Re: Improve OptionalObsoleteFiles.inc X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2010 22:46:56 -0000 On Tue, 5 Oct 2010, Alexander Leidinger wrote: > > We do not have a target which allows to go to src/bin/XXX and run "make > deinstall" or similar. What is correctly written in this thread is that "make > check-old" and "make delete-old" (and "make delete-old-libs") is supposed to > do what you want (given that there is already support in the src to exclude > this part of FreeBSD during installation). The most up-to-date version is in > -current, I do not know about the stable branches (I do not monitor if people > which change the corresponding file have merged the changes to stable > branches or not). > > What may not be 100% correct in src is the list of files to delete (= a bug). > For this the suggestion in the thread is also correct, if there is something > which does not work please send a PR. This would be more accurate and require less maintenance if OptionalObsoleteFiles.inc were auto-generated ala genplist. Don't know if that's practical, just wanted to suggest it.