From owner-freebsd-current@FreeBSD.ORG Tue Jul 21 11:09:31 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B99001065672; Tue, 21 Jul 2009 11:09:31 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 725F58FC17; Tue, 21 Jul 2009 11:09:31 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:50681 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1MTDDF-0000RA-3F; Tue, 21 Jul 2009 13:08:50 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id E86A3163D6A; Tue, 21 Jul 2009 13:08:41 +0200 (CEST) Message-Id: <4DC9F3D1-7C33-476E-A304-B318C6784AFE@exscape.org> From: Thomas Backman To: Andriy Gapon In-Reply-To: <4A65A090.9010105@freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 21 Jul 2009 13:08:39 +0200 References: <4A63A72F.9020809@boland.org> <4A645489.8050804@andric.com> <200907201332.15530.hselasky@c2i.net> <4A65A090.9010105@freebsd.org> X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MTDDF-0000RA-3F. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MTDDF-0000RA-3F 3c55dcafdfde8cc4a8066fd36b68f683 Cc: Michiel Boland , Dimitry Andric , freebsd-current@freebsd.org, Hans Petter Selasky Subject: Re: problems with make delete-old(-libs) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 11:09:32 -0000 On Jul 21, 2009, at 13:03, Andriy Gapon wrote: > on 20/07/2009 14:32 Hans Petter Selasky said the following: >> On Monday 20 July 2009 13:27:05 Dimitry Andric wrote: >>> On 2009-07-20 01:07, Michiel Boland wrote: >>>> Hi. On recent -CURRENT make delete-old wants to delete the >>>> following >>>> files >>>> >>>> /usr/include/dev/usb/usbdi.h >>>> /usr/include/dev/usb/usbdi_util.h >>>> /usr/include/libusb.h >>>> >>>> As far as I can see these files are still built/installed >>> Yes indeed, they are installed during every installworld, but are >>> still >>> in ObsoleteFiles.inc; this looks like an oversight during the USB >>> stack >>> switch. >> >> This is a known issue. > > And?.. :-) A fix was commited recently. :)