<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/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:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: 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:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +0000</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://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/bintrans/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>83e8c2317846dd0c889fb784a11f94f98b982062 - bintrans: replace the quoted printable encoder/decoder</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#83e8c2317846dd0c889fb784a11f94f98b982062</link>
        <description>bintrans: replace the quoted printable encoder/decoderReplace the quoted printable code with one that respects RFC2045Add tests about this parsers and encoders, using examples from thewikipedia page.Reviewed by:	pstefDifferential Revision: https://reviews.freebsd.org/D36314

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Tue, 23 Aug 2022 15:45:11 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aad4fd5495895bf1aa501037bb1e5df4e116a018 - Add a quoted-printable encoder/decoder</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#aad4fd5495895bf1aa501037bb1e5df4e116a018</link>
        <description>Add a quoted-printable encoder/decoderAs an example:printf &apos;We don=27t know what to do with other=20worlds.=0D=0A&apos; \| bintrans qp -uDifferential Revision:	https://reviews.freebsd.org/D34933Reviewed by:	debdrup (manpage)

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Fri, 15 Apr 2022 13:25:30 +0000</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>540a99289bb142cba89891d715f6ac3e1f7c7cb1 - Add the base64 command using b64encode and b64decode</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#540a99289bb142cba89891d715f6ac3e1f7c7cb1</link>
        <description>Add the base64 command using b64encode and b64decodeVarious scripts expect the base64 command to be present. We&apos;ve had thecode and it&apos;s been exposed as b64encode/b64decode, but it wasn&apos;t widelyknown under these names and the syntax is much different.Reviewed by:	delphijDifferential Revision:	https://reviews.freebsd.org/D32945

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Thu, 07 Apr 2022 12:27:45 +0000</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47bcbde91dea630d4996b1a7b2c33925fe8d5b5b - bintrans: move files to a new directory</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#47bcbde91dea630d4996b1a7b2c33925fe8d5b5b</link>
        <description>bintrans: move files to a new directoryAnd reflect the change in various places.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Sun, 17 Apr 2022 09:04:08 +0000</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cd4841a2773d3674151f4acef0a1bf05212c87d - Modularize uuencode and uudecode by wrapping them in bintrans.c</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#4cd4841a2773d3674151f4acef0a1bf05212c87d</link>
        <description>Modularize uuencode and uudecode by wrapping them in bintrans.cThe program will be installed as bintrans, uuencode, uudecode,b64encode, and b64decode and will be responsible for running the codersaccording to their historical behavior.Additionally, bintrans will be able to take a parameter designatingthe coder and accept all its options in this form:bintrans &lt;coder&gt; [options]and the behavior should be the same as if&lt;coder&gt; [options]was invoked.This has the advantage that adding coders won&apos;t require installing themas binaries.Move uudecode files to uuencode since the latter is the one thatprovides the manual page.Reviewed by:	delphij (previous version)Differential Revision:	https://reviews.freebsd.org/D32943

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Tue, 05 Apr 2022 19:21:16 +0000</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a693d77c1dc2491a62124471361eddd8e - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#d511b20a693d77c1dc2491a62124471361eddd8e</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699f819a81d8e34d471225143ffeb321855 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#4b330699f819a81d8e34d471225143ffeb321855</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052 - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /src/usr.bin/bintrans/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>3a92d97ff0f22d21608e1c19b83104c4937523b6 - Migrate most of tools/regression/usr.bin/ to the new tests layout.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#3a92d97ff0f22d21608e1c19b83104c4937523b6</link>
        <description>Migrate most of tools/regression/usr.bin/ to the new tests layout.I&apos;m starting with the easy cases.  The leftovers need to be looked at abit more closely.Note that this change _does_ modify the code of the old tests.  This isrequired in order to allow the code to locate the data files in thesource directory instead of the current directory, because Kyuaautomatically changes the latter to a temporary directory.Also note that at least one test is known to be broken here.  Actually,the test is not really broken: it&apos;s marked as a TODO but unfortunatelyKyua&apos;s TAP parser currently does not understand that.  Will have to befixed separately.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Sun, 16 Mar 2014 08:04:06 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da96b4498519f66f3f5fe72d1474bf13f7d - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#b7946da96b4498519f66f3f5fe72d1474bf13f7d</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d784a077e468c4738bd61bd5515280cf33052760 - Fix a late-night buglet in MLINKS ordering.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#d784a077e468c4738bd61bd5515280cf33052760</link>
        <description>Fix a late-night buglet in MLINKS ordering.Submitted by:	Szilveszter Adam &lt;sziszi@bsd.hu&gt;

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Sun, 19 May 2002 20:39:42 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09bf07df21ab7f01ad523978e302b9d26a69530d - Add b64decode &amp; b64encode as synonyms for uudecode and uuencode -m,</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#09bf07df21ab7f01ad523978e302b9d26a69530d</link>
        <description>Add b64decode &amp; b64encode as synonyms for uudecode and uuencode -m,respectively, for convenience when encoding or decoding base64 files.As requested by various users.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Sun, 19 May 2002 11:17:17 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3cd5f68282a4d2e145aaeac93ee97d69fb6a4ac6 - Bump WARNS to 4.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#3cd5f68282a4d2e145aaeac93ee97d69fb6a4ac6</link>
        <description>Bump WARNS to 4.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Sat, 20 Apr 2002 00:20:54 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49601c43279a937bf51fb5c17cf24bda1dbc512a - WARNS=2 is to become the default, so remove it from here.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#49601c43279a937bf51fb5c17cf24bda1dbc512a</link>
        <description>WARNS=2 is to become the default, so remove it from here.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Tue, 11 Dec 2001 23:14:43 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d6d31cb79c4c3396e36eaaa66a0eb1c08b47a3e - Satisfy gcc&apos;s parenthetical needs and clamp down with WANRS=2.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#7d6d31cb79c4c3396e36eaaa66a0eb1c08b47a3e</link>
        <description>Satisfy gcc&apos;s parenthetical needs and clamp down with WANRS=2.Reviewed by:	md5(1)

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Sun, 17 Jun 2001 06:22:30 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc12be52584a604d0444341077b89a56d670609f - MAN[1-9] -&gt; MAN.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#dc12be52584a604d0444341077b89a56d670609f</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Tue, 27 Mar 2001 10:52:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b35bdc400c79dfa100f3f9da0489f9c9e413eeca - More merry makefile munging for man page compatability.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/bintrans/Makefile#b35bdc400c79dfa100f3f9da0489f9c9e413eeca</link>
        <description>More merry makefile munging for man page compatability.

            List of files:
            /src/usr.bin/bintrans/Makefile</description>
        <pubDate>Fri, 05 Aug 1994 19:00:04 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
