<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/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:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</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://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/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:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</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://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d20d6550187a95a78bb532909aad8ef7ac62be66 - calendar: remove all datafiles except freebsd one</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#d20d6550187a95a78bb532909aad8ef7ac62be66</link>
        <description>calendar: remove all datafiles except freebsd oneMove all the data files for the calendar(1) program, exceptcalendar.freebsd to the calendar-data package. When a filecan&apos;t be found, and /usr/local/share/calendar doesn&apos;t existprovide a helpful hint to install this package.Reviewed by: se@Differential Revision:  https://reviews.freebsd.org/D26926

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Mon, 26 Oct 2020 04:26:18 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd1efedc79e2d29a68478fd400a42d59f1b56c7b - Add extremely useful calendar(1) application to FreeBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#fd1efedc79e2d29a68478fd400a42d59f1b56c7b</link>
        <description>Add extremely useful calendar(1) application to FreeBSDIt does extremely useful things like execute sendmail and spew dubiouslyaccurate factoids.From the feedback, it seems like it is an essential utility in a modern unixand not at all a useless bikeshed.  How do those Linux people live without it?Reverts r358561.

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Tue, 03 Mar 2020 01:20:08 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61c1328eb016476ee7ff5ad65d8224bb43e572db - Merge ^/head r352105 through r352307.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#61c1328eb016476ee7ff5ad65d8224bb43e572db</link>
        <description>Merge ^/head r352105 through r352307.

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Fri, 13 Sep 2019 23:15:01 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e67975d3310fc8745e049a178fae4429b0f10fda - Fix &apos;calendar -a&apos; in several ways.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#e67975d3310fc8745e049a178fae4429b0f10fda</link>
        <description>Fix &apos;calendar -a&apos; in several ways.o Do not run any iconv() processing in -a. The locale of root user is not  what is desired by most of the users who receive their calendar mail.  Just assume that users store their calendars in a format that is readable  to them. This fixes regression from r344340.o fork() and setusercontext(LOGIN_SETALL) for every user. This makes LANG  set inside a calendar file mostly excessive, as we will pick up user&apos;s  login class LANG.o This also executes complex function cal() that parses user owned files  with appropriate user privileges.  Previously it was run with privileges dropped only temporary for execution  of cal(), and fully dropped only before invoking sendmail (see r22473).Reviewed by:	bapt (older version of patch)

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Tue, 10 Sep 2019 06:21:48 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b18078f267ba10cf14348bc333f2f81818f472 - MFhead@r344527</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#18b18078f267ba10cf14348bc333f2f81818f472</link>
        <description>MFhead@r344527

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Mon, 25 Feb 2019 19:00:14 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8fe8db49af4c10e35349ffff217caf3c3df7f72 - Merge ^/head r344178 through r344512.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#a8fe8db49af4c10e35349ffff217caf3c3df7f72</link>
        <description>Merge ^/head r344178 through r344512.

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Mon, 25 Feb 2019 12:59:29 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>adedf5ee31dfb93f5b5f535f12a3ee0b8a24e955 - calendar: use iconv to respect the output encoding</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#adedf5ee31dfb93f5b5f535f12a3ee0b8a24e955</link>
        <description>calendar: use iconv to respect the output encodingcalendar(1) can have input in various encoding, specifyingLANG=&lt;locale_name&gt; to enable calendar(1) to determine which one to use.The problem is the content of the calendar itself is exposed as is making itunreadable in many cases. For example french calendar which is encodedISO8859-1 is rendered badly in a fr_FR.UTF-8 environment.Using iconv allows to solve this issue.This will also allow to keep only 1 encoding in base for those files withoutbreaking user existing setupReported by:	manyMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D19221

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Wed, 20 Feb 2019 07:40:52 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e172d4c3f07f3e27f9dc234a959cd9db8f7fe3ff - Switch calendar installs to use FILES and SYMLINKS instead of bare install(1)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#e172d4c3f07f3e27f9dc234a959cd9db8f7fe3ff</link>
        <description>Switch calendar installs to use FILES and SYMLINKS instead of bare install(1)Also explicitly list each file to install so we don&apos;t silently add or misssome.Approved by:	bapt (mentor)

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Wed, 23 May 2018 18:28:31 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 13:56:47 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82baa8db5e9cd91f5bea24a2a4c06a4a409b786d - MFhead@r322515</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#82baa8db5e9cd91f5bea24a2a4c06a4a409b786d</link>
        <description>MFhead@r322515

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:28:49 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>188e46ab0332a7887da6f1eb5494d92076e3d31e - Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#188e46ab0332a7887da6f1eb5494d92076e3d31e</link>
        <description>Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`Non-tests/... changes:- Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration  and propagate the appropriate environment down to *.test.mk.tests/... changes:- Add appropriate support Makefile.inc&apos;s to set HAS_TESTS in a minimal manner,  since tests/... is a special subdirectory tree compared to the others.MFC after:	2 monthsMFC with:	r322511Reviewed by:	arch (silence), testing (silence)Differential Revision:	D12014

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:21:37 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0275f9dbf73b01e9478dc7d6ab5fab4f8e077448 - Merge ^/head r321383 through r322397.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#0275f9dbf73b01e9478dc7d6ab5fab4f8e077448</link>
        <description>Merge ^/head r321383 through r322397.

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Fri, 11 Aug 2017 12:59:34 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d59ead01d83460374ba0e7be8096b1a66d737efb - MFhead@r321970</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#d59ead01d83460374ba0e7be8096b1a66d737efb</link>
        <description>MFhead@r321970

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 07:30:11 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a693d77c1dc2491a62124471361eddd8e - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/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:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:50:42 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46b37aa2c4068c1a237b0a7e61b8c2f953b3708c - MFhead@r321912</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#46b37aa2c4068c1a237b0a7e61b8c2f953b3708c</link>
        <description>MFhead@r321912

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:38:36 +0200</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://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/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:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:35:51 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2b802ce707809349e00536a3a61edc13ff172e7 - Merge ^/head r303250 through r308226.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/calendar/Makefile#a2b802ce707809349e00536a3a61edc13ff172e7</link>
        <description>Merge ^/head r303250 through r308226.

            List of files:
            /freebsd/usr.bin/calendar/Makefile</description>
        <pubDate>Wed, 02 Nov 2016 20:18:24 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
