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

            List of files:
            /freebsd-14.2/lib/libcalendar/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>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#daaf5759</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe70891a - Set WARNS=2 on libraries that compile cleanly with it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#fe70891a</link>
        <description>Set WARNS=2 on libraries that compile cleanly with it.Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Sun, 15 Jul 2001 06:46:02 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a558355 - MAN[1-9] -&gt; MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#4a558355</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Tue, 27 Mar 2001 17:27:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d05257b0 - Replace beforeinstall target with new variables used by .mk system.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#d05257b0</link>
        <description>Replace beforeinstall target with new variables used by .mk system.Reviewed by:	marcel, and make world

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Fri, 14 Jan 2000 07:57:47 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea24 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#7f3dea24</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4000696c - Added easterog() and easteroj() which compute orthodox easter for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#4000696c</link>
        <description>Added easterog() and easteroj() which compute orthodox easter forGregorian and Julian Calendar.Suggested by: Andrey

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Sun, 07 Dec 1997 19:04:14 +0000</pubDate>
        <dc:creator>Wolfgang Helbig &lt;helbig@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>306a501f - Provides date of easter and  other calendar related arithmetic.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcalendar/Makefile#306a501f</link>
        <description>Provides date of easter and  other calendar related arithmetic.

            List of files:
            /freebsd-14.2/lib/libcalendar/Makefile</description>
        <pubDate>Thu, 04 Dec 1997 10:41:49 +0000</pubDate>
        <dc:creator>Wolfgang Helbig &lt;helbig@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
