<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/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:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/gnu/lib/libdialog/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>2f7f8995367b3fe1a9e2bf34be6f0684963eed02 - libdialog: Bump shared library version to 10.</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/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:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Wed, 27 Oct 2021 16:30:24 +0000</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://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 01:52:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95da5e131a0a9e48f0a063e3ff75000434cc5c52 - dialog: fix macro redefinition</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#95da5e131a0a9e48f0a063e3ff75000434cc5c52</link>
        <description>dialog: fix macro redefinitiondialog.h defines MIN and MAX (making sure to undefine the previousmacros if it already exists), but sys/param.h also defines thosemacros (without guards) and is included after dialog.h resultingin both gcc and clang complaining about macro redefinitonWhile clang do accept -Wno-macro-redefined to ignore the redefinitionwarning, gcc does not [1]Undefine both macros prior inclusion of sys/param.h to avoid the warningReported by:	arichardson

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Mon, 01 Mar 2021 14:58:34 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec74116ace52591cf121623e2010ae5efab5524a - dialog: finish update to 1.3-20210117</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#ec74116ace52591cf121623e2010ae5efab5524a</link>
        <description>dialog: finish update to 1.3-20210117patch dialog.c which requires stddef for the usage of offsetofcatchup on the config header

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Fri, 26 Feb 2021 09:13:13 +0000</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://opengrok.net:8080/history/src/gnu/lib/libdialog/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:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Tue, 02 Feb 2021 01:09:33 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 21:09:37 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6794a0c94c02f369cd6f584eb7b6520a1622acd0 - Bring back the WARNS level to what it used to be to please gcc arches at least</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#6794a0c94c02f369cd6f584eb7b6520a1622acd0</link>
        <description>Bring back the WARNS level to what it used to be to please gcc arches at least

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sat, 20 Oct 2018 21:33:34 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f4f33ea0c752ff0f9bfad34991d5bbb54e71133d - Update libdialog to 1.3-20180621</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#f4f33ea0c752ff0f9bfad34991d5bbb54e71133d</link>
        <description>Update libdialog to 1.3-20180621

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sat, 20 Oct 2018 20:49:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/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:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/gnu/lib/libdialog/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>2f7f8995367b3fe1a9e2bf34be6f0684963eed02 - libdialog: Bump shared library version to 10.</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/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:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Wed, 27 Oct 2021 16:30:24 +0000</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://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 01:52:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95da5e131a0a9e48f0a063e3ff75000434cc5c52 - dialog: fix macro redefinition</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#95da5e131a0a9e48f0a063e3ff75000434cc5c52</link>
        <description>dialog: fix macro redefinitiondialog.h defines MIN and MAX (making sure to undefine the previousmacros if it already exists), but sys/param.h also defines thosemacros (without guards) and is included after dialog.h resultingin both gcc and clang complaining about macro redefinitonWhile clang do accept -Wno-macro-redefined to ignore the redefinitionwarning, gcc does not [1]Undefine both macros prior inclusion of sys/param.h to avoid the warningReported by:	arichardson

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Mon, 01 Mar 2021 14:58:34 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec74116ace52591cf121623e2010ae5efab5524a - dialog: finish update to 1.3-20210117</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#ec74116ace52591cf121623e2010ae5efab5524a</link>
        <description>dialog: finish update to 1.3-20210117patch dialog.c which requires stddef for the usage of offsetofcatchup on the config header

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Fri, 26 Feb 2021 09:13:13 +0000</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://opengrok.net:8080/history/src/gnu/lib/libdialog/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:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Tue, 02 Feb 2021 01:09:33 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 21:09:37 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6794a0c94c02f369cd6f584eb7b6520a1622acd0 - Bring back the WARNS level to what it used to be to please gcc arches at least</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#6794a0c94c02f369cd6f584eb7b6520a1622acd0</link>
        <description>Bring back the WARNS level to what it used to be to please gcc arches at least

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sat, 20 Oct 2018 21:33:34 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f4f33ea0c752ff0f9bfad34991d5bbb54e71133d - Update libdialog to 1.3-20180621</title>
        <link>http://opengrok.net:8080/history/src/gnu/lib/libdialog/Makefile#f4f33ea0c752ff0f9bfad34991d5bbb54e71133d</link>
        <description>Update libdialog to 1.3-20180621

            List of files:
            /src/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sat, 20 Oct 2018 20:49:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
