From owner-svn-src-head@FreeBSD.ORG Mon Mar 9 19:58:11 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5C721065722; Mon, 9 Mar 2009 19:58:11 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 41ED88FC15; Mon, 9 Mar 2009 19:58:11 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 7C29FFF68; Tue, 10 Mar 2009 08:58:10 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4weKfwWAHvY0; Tue, 10 Mar 2009 08:58:06 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Tue, 10 Mar 2009 08:58:06 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 241601142F; Tue, 10 Mar 2009 08:58:06 +1300 (NZDT) Date: Mon, 9 Mar 2009 12:58:06 -0700 From: Andrew Thompson To: Steve Kargl Message-ID: <20090309195805.GA53225@citylink.fud.org.nz> References: <200903091922.n29JMjLR035306@svn.freebsd.org> <20090309194338.GA48593@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090309194338.GA48593@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Stanislav Sedov , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189594 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 19:58:12 -0000 On Mon, Mar 09, 2009 at 12:43:38PM -0700, Steve Kargl wrote: > On Mon, Mar 09, 2009 at 07:22:45PM +0000, Stanislav Sedov wrote: > > Author: stas > > Date: Mon Mar 9 19:22:45 2009 > > New Revision: 189594 > > URL: http://svn.freebsd.org/changeset/base/189594 > > > > Log: > > - Point libusb users to the ports collection UPDATING file. > > > > Modified: > > head/UPDATING > > > > Modified: head/UPDATING > > ============================================================================== > > --- head/UPDATING Mon Mar 9 19:04:53 2009 (r189593) > > +++ head/UPDATING Mon Mar 9 19:22:45 2009 (r189594) > > @@ -65,7 +65,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. > > libusb20.so.1 is now installed as libusb.so.1 and the ports system > > updated to use it. This requires a buildworld/installworld in order to > > update the library and dependencies (usbconfig, etc). Its advisable to > > - update your ports as the affected programs have had a revision bump. > > + rebuid all ports which uses libusb. More specific directions are given > > + in the ports collection UPDATING file. > > > > 1) 'rebuid' should be 'rebuild' > > 2) There is no information in /usr/ports/UPDATING concerning > the problems caused by USB2. Not sure if the problems you are referring to extend beyond your previous mail about it being rushed, if so please advise. While the merge hasnt been perfect it couldnt have really been done differently due to finite resources and I dont believe it was unreasonable for a change in HEAD. cheers, Andrew