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

            List of files:
            /freebsd-14.2/usr.bin/patch/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>b2752497 - patch(1): add some basic tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#b2752497</link>
        <description>patch(1): add some basic testsSummary:- basic: test application of patches created by diff -u at the  beginning/middle/end of file, which have differing amounts of context  before and after chunks being added- limited_ctx: stems from PR 74127 in which a rogue line was getting added  when the patch should have been rejected. Similar behavior was  reproducible with larger contexts near the beginning/end of a file. See  r326084 for details- file_creation: patch sourced from /dev/null should create the file- file_nodupe: said patch sourced from /dev/null shouldn&apos;t dupe the contents  when re-applied (personal vendetta, WIP, see comment)- file_removal: this follows from nodupe; the reverse of a patch sourced  from /dev/null is most naturally deleting the file, as is expected based  on GNU patch behavior (WIP)

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 03:16:14 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b97b388 - Drop build option switch for the older GNU patch.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#4b97b388</link>
        <description>Drop build option switch for the older GNU patch.As promised, drop the option to make the older GNU patchthe default.GNU patch is still being built but something drastic mayhappen to it to it before Release.

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Thu, 29 Aug 2013 00:38:24 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21244d52 - Make the BSD-licensed patch the default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#21244d52</link>
        <description>Make the BSD-licensed patch the default.The BSD-licensed patch(1) command has matured and it&apos;s behaviourcan be considered equivalent to the older version of GNU patchin the tree.The switch has been extensively tested [1] and only two portspresented regressions, which have since been fixed.For convenience a new WITH_GNU_PATCH option is available,but it will likely be removed in the near future.PR:		176313Approved by:	portmgr

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Fri, 26 Jul 2013 21:25:18 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e56ef7d3 - - Refresh code with latest OpenBSD revisions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#e56ef7d3</link>
        <description>- Refresh code with latest OpenBSD revisions. - Remove $DragonFly$ tags as they are using git nowadays and VCS tags will   not help merging. - Other changes to Copyright headers to make them consistent with other   source code, we intend to fork from this point.Reviewed by:	pfg

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Tue, 29 Jan 2013 20:05:16 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2dd076b8 - - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#2dd076b8</link>
        <description>- Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from  DragonflyBSD and install it as bsdpatch.  WITH_BSD_PATCH makes it  default and installs GNU patch as gnupatch.Submitted by:	pfgObtained from:	The DragonflyBSD Project

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Tue, 29 Jan 2013 17:03:18 +0000</pubDate>
        <dc:creator>Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9c7144e - Import of a BSD-licensed version of `patch&apos;, which will  eventually</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#a9c7144e</link>
        <description>Import of a BSD-licensed version of `patch&apos;, which will  eventuallyreplace the version we currently have in src/gnu/usr.bin/patch/.Among other things, this version includes a --posix option for strictPOSIX conformance.This version is the current source from OpenBSD as of today.  It istheir 3.5-release, plus a few updates to patch.c and pch.c that theymade about three weeks ago.

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Sun, 01 Aug 2004 20:45:54 +0000</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c44252b6 - Finish importing Lite2&apos;s src/usr.bin, except for ex, diff, grep, mail,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#c44252b6</link>
        <description>Finish importing Lite2&apos;s src/usr.bin, except for ex, diff, grep, mail,pascal and vmstat.sparc.  All changed files on the vendor branch shouldalready have been imported.

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Sun, 06 Jul 1997 06:54:14 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d902 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/patch/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd-14.2/usr.bin/patch/Makefile</description>
        <pubDate>Fri, 27 May 1994 12:33:43 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
