<?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>8a8f2ebd2d3e09cfc057b5ba6ced2fd3151cfb0f - ncurses: Move termcap and tabset to ncurses-lib</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Thu, 06 Nov 2025 15:29:56 +0100</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97759ccc715c4b365432c16d763c50eecfcb1100 - share: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</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://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/share/termcap/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>3078531de10dcae44b253a35125c949ff4235284 - Fix mergemaster(8) breakage in the 6ad780caa.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Tue, 13 Sep 2022 22:36:22 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Fri, 19 Aug 2022 09:00:27 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Tue, 07 Apr 2020 04:46:22 +0200</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>051669e8bbcdcd1f9702ded5ca8540c14dfa1c33 - Merge ^/head r356931 through r357118.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#051669e8bbcdcd1f9702ded5ca8540c14dfa1c33</link>
        <description>Merge ^/head r356931 through r357118.

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Sat, 25 Jan 2020 15:46:52 +0100</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Wed, 22 Jan 2020 19:55:36 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 21:58:46 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 16:13:08 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</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://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#6a42f8ddf59e5e289de186e42fc3a22de2c390b6</link>
        <description>pkgbase: Move termcap.small to share/termcapReviewed by:	bapt

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Wed, 22 May 2019 09:22:34 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f59e535254858e83ac6c7193a5fcc088f6cb332b - Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, since it is</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#f59e535254858e83ac6c7193a5fcc088f6cb332b</link>
        <description>Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, since it isthe most common usage.Approved by:	bapt (mentor)

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Thu, 28 Jun 2018 15:48:59 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e164c6986e9f67128168a067b43e37bdc62a1f8 - Revert r314833 until the problem with INSTALL_RSYMLINKS can be found</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#3e164c6986e9f67128168a067b43e37bdc62a1f8</link>
        <description>Revert r314833 until the problem with INSTALL_RSYMLINKS can be foundas it appears to break arm release builds.PR:		217705Reported by:	cyclaero@gmail.comApproved by:	grehan (mentor) implict as reverting

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 01:37:45 +0100</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31b3746d273d14d8cdb28837847f8b867d - Convert absolute links to relative links.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#ce9f2d31b3746d273d14d8cdb28837847f8b867d</link>
        <description>Convert absolute links to relative links.Style.Makefile(9) has been ignored to produce minimal diffs.Approved by:	grehan (mentor)MFC after:	1 week

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 06:10:38 +0100</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c43c26fe0c128dfafbb1b2207912494493d2dd7 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#6c43c26fe0c128dfafbb1b2207912494493d2dd7</link>
        <description>Catch up with head.

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 20:32:51 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9f9ec2435e0d551a64100b2ad18213b9add15bd - Replace ln -s calls with INSTALL_SYMLINK</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#a9f9ec2435e0d551a64100b2ad18213b9add15bd</link>
        <description>Replace ln -s calls with INSTALL_SYMLINKSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/share/termcap/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 04:17:14 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/termcap/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/share/termcap/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>
</channel>
</rss>
