<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c6bcffd - libusb(3): Implement libusb_init_context() and the needed structures and definitions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#4c6bcffd</link>
        <description>libusb(3): Implement libusb_init_context() and the needed structures and definitions.Differential Revision:	https://reviews.freebsd.org/D38212MFC after:	1 weekSponsored by:	NVIDIA Networking

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 26 Jan 2023 12:56:51 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa87aa52 - libusb(3): Implement libusb_interrupt_event_handler() by exposing existing function.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#aa87aa52</link>
        <description>libusb(3): Implement libusb_interrupt_event_handler() by exposing existing function.MFC after:	1 weekSponsored by:	NVIDIA Networking

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Sun, 02 Oct 2022 15:30:40 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac175bd3 - Install working pkgconfig .pc files for compat libraries</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#ac175bd3</link>
        <description>Install working pkgconfig .pc files for compat librariesThe default ones are install them to /usr/libdata/pkgconfig, and we can&apos;tuse this path for compat libraries, so we use /usr/lib&lt;suffix&gt;/pkgconfigi here.Test Plan:	grep -rn libdir= ./usr/lib32/pkgconfig/*.pcMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D34939

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 11 Aug 2022 22:17:52 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8010f4ad - libusb: remove use of COMPAT_32BIT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#8010f4ad</link>
        <description>libusb: remove use of COMPAT_32BITThis codepath used uint64_t&apos;s in place of pointers in structs andarrays to allow 32-bit code to use 64-bit version of ioctls.  Nowthat we support 32-bit compat natively this is no longer needed.Reviewed by:	hselasky, jrtc27 (prior version)

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Fri, 17 Dec 2021 21:28:14 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>500f4659 - Convert libs with pc files to use PCFILES</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#500f4659</link>
        <description>Convert libs with pc files to use PCFILESNow the .pc ends up in the correct package (-dev)Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D29172MFC after:      2 weeks

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Tue, 16 Mar 2021 06:13:07 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04391da3 - libusb: improve compatibility</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#04391da3</link>
        <description>libusb: improve compatibilitySpecifically, add LIBUSB_CLASS_PHYSICAL and the libusb_has_capability API.Descriptions and functionality for these derived from thedocumentation at [0].  The current set of capabilities are all supported bylibusb.These were detected as missing after updating net/freerdp to 2.1.1, whichattempted to use both.[0] http://libusb.sourceforge.net/api-1.0/group__libusb__misc.htmlReviewed by:	hselaskyMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D25194

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Tue, 09 Jun 2020 17:17:43 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34b0ca24 - Implement new libusb v2.0 API function, libusb20_dev_get_stats().</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#34b0ca24</link>
        <description>Implement new libusb v2.0 API function, libusb20_dev_get_stats().This function is useful when debugging USB device issues.MFC after:	1 weekSponsored by:	Mellanox Technologies

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Fri, 27 Dec 2019 20:35:12 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0c93fa3 - Add support for USB streams to the LibUSB v1.0 API and update the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#a0c93fa3</link>
        <description>Add support for USB streams to the LibUSB v1.0 API and update thelibusb(3) manual page.Approved by:	re (gjb)Requested by:	swillsMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 23 Jun 2016 07:12:22 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bdc064b - Implement libusb_hotplug_register_callback() and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#7bdc064b</link>
        <description>Implement libusb_hotplug_register_callback() andlibusb_hotplug_deregister_callback() for the LibUSB v1.0 API andupdate the libusb(3) manual page.Approved by:	re (kib)Requested by:	swillsMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Wed, 22 Jun 2016 10:38:41 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37d0636a - Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#37d0636a</link>
        <description>Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.Approved by:	re (kib)Requested by:	swillsMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 16 Jun 2016 16:17:29 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b40d960 - Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#5b40d960</link>
        <description>Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.Approved by:	re (kostikbel)Requested by:	swillsMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 16 Jun 2016 14:26:04 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b896ce - Implement libusb_get_version() and update libusb manual page.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#14b896ce</link>
        <description>Implement libusb_get_version() and update libusb manual page.Approved by:	re (glebius)Requested by:	swillsMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 16 Jun 2016 07:48:21 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43fa36d5 - Remove redundant COMPAT_32BIT guard on pkgconfig files.  This is already handled</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#43fa36d5</link>
        <description>Remove redundant COMPAT_32BIT guard on pkgconfig files.  This is already handledby the LIBRARIES_ONLY mechanism protecting FILES.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Sat, 03 Oct 2015 16:34:21 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de0e3997 - Replace beforeinstall: handling with FILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#de0e3997</link>
        <description>Replace beforeinstall: handling with FILES.This actually fixes some cases to respect LIBRARIES_ONLY.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Fri, 18 Sep 2015 23:49:32 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84d5c498 - bsd.lib.mk has to be included after MLINKS assignment</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#84d5c498</link>
        <description>bsd.lib.mk has to be included after MLINKS assignment

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Sat, 15 Aug 2015 19:00:38 +0000</pubDate>
        <dc:creator>Antoine Brodin &lt;antoine@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89ca4e2d - only install .pc files when we are not installing 32bit compat libs...</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libusb/Makefile#89ca4e2d</link>
        <description>only install .pc files when we are not installing 32bit compat libs...This fixes the problem of installing the .pc files multiple times...

            List of files:
            /freebsd-14.2/lib/libusb/Makefile</description>
        <pubDate>Mon, 27 Oct 2014 23:43:25 +0000</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
