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

            List of files:
            /freebsd-14.2/lib/ncurses/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>396851c2 - ncurses: split libtinfo from libncurses</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#396851c2</link>
        <description>ncurses: split libtinfo from libncursesmany external program expects libncurses to not be provided as a singlelibrary. Instead of fixing all ports, distribute ncurses the wayupstream distributes itTurn libncursesw.so into a ldscript which will link automatically asneeded to libtinfow so so this change is seamless at compile time.Differential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 01:49:51 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>821aa63a - ncurses: only keep the version with widechar support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#821aa63a</link>
        <description>ncurses: only keep the version with widechar supportOnly keep the widechar version of ncurses as libncursesw.so.9Keep the old name to avoid breaking the ABI compatibility (the nonwidechar version libncurses.so.9 is not binary compatible withlibncursesw.so.9) since all ports and base are already only linkingagainst the widechar version we can simply remove libncurses.so.9Since the .9 version only lived in the dev branch and never ended in arelease, it is simply removed and not added to any binary compatpackage.Add symlinks to keep build time compatibility for anyone linking against-lncurses

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Mon, 04 Jan 2021 16:29:40 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bc0e66d4 - Parallelize building lib/ncurses</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#bc0e66d4</link>
        <description>Parallelize building lib/ncursesMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D1353

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Sat, 27 Dec 2014 21:11:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>525e2a83 - Revert r261296.  This removes the WITHOUT_NCURSESW option.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#525e2a83</link>
        <description>Revert r261296.  This removes the WITHOUT_NCURSESW option.It was the wrong direction.  We will instead remove use of thenon-wide-character supporting libncurses.

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Thu, 15 May 2014 16:44:25 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38e23337 - Merge from CheriBSD:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#38e23337</link>
        <description>Merge from CheriBSD:commit c1acf022c533c5ae27e0cd556977eafe3f5959ebAuthor: Brooks Davis &lt;brooks@one-eyed-alien.net&gt;Date:   Fri Jan 17 21:46:44 2014 +0000    Add an option WITHOUT_NCURSESW to suppress building and linking to    libncursesw.  While wide character support it useful we&apos;d like to    only need one ncurses library on embedded systems.MFC after:	4 weeksSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Thu, 30 Jan 2014 21:08:36 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31b4134f - Enable ncurses wide character support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#31b4134f</link>
        <description>Enable ncurses wide character supportApproved by:	delphij (mentor)Tested by:	kris on pointyhat (early version), current@

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Fri, 09 Mar 2007 12:11:58 +0000</pubDate>
        <dc:creator>Rong-En Fan &lt;rafan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f737c0d5 - Introduce new ncurses build glues which are part of ncurses 5.6 update.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/ncurses/Makefile#f737c0d5</link>
        <description>Introduce new ncurses build glues which are part of ncurses 5.6 update.Approved by:	delphijInspired by:	DragonFly&apos;s and lib/bind

            List of files:
            /freebsd-14.2/lib/ncurses/Makefile</description>
        <pubDate>Sat, 20 Jan 2007 07:46:45 +0000</pubDate>
        <dc:creator>Rong-En Fan &lt;rafan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
