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

            List of files:
            /freebsd-14.2/tools/bsdbox/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>c0f94ccb - bsdbox: remove previously broken telnet(d) support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#c0f94ccb</link>
        <description>bsdbox: remove previously broken telnet(d) supportSupport for telnet(d) was commented out some time ago.  Remove now thattelnetd is gone.Reviewed by:	imp, delphij, emasteMFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D36782

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Thu, 29 Sep 2022 16:54:32 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b3286c1 - bsdbox: fix build after recent libifconfig changes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#7b3286c1</link>
        <description>bsdbox: fix build after recent libifconfig changeslibifconfig now generates file(s) into its .OBJDIR that are essential to thebuild. Make sure we -I that in, like we already do in the ^/rescue build.

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Mon, 21 Sep 2020 19:50:39 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ce22b06 - bsdbox: remove useless linking against libl</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#2ce22b06</link>
        <description>bsdbox: remove useless linking against liblAll is good without it; just remove it.Requested by:	bapt

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Mon, 23 Mar 2020 14:53:55 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5fead429 - Avoid referencing private lib names directly.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#5fead429</link>
        <description>Avoid referencing private lib names directly.Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Fri, 10 Nov 2017 07:53:02 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>066b9ae5 - [bsdbox] fix compilation due to library work.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#066b9ae5</link>
        <description>[bsdbox] fix compilation due to library work.

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Thu, 09 Nov 2017 01:41:00 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af1d9152 - Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox.  This will allow the picostation</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#af1d9152</link>
        <description>Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox.  This will allow the picostationbuild to work again.Reviewed by:	adrian

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Mon, 08 Dec 2014 17:14:01 +0000</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf7758 - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#3bdf7758</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:21:56 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c284d93 - Remove IPX support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#2c284d93</link>
        <description>Remove IPX support.IPX was a network transport protocol in Novell&apos;s NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998. Later, in this century the Novell OpenEnterprise Server became successor of Novell NetWare. The last releasethat claimed to still support IPX was OES 2 in 2007. Routing equipmentvendors (e.g. Cisco) discontinued support for IPX in 2011.Thus, IPX won&apos;t be supported in FreeBSD 11.0-RELEASE.

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 02:58:48 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e44d68c8 - Disable building textproc for now, it doesn&apos;t fit on my 4MB flash</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#e44d68c8</link>
        <description>Disable building textproc for now, it doesn&apos;t fit on my 4MB flashpartition.Add -lcrypt as a dynamic target.

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Wed, 29 Aug 2012 22:54:27 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b1dcfcd - Import the first cut of &quot;bsdbox&quot;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/bsdbox/Makefile#6b1dcfcd</link>
        <description>Import the first cut of &quot;bsdbox&quot;.This uses the existing crunchgen infrastructure to builda series of tools designed to replace the base and networkingtools on an embedded system.It reuses &apos;bsd.crunchgen.mk&apos; to drive the actual filecreation. The rescue build system also uses this.Unlike busybox, it doesn&apos;t include its own source - instead,it just builds from the sources in /usr/src/ and leveragesthe existing BSD framework.Thie is still quite messy and could do with a whole lot ofcleaning up.   However it is proving to be very useful withmy current build framework, allowing me to build binary rootimages that are about 30% less than simply cherrypicking filesand libraries from an installworld.

            List of files:
            /freebsd-14.2/tools/bsdbox/Makefile</description>
        <pubDate>Fri, 06 Jan 2012 00:56:31 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
