<?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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/vi/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>cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3 - ncurses: chase dependency changes in the source tree</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd/usr.bin/vi/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>6680e5a52f8abf059bbbd3e0be66d9dce476cdf9 - import nvi 2.2.0-3bbdfe4</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#6680e5a52f8abf059bbbd3e0be66d9dce476cdf9</link>
        <description>import nvi 2.2.0-3bbdfe4

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Fri, 21 May 2021 22:50:50 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>110d525ec6188f3c9dc4f54c4bc1cced2f7184cd - Update nvi to 2.2.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#110d525ec6188f3c9dc4f54c4bc1cced2f7184cd</link>
        <description>Update nvi to 2.2.0Main changes:* Vim-style expandtab option* Provides Turkish translation* Backspace now deletes \ rather than being escaped* T during motion commands is now VI-compatible* Encoding related fixes, such as UTF-8 detection* Fixed a number of memory management issuesMFC after:	3 weeks

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Wed, 09 Sep 2020 10:38:47 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a63915c2d7ff177ce364488f86eff99949402051 - MFHead @r350386</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#a63915c2d7ff177ce364488f86eff99949402051</link>
        <description>MFHead @r350386Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/vi/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>fddfaafd65ee54c80cc92330e98b3e359e515e5a - Remove RELEASE_CRUNCH here</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#fddfaafd65ee54c80cc92330e98b3e359e515e5a</link>
        <description>Remove RELEASE_CRUNCH hereIf someone wants to subset, they can set MK_ICONV=no. We no longer use it forthe release.

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Fri, 19 Jul 2019 22:04:31 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fba2ebb8f86d4cbdc710c89a094572b08e - Adopt SRCTOP in usr.bin</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#a35f04fba2ebb8f86d4cbdc710c89a094572b08e</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 19:58:44 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/usr.bin/vi/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/usr.bin/vi/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>17f1329d94576b47ba3498ebdc26a56163d7f60e - Create a package for vi(1) and related files.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#17f1329d94576b47ba3498ebdc26a56163d7f60e</link>
        <description>Create a package for vi(1) and related files.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 17:47:50 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>416ba5c74546f32a993436a99516d35008e9f384 - Catch up with HEAD (r280229-r284686).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#416ba5c74546f32a993436a99516d35008e9f384</link>
        <description>Catch up with HEAD (r280229-r284686).

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Mon, 22 Jun 2015 02:05:22 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.bin/vi/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>7757a1b4dc60696d9a95137ee0a2accd4ee680f4 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#7757a1b4dc60696d9a95137ee0a2accd4ee680f4</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Sun, 03 May 2015 21:30:11 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7263c8c0998402e9860a0865013fbec4ece98cd4 - MFH: r280643-r281852</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#7263c8c0998402e9860a0865013fbec4ece98cd4</link>
        <description>MFH: r280643-r281852Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Wed, 22 Apr 2015 14:58:16 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c271fa9295c13b3cc926562c9b204fa597dba7e6 - Update nvi to 2.1.3 which fixes the data corruption when locale conversion</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#c271fa9295c13b3cc926562c9b204fa597dba7e6</link>
        <description>Update nvi to 2.1.3 which fixes the data corruption when locale conversionfailed

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Fri, 10 Apr 2015 19:50:28 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/vi/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/usr.bin/vi/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/vi/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>1955a4bf0e404c642b299f7758d628a60bc365bd - Push the build-tools logic down into Makefile.inc1 so it&apos;s localized all in</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#1955a4bf0e404c642b299f7758d628a60bc365bd</link>
        <description>Push the build-tools logic down into Makefile.inc1 so it&apos;s localized all inone spot, and the potential for installing to the wrong DESTDIR is lower

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Mon, 08 Dec 2014 07:33:49 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/usr.bin/vi/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>1d91a058227517c044eb839a749005a4bb982ce4 - share/termcap requires ex from usr.bin/vi in order to compile, and since usr.bin</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/vi/Makefile#1d91a058227517c044eb839a749005a4bb982ce4</link>
        <description>share/termcap requires ex from usr.bin/vi in order to compile, and since usr.bincomes after share in SUBDIR in Makefile.inc1, the build will fail when vi is notinstalled on the build hostRun build-tools for usr.bin/vi and install ex, etc to WORLDTMP to enable buildingshare/termcap on hosts that don&apos;t have nvi installed on them

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 02:53:27 +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/usr.bin/vi/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/usr.bin/vi/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
