<?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>612c330d - Use a script wrapper for &lt;compress&gt;grep</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#612c330d</link>
        <description>Use a script wrapper for &lt;compress&gt;grepImport the wrapper script from zstdgrep (written by wiz@netbsd.org)Modify it to support more than just zstd (adding support for gzip,lzma, xz and bzip2)Write a simple manpage dedicated for it.Only use that new wrapper both for gnu grep and bsd grepNext step will be removing code related to compression format from bsdgrepReviewed by:	kevansApproved by:	kevansMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D15193

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Wed, 25 Apr 2018 13:23:58 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c99b67a7 - Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#c99b67a7</link>
        <description>Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Since buildenv exports SYSROOT all of these uses will now look inWORLDTMP by default.sys/boot/efi/loader/Makefile        A LIBSTAND hack is no longer required for buildenv.MFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Mon, 19 Jun 2017 20:47:24 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a37b5fc - Add a ${CP} alias for copying files in the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#7a37b5fc</link>
        <description>Add a ${CP} alias for copying files in the build.Some users build FreeBSD as non-root in Perforce workspaces.  By default,Perforce sets files read-only unless they&apos;re explicitly being edited.As a result, the -f argument must be used to cp in order to override theread-only flag when copying source files to object directories.  Bare use of&apos;cp&apos; should be avoided in the future.Update all current users of &apos;cp&apos; in the src tree.Reviewed by:	emasteMFC after:	1 weekSponsored by:	Spectra Logic

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Fri, 16 Jan 2015 21:39:08 +0000</pubDate>
        <dc:creator>Will Andrews &lt;will@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/grep/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/grep/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>ee5a34ec - Convert to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#ee5a34ec</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 21:18:18 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4295fc3d - Add gnugrep.1 to CLEANFILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#4295fc3d</link>
        <description>Add gnugrep.1 to CLEANFILES.MFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Tue, 26 Aug 2014 19:36:34 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@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/grep/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/grep/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>ee852b9c - Adjust CFLAGS to pick up correct regex.h and posix/regex.h.  Note this</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#ee852b9c</link>
        <description>Adjust CFLAGS to pick up correct regex.h and posix/regex.h.  Note thisactually reverts r250860 and r250861.Reported by:	gjb, tinderbox

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Thu, 06 Jun 2013 11:59:38 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1e98bc9 - Connect libgnuregex 2.17 to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#a1e98bc9</link>
        <description>Connect libgnuregex 2.17 to the build.

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Wed, 05 Jun 2013 21:31:06 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bed3a130 - Don&apos;t look for headers outside of the source or object directories. In</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#bed3a130</link>
        <description>Don&apos;t look for headers outside of the source or object directories. Inparticular, don&apos;t use DESTDIR. Such creates an unnecessary dependencyon the build machine.Obtained from:  Juniper Networks, Inc.

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Tue, 21 May 2013 17:30:27 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a23d1c70 - Build and install a BSD licensed grep.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#a23d1c70</link>
        <description>Build and install a BSD licensed grep.If WITH_BSD_GREP is not set, it will be &apos;bsdgrep&apos; and GNUgrep will be&apos;[ef]grep&apos;.  Otherwise, BSD-grep will be the grep family, and GNUgrepwill be &apos;gnugrep&apos;.Discussed with: brooks

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Wed, 25 May 2011 01:04:12 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19b0d58f - Update for grep 2.5.1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#19b0d58f</link>
        <description>Update for grep 2.5.1.

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Sun, 04 Jul 2004 10:05:37 +0000</pubDate>
        <dc:creator>Tim J. Robbins &lt;tjr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0416b750 - Merge conflicts, upgrade</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#0416b750</link>
        <description>Merge conflicts, upgrade

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Mon, 01 Mar 2004 08:37:20 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49b4df9a - Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#49b4df9a</link>
        <description>Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Tue, 17 Feb 2004 05:38:45 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90fc3504 - 1) Remove files no longer needed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#90fc3504</link>
        <description>1) Remove files no longer needed.2) Switch back to regex.h

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Mon, 16 Feb 2004 22:43:05 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47d7e8a9 - Fixed style of DPADD and LDADD assignments as per style.Makefile(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#47d7e8a9</link>
        <description>Fixed style of DPADD and LDADD assignments as per style.Makefile(5).

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Thu, 05 Feb 2004 22:44:25 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>597e16e0 - We HAVE_STPCPY now.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#597e16e0</link>
        <description>We HAVE_STPCPY now.

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Sun, 20 Oct 2002 07:50:20 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>089f14a2 - Create bzgrep.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#089f14a2</link>
        <description>Create bzgrep.

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Mon, 16 Sep 2002 04:27:29 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9746255 - Back out previous revision because someone upgraded our</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#c9746255</link>
        <description>Back out previous revision because someone upgraded ourtexinfo system to one that understands &quot;command{foo}&quot;.

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Tue, 18 Jan 2000 09:52:00 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca14eaae - Turn off GNU Info docs until someone upgrades our texinfo system to one</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/grep/Makefile#ca14eaae</link>
        <description>Turn off GNU Info docs until someone upgrades our texinfo system to onethat understands &quot;command{foo}&quot;.

            List of files:
            /freebsd-12.1/gnu/usr.bin/grep/Makefile</description>
        <pubDate>Tue, 04 Jan 2000 03:27:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
