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

            List of files:
            /freebsd-14.2/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>2f7f8995 - libdialog: Bump shared library version to 10.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#2f7f8995</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-14.2/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>cbc83e37 - ncurses: chase dependency changes in the source tree</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#cbc83e37</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd-14.2/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>95da5e13 - dialog: fix macro redefinition</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#95da5e13</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:
            /freebsd-14.2/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>ec74116a - dialog: finish update to 1.3-20210117</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#ec74116a</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:
            /freebsd-14.2/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>0b7f1af8 - Bump shared library versions after ncurses bump in 13.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#0b7f1af8</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-14.2/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>6794a0c9 - Bring back the WARNS level to what it used to be to please gcc arches at least</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#6794a0c9</link>
        <description>Bring back the WARNS level to what it used to be to please gcc arches at least

            List of files:
            /freebsd-14.2/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>ffec3151 - Convert gnu to using SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#ffec3151</link>
        <description>Convert gnu to using SRCTOPPrefer SRCTOP over CURDIR/../../contrib, etc. However, retain the &quot;upone level&quot; instances of ../ because they are really relative to thispart of the tree and not a means to find the root of the tree. Assuch, it&apos;s better to leave them since that further the goal of beingable to move directories if watned to in the future.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence	On:		arch@ (twice)

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:59:16 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5a34ec - Convert to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#ee5a34ec</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 21:18:18 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4032b02a - libdialog has to be linked to libncursesw and libm</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#4032b02a</link>
        <description>libdialog has to be linked to libncursesw and libm

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Fri, 07 Nov 2014 10:49:54 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>157cb945 - Bump shlib for dialog because ABI has changed when version 1.2 was imported</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#157cb945</link>
        <description>Bump shlib for dialog because ABI has changed when version 1.2 was importedReviewed by:	kib

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sun, 23 Jun 2013 21:59:52 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>506197d1 - lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#506197d1</link>
        <description>lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4Reported by:	gavin

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Mon, 17 Jun 2013 13:02:39 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2774633b - Enable wide character support in libdialog.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#2774633b</link>
        <description>Enable wide character support in libdialog.

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sat, 05 Feb 2011 16:23:32 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c8945a0 - Update dialog to version 20100428. This changes the license under which</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#4c8945a0</link>
        <description>Update dialog to version 20100428. This changes the license under whichdialog is distributed from GPLv2 to LGPLv2 and introduces a number of newfeatures and a new and better libdialog API. The existing libdialog willbe kept temporarily as libodialog for compatibility purposes until sade,sysinstall and tzsetup have been either updated or replaced.__FreeBSD_version is now 900030.Discussed on:	-currentApproved by:	coreObtained from:	http://invisible-island.net/dialog

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Wed, 12 Jan 2011 14:55:02 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047a - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#3ca3047a</link>
        <description>Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE.  Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by:    kibApproved by:    re (rwatson)

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 17:25:24 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27cfc42f - - Bump share library version which were missed in last bump</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#27cfc42f</link>
        <description>- Bump share library version which were missed in last bumpReported by: 	     jhbDiscussed with:	     deischen, des, doubg, hartiApproved by:	     re (kensmith)

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Mon, 18 Jun 2007 18:47:54 +0000</pubDate>
        <dc:creator>Rong-En Fan &lt;rafan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a84020c2 - Bump the shared library version number of all libraries that have not</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#a84020c2</link>
        <description>Bump the shared library version number of all libraries that have notbeen bumped since RELENG_5.Reviewed by:	ruApproved by:	re (not needed for commit check but in principle...)

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Fri, 22 Jul 2005 17:19:05 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5f93c91 - Enforce style.Makefile(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#d5f93c91</link>
        <description>Enforce style.Makefile(5).Glanced at by:	ru (some time ago).

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Fri, 22 Apr 2005 18:57:32 +0000</pubDate>
        <dc:creator>Tom Rhodes &lt;trhodes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>582ef25f - NOHTML -&gt; NO_HTML</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/gnu/lib/libdialog/Makefile#582ef25f</link>
        <description>NOHTML -&gt; NO_HTML

            List of files:
            /freebsd-14.2/gnu/lib/libdialog/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 12:05:11 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
