From owner-svn-src-head@FreeBSD.ORG Mon Mar 9 19:43:39 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 6CF03106568B; Mon, 9 Mar 2009 19:43:39 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 340F38FC16; Mon, 9 Mar 2009 19:43:39 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n29JhcJ9048635; Mon, 9 Mar 2009 12:43:38 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n29Jhcpm048634; Mon, 9 Mar 2009 12:43:38 -0700 (PDT) (envelope-from sgk) Date: Mon, 9 Mar 2009 12:43:38 -0700 From: Steve Kargl To: Stanislav Sedov Message-ID: <20090309194338.GA48593@troutmask.apl.washington.edu> References: <200903091922.n29JMjLR035306@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903091922.n29JMjLR035306@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: 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:43:40 -0000 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. -- Steve