<?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>738919c0 - Remove groff from base</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#738919c0</link>
        <description>Remove groff from baseAll manpages in base are now compatible with mandoc(1), all roff documentationwill be relocated in the doc tree. man(1) can now use groff from the ports treeif it needs.Also remove checknr(1) and colcrt(1) which are only useful with groff.Approved by:	(no objections on the mailing lists)

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Wed, 07 Jun 2017 23:00:34 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48b1eba1 - Simplify gnu/usr.bin Makefile conditions</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#48b1eba1</link>
        <description>Simplify gnu/usr.bin Makefile conditionsAfter r307655 MK_GDB is forced to no if MK_BINUTILS is no, and similarlyMK_GROFF is forced to no if MK_CXX is no, so we can remove nestedconditionals.Reviewed by:	bapt, brooksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D8287

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Fri, 21 Apr 2017 13:39:14 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a17665bc - Replace again GNU diff with BSD diff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#a17665bc</link>
        <description>Replace again GNU diff with BSD diffAfter a firts failed attempt, BSD diff is now good enough to replaceGNU diff.Relnotes:	yes

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Thu, 20 Apr 2017 19:24:51 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c5ddcf8 - Temporary readd GNU diff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#2c5ddcf8</link>
        <description>Temporary readd GNU diffetcupdate requires --change-group-format it is not easy to implementin bsd diff so for now readd GNU diff

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Sun, 19 Mar 2017 17:19:59 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29e9c668 - Fix SUBDIR_DEPEND for gdb on binutils after r307659.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#29e9c668</link>
        <description>Fix SUBDIR_DEPEND for gdb on binutils after r307659.Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Wed, 15 Mar 2017 21:17:45 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bbe3f67 - Import diff from OpenBSD and remove GNU diff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#3bbe3f67</link>
        <description>Import diff from OpenBSD and remove GNU diffSome of the modifications from the previous summer of code has been integratedModification for compatibility with GNU diff output has been addedMain difference with OpenBSD:Implement multiple GNU diff options:* --ignore-file-name-case* --no-ignore-file-name-case* --normal* --tabsize* --strip-trailing-crMake diff -p compatible with GNU diffImplement diff -lMake diff -r compatible with GNU diffCapsicumize diffing 2 regular filesAdd a simple test suiteApproved by:	AsiaBSDcon devsummitObtained from:	OpenBSD, GSoCRelnotes:	yes

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 05:01:29 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71e30a31 - Remove trailing whitespace from r307674</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#71e30a31</link>
        <description>Remove trailing whitespace from r307674

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Thu, 20 Oct 2016 15:12:06 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94ff3d03 - Add knobs to make GNU diff and GNU grep optional</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#94ff3d03</link>
        <description>Add knobs to make GNU diff and GNU grep optionalThis is added to facilitate experiments building FreeBSD withoutcopyleft software.If WITHOUT_GNU_DIFF is set no /usr/bin/diff or /usr/bin/diff3 willbe built.If WITHOUT_GNU_GREP is set then BSD grep will be installed as/usr/bin/bsdgrep or /usr/bin/grep, depending on the WITH_BSD_GREPknob.Reviewed by:	brooks (earlier)Sponsored by:	The FreeBSD FoundationDifferential Revision:	Differential Revision: https://reviews.freebsd.org/D8288

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Thu, 20 Oct 2016 14:48:57 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba2cde94 - Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#ba2cde94</link>
        <description>Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Wed, 19 Oct 2016 21:25:59 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0135a1e - Remove GNU rcs from base.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#a0135a1e</link>
        <description>Remove GNU rcs from base.GNU rcs is still available as a package:- rcs: Latest GPLv3 GNU rcs version.- rcs57: Copy of the latest version of GNU rcs (GPLv2) from base.Relnotes:	yes

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Sat, 15 Oct 2016 12:07:37 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f987297f - Add a WITHOUT_DIALOG src.conf(5) knob</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#f987297f</link>
        <description>Add a WITHOUT_DIALOG src.conf(5) knobIt also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup).Reviewed by:	dteskeSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D7969

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Tue, 27 Sep 2016 18:08:38 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13b5b548 - import sdiff(1) from GSoC 2012</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#13b5b548</link>
        <description>import sdiff(1) from GSoC 2012Import sdiff(1) from the diff version written by Raymond Lai,improved during GSoC 2012 by Jesse Hagewood.Compared to the version done in during that summer of code:- Remove the zlib frontend: zsdiff- Compatible output (column size and separators) with GNU sdiffCompared to GNU sdiff in ports:- The only difference is padding using spaces vs tabsCompared to OpenBSD and NetBSD import:- Implement missing options (including long options) from GNU sdiff- Improved support for the edition mode (signal handling)- Output visually compatible with GNU sdiff: size of columnsWhile here import regression tests from NetBSD adapted to fit the output asexpected by GNU sdiffReviewed by:	emaste (in part)Obtained from:	OpenBSD, NetBSD, GSoC 2012Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D5981Differential Revision:	https://reviews.freebsd.org/D6032 (diff with NetBSD version)Differential Revision:	https://reviews.freebsd.org/D6033 (diff with OpenBSD version)

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Fri, 29 Apr 2016 23:27:15 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cab0e8ff - - Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes},</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#cab0e8ff</link>
        <description>- Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes},  fixing parallel builds.- Don&apos;t build gdb/gdbtui/kgdb or libreadline when MK_BINUTILS is &quot;no&quot; for  obvious reasons.MFC after:	3 days

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Sun, 19 Jul 2015 00:38:19 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d281361 - Remove GNU texinfo from base along with all info pages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#2d281361</link>
        <description>Remove GNU texinfo from base along with all info pages.To be able to info pages consider installing texinfo from ports print/texinfo orvia pkg: pkg install texinfoDifferential Revision:	https://reviews.freebsd.org/D1409Reviewed by:	emaste, imp (previous version)Relnotes:	yes

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Fri, 02 Jan 2015 18:45:03 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ddd96d23 - Build gperf only if we&apos;re using g++ (not clang++)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#ddd96d23</link>
        <description>Build gperf only if we&apos;re using g++ (not clang++)gperf is used as a build tool for g++ and is not needed for Clangarchitectures. Ports and third-party software that need it can use theup-to-date devel/gperf port.PR:		194103 (exp-run)Reviewed by:	baptSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D886

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Thu, 09 Oct 2014 23:05:31 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c67bc4db - Remove send-pr, the supported interface to submit bugs is now via</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#c67bc4db</link>
        <description>Remove send-pr, the supported interface to submit bugs is now viahttps://bugs.freebsd.org/submit/Removing send-pr also removes one more piece of non-BSD-licensed software.Hat:		bugmeisterMFC after:	3 days

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Sat, 14 Jun 2014 20:36:32 +0000</pubDate>
        <dc:creator>Gavin Atkinson &lt;gavin@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-12.1/gnu/usr.bin/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-12.1/gnu/usr.bin/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>38f0b757 - Add placeholder Kyuafiles for various top-level hierarchies.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#38f0b757</link>
        <description>Add placeholder Kyuafiles for various top-level hierarchies.This change adds tests/ directories in the source tree to create varioussubdirectories in /usr/tests/ and to install placeholder Kyuafiles forthem.the relevant hierarchies are: cddl, etc, games, gnu and secure.The reason for this is to simplify the addition of new test programs forutilities or libraries under any of these directories.  Doing so on acase by case basis is unnecessary and is quite an obscure process.

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Mon, 21 Apr 2014 21:39:25 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32a632c4 - Enable parallel building for gnu/usr.bin and usr.bin/clang too.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#32a632c4</link>
        <description>Enable parallel building for gnu/usr.bin and usr.bin/clang too.MFC after:	2 weeksX-MFC-With:	r263778

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Thu, 27 Mar 2014 20:15:33 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9fc60be - Revert r256095, r256120 (partial), r256121:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/Makefile#c9fc60be</link>
        <description>Revert r256095, r256120 (partial), r256121:r256095: - Add gnu/usr.bin/rcs back to the base system.r256120: - Add WITHOUT_RCS back to src.conf.5.r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal.Requested by:	manyApproved by:	re (marius)Discussed with:	core

            List of files:
            /freebsd-12.1/gnu/usr.bin/Makefile</description>
        <pubDate>Wed, 09 Oct 2013 17:07:20 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
