<?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/usr.bin/dpv/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/dpv/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>7cc42f6d - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dpv/Makefile#7cc42f6d</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /freebsd-14.2/usr.bin/dpv/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 01:10:51 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be6a4fc6 - pkgbase: Add a FreeBSD-dpv package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dpv/Makefile#be6a4fc6</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-14.2/usr.bin/dpv/Makefile</description>
        <pubDate>Fri, 19 Jul 2019 15:10:53 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dpv/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/dpv/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbd3f107 - Add libm to eliminate &quot;undefined reference to sqrt&quot; on arm &apos;softfp&apos; builds.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dpv/Makefile#dbd3f107</link>
        <description>Add libm to eliminate &quot;undefined reference to sqrt&quot; on arm &apos;softfp&apos; builds.

            List of files:
            /freebsd-14.2/usr.bin/dpv/Makefile</description>
        <pubDate>Sat, 22 Nov 2014 14:53:50 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5a6518e - Balance DPADD against LDADD for dpv(1,3).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dpv/Makefile#f5a6518e</link>
        <description>Balance DPADD against LDADD for dpv(1,3).Thanks to:	ngieMFC after:	21 daysX-MFC-to:	stable/10 stable/9X-MFC-with:	274116 274120 274121 274123 274144

            List of files:
            /freebsd-14.2/usr.bin/dpv/Makefile</description>
        <pubDate>Wed, 05 Nov 2014 20:58:25 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e34274ae - Fix buildworld by adding DPADD= to libdpv [dpv(3)] Makefile</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dpv/Makefile#e34274ae</link>
        <description>Fix buildworld by adding DPADD= to libdpv [dpv(3)] MakefileNB: Should also address `make -j&apos; buildingRemove &quot;+&quot; from &quot;+=&quot; in assignments to DPADD/LDADD while here.NB: Also move CFLAGS for style measure.Reviewed by:	shurdMFC after:	21 daysX-MFC-to:	stable/10 stable/9X-MFC-with:	274116 274120 274121

            List of files:
            /freebsd-14.2/usr.bin/dpv/Makefile</description>
        <pubDate>Wed, 05 Nov 2014 02:36:28 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>041394f3 - Add new libraries/utilities for data throughput visualization.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/dpv/Makefile#041394f3</link>
        <description>Add new libraries/utilities for data throughput visualization.dpv(3): dialog progress view librarydpv(1): stream data from stdin or multiple paths with dialog progress viewfigpar(3): configuration file parsing libraryReviews:	D714Reviewed by:	jelischer, shurdDiscussed at:	MeetBSD California 2014 Vendor/Dev SummitDiscussed on:	-currentMFC after:	21 daysX-MFC-to:	stable/10 stable/9

            List of files:
            /freebsd-14.2/usr.bin/dpv/Makefile</description>
        <pubDate>Tue, 04 Nov 2014 23:46:01 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
