<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f7f8995367b3fe1a9e2bf34be6f0684963eed02 - libdialog: Bump shared library version to 10.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#2f7f8995367b3fe1a9e2bf34be6f0684963eed02</link>
        <description>libdialog: Bump shared library version to 10.The upgrade to libdialog 1.3 included changes to the ABI.Bump libdpv to 3 since it links against libdialog.Reported by:	Mark Millard &lt;marklmi@yahoo.com&gt;Reviewed by:	baptFixes:		a96ef4501919 dialog: import dialog 1.3-20210117Differential Revision:	https://reviews.freebsd.org/D32675

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Wed, 27 Oct 2021 18:30:24 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3 - ncurses: chase dependency changes in the source tree</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 03:52:46 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b7f1af804f06a285717b490bef80e24648adcbe - Bump shared library versions after ncurses bump in 13.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#0b7f1af804f06a285717b490bef80e24648adcbe</link>
        <description>Bump shared library versions after ncurses bump in 13.A few shared libraries in the base system link against ncurses.  Anupgrade from a 12.x host to 13 results in ABI breakage for existingbinaries since the newer versions of these libraries link against thenewer ncurses while the binary itself links against the older ncurses.For example, dialog4ports built on 12.x sometimes crashes on 13 sinceit depends on libdialog which links against ncurses internally.MFC after:	3 daysReviewed by:	kib, delphijDifferential Revision:	https://reviews.freebsd.org/D28448

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Tue, 02 Feb 2021 02:09:33 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a63915c2d7ff177ce364488f86eff99949402051 - MFHead @r350386</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#a63915c2d7ff177ce364488f86eff99949402051</link>
        <description>MFHead @r350386Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Sun, 28 Jul 2019 06:02:22 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be6a4fc6645b85be5313555ff1b272520e08f8c9 - pkgbase: Add a FreeBSD-dpv package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#be6a4fc6645b85be5313555ff1b272520e08f8c9</link>
        <description>pkgbase: Add a FreeBSD-dpv packageMove the dpv related files from FreeBSD-runtime to a new package namedFreeBSD-dpvThe only consumer is bsdinstall which is already in it&apos;s own package.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D20960

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Fri, 19 Jul 2019 17:10:53 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82aa34e6fa1cd5a4ad401383522daf51412ea4b2 - Merge ^/head r296007 through r296368.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#82aa34e6fa1cd5a4ad401383522daf51412ea4b2</link>
        <description>Merge ^/head r296007 through r296368.

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Fri, 04 Mar 2016 00:15:46 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52259a98adba7622f236db46a330e61df0c84fb1 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#52259a98adba7622f236db46a330e61df0c84fb1</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Wed, 02 Mar 2016 17:14:46 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d48a2d23039536ab9f92f88a72c27b9895796abf - Remove WARNS inherited fine by ../Makefile.inc.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#d48a2d23039536ab9f92f88a72c27b9895796abf</link>
        <description>Remove WARNS inherited fine by ../Makefile.inc.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Fri, 26 Feb 2016 23:14:23 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 22:16:35 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086dcee14496517fae085b448e3edc69bc7 - Convert libraries to use LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#6b129086dcee14496517fae085b448e3edc69bc7</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 12:07:26 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9413f6ca0c534957978b294aaab4bdb1f1b984f - Sync to HEAD@r274297.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libdpv/Makefile#a9413f6ca0c534957978b294aaab4bdb1f1b984f</link>
        <description>Sync to HEAD@r274297.

            List of files:
            /freebsd/lib/libdpv/Makefile</description>
        <pubDate>Sat, 08 Nov 2014 19:13:35 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
