<?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>8a8f2ebd2d3e09cfc057b5ba6ced2fd3151cfb0f - ncurses: Move termcap and tabset to ncurses-lib</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#8a8f2ebd2d3e09cfc057b5ba6ced2fd3151cfb0f</link>
        <description>ncurses: Move termcap and tabset to ncurses-libtermcap and tabset are currently in runtime, but since ncurses is theonly thing which uses them, they belong in the ncurses package.curses without termcap is not very useful, so put them in the -libsubpackage rather than ncurses itself, so that installing ncurses-libprovides a working curses.This change moves files between packages so, until we have a properpolicy on how to handle this in release/stable branches, it shouldnot be MFC&apos;d.MFC after:	neverDiscussed with:	kevansReviewed by:	manu, kevansSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53610

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Thu, 06 Nov 2025 14:29:56 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@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/share/termcap/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/share/termcap/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>97759ccc715c4b365432c16d763c50eecfcb1100 - share: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#97759ccc715c4b365432c16d763c50eecfcb1100</link>
        <description>share: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +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/share/termcap/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/share/termcap/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>3078531de10dcae44b253a35125c949ff4235284 - Fix mergemaster(8) breakage in the 6ad780caa.</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#3078531de10dcae44b253a35125c949ff4235284</link>
        <description>Fix mergemaster(8) breakage in the 6ad780caa.Split out termcap.small generation into its own Makefile underetc/termcap, so it&apos;s properly executed by the underlying command:  make &apos;SUBDIR_OVERRIDE=etc&apos; everythingReported by:	gbeMFC after:	1 month

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Tue, 13 Sep 2022 20:36:22 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ad780caa2622954bc0195039efd64cc1eef8174 - Generate termcap.small automatically. This eliminates the</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#6ad780caa2622954bc0195039efd64cc1eef8174</link>
        <description>Generate termcap.small automatically. This eliminates theneed to do synchronization by hand when termcap is updated.Reviewed by:	uqs, bapt, impMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D36333

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Fri, 19 Aug 2022 07:00:27 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8b8edb25e1d97b1872f699d31b43633d60d76b8 - Normalize deployment tools usage and definitions by putting into one place</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#a8b8edb25e1d97b1872f699d31b43633d60d76b8</link>
        <description>Normalize deployment tools usage and definitions by putting into one placeinstead of sprinkling them out over many disjoint files. This is a follow-upto achieve the same goal in an incomplete rev.348521.Approved by:	impMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D20520

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Tue, 07 Apr 2020 02:46:22 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>051669e8bbcdcd1f9702ded5ca8540c14dfa1c33 - Merge ^/head r356931 through r357118.</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#051669e8bbcdcd1f9702ded5ca8540c14dfa1c33</link>
        <description>Merge ^/head r356931 through r357118.

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Sat, 25 Jan 2020 14:46:52 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cea7cfd20dce87735842d50ca37c2fed2f5b5638 - Tag etc/termcap with package=runtime</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#cea7cfd20dce87735842d50ca37c2fed2f5b5638</link>
        <description>Tag etc/termcap with package=runtime/etc/termcap is a symlink to /usr/share/misc/termcap, which is in theruntime package.  Tag the symlink with the same package so that it ishandled correctly on pkgbase-installed/updated systems.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Wed, 22 Jan 2020 18:55:36 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 19:58:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7b5a3d48640f3f5898b05328d71c2949b6b7098 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#a7b5a3d48640f3f5898b05328d71c2949b6b7098</link>
        <description>pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeAll of them are needed to be able to boot to single user and be ableto repair a existing FreeBSD installation so put them directly intoFreeBSD-runtime.Reviewed by:    bapt, gjbDifferential Revision:  https://reviews.freebsd.org/D21503

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:13:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a42f8ddf59e5e289de186e42fc3a22de2c390b6 - pkgbase: Move termcap.small to share/termcap</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#6a42f8ddf59e5e289de186e42fc3a22de2c390b6</link>
        <description>pkgbase: Move termcap.small to share/termcapReviewed by:	bapt

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Wed, 22 May 2019 07:22:34 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a8f2ebd2d3e09cfc057b5ba6ced2fd3151cfb0f - ncurses: Move termcap and tabset to ncurses-lib</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#8a8f2ebd2d3e09cfc057b5ba6ced2fd3151cfb0f</link>
        <description>ncurses: Move termcap and tabset to ncurses-libtermcap and tabset are currently in runtime, but since ncurses is theonly thing which uses them, they belong in the ncurses package.curses without termcap is not very useful, so put them in the -libsubpackage rather than ncurses itself, so that installing ncurses-libprovides a working curses.This change moves files between packages so, until we have a properpolicy on how to handle this in release/stable branches, it shouldnot be MFC&apos;d.MFC after:	neverDiscussed with:	kevansReviewed by:	manu, kevansSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53610

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Thu, 06 Nov 2025 14:29:56 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@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/share/termcap/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/share/termcap/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>97759ccc715c4b365432c16d763c50eecfcb1100 - share: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#97759ccc715c4b365432c16d763c50eecfcb1100</link>
        <description>share: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +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/share/termcap/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/share/termcap/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>3078531de10dcae44b253a35125c949ff4235284 - Fix mergemaster(8) breakage in the 6ad780caa.</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#3078531de10dcae44b253a35125c949ff4235284</link>
        <description>Fix mergemaster(8) breakage in the 6ad780caa.Split out termcap.small generation into its own Makefile underetc/termcap, so it&apos;s properly executed by the underlying command:  make &apos;SUBDIR_OVERRIDE=etc&apos; everythingReported by:	gbeMFC after:	1 month

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Tue, 13 Sep 2022 20:36:22 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ad780caa2622954bc0195039efd64cc1eef8174 - Generate termcap.small automatically. This eliminates the</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#6ad780caa2622954bc0195039efd64cc1eef8174</link>
        <description>Generate termcap.small automatically. This eliminates theneed to do synchronization by hand when termcap is updated.Reviewed by:	uqs, bapt, impMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D36333

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Fri, 19 Aug 2022 07:00:27 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8b8edb25e1d97b1872f699d31b43633d60d76b8 - Normalize deployment tools usage and definitions by putting into one place</title>
        <link>http://opengrok.net:8080/history/src/share/termcap/Makefile#a8b8edb25e1d97b1872f699d31b43633d60d76b8</link>
        <description>Normalize deployment tools usage and definitions by putting into one placeinstead of sprinkling them out over many disjoint files. This is a follow-upto achieve the same goal in an incomplete rev.348521.Approved by:	impMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D20520

            List of files:
            /src/share/termcap/Makefile</description>
        <pubDate>Tue, 07 Apr 2020 02:46:22 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
