From owner-freebsd-current@FreeBSD.ORG Fri Mar 13 12:57:16 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 C9A49106566C for ; Fri, 13 Mar 2009 12:57:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 588428FC19 for ; Fri, 13 Mar 2009 12:57:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [89.24.230.136] (89-24-230-136.i4g.tmcz.cz [89.24.230.136]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id n2DCU0qa022647; Fri, 13 Mar 2009 13:30:03 +0100 (CET) (envelope-from pav@FreeBSD.org) Message-ID: <49BA51CC.3010402@FreeBSD.org> Date: Fri, 13 Mar 2009 13:30:04 +0100 From: Pav Lucistnik User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Andrew Thompson References: <11273764@bb.ipt.ru> <20090312133915.548350e4@gluon> <68384190@bb.ipt.ru> <20090312143911.653c3f72@gluon> <02302840@bb.ipt.ru> <20090312231814.GA79022@citylink.fud.org.nz> In-Reply-To: <20090312231814.GA79022@citylink.fud.org.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.749 () AWL,BAYES_00,RCVD_IN_PBL,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.64 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.24.230.136; Sender-helo: [89.24.230.136]; ) Cc: Boris Samorodov , Bruce Cran , freebsd-current@FreeBSD.org Subject: Re: libusb and fast current changes 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: Fri, 13 Mar 2009 12:57:17 -0000 Andrew Thompson wrote: > On Thu, Mar 12, 2009 at 05:51:51PM +0300, Boris Samorodov wrote: >> On Thu, 12 Mar 2009 14:39:11 +0000 Bruce Cran wrote: >>> On Thu, 12 Mar 2009 17:29:21 +0300 >>> Boris Samorodov wrote: >>>> On Thu, 12 Mar 2009 13:39:15 +0000 Bruce Cran wrote: >>>> >>>>> Lots of changes were made a couple of days ago to the >>>>> installation of libusb[20]: libusb20 is now installed as libusb, and >>>>> libusb20_compat01.h was renamed to usb.h to be compatible with >>>>> libusb-0.1. So for example any patches which change to >>>>> can be removed. >>>> Wow! Bruce, that was a nice shot. You definitely undertand what's >>>> going on here. Thanks! >>>> >>>> Pav, can you test the attached patch? It work for the latest >>>> i386/amd64 CURRENT for me. >>> You may find you're repeating work that's already been done: >>> http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/libgphoto2/ shows >>> libgphoto2 was updated a few days ago to fix the build problems >>> introduced with the renaming. >> It's the last version that doesn't work here. Please, take a look at >> the patch at my previous email and you'll understand that I >> implemented just what you said: "any patches which change to >> can be removed". ;-) >> >> I think that an extra-patch for OSVERSION>800069 was introduced by an >> accident. > > Yes, it should be removed. Removed, then. Pav