<?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>2f3069cd - pkgbase: make sendmail config files as config</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#2f3069cd</link>
        <description>pkgbase: make sendmail config files as config(cherry picked from commit 8c3a85eaeb0552569e81be43091a18b9e702cc41)

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Wed, 20 Mar 2024 15:44:35 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/etc/sendmail/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>24e1c3e1 - pkgbase: Add the correct package for sendmail configuration files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#24e1c3e1</link>
        <description>pkgbase: Add the correct package for sendmail configuration filesReviewed by:	baptMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D20606

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Wed, 12 Jun 2019 09:17:32 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64fe1b5e - Only create /var/log/sendmail.st if start sendmail.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#64fe1b5e</link>
        <description>Only create /var/log/sendmail.st if start sendmail.For those of us that never use or start sendmail, it is unneeded.Approved by:	bapt (mentor)

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Wed, 06 Jun 2018 01:51:05 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6dcff5b7 - Move /etc/ to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#6dcff5b7</link>
        <description>Move /etc/ to SRCTOPPrefer ${SRCTOP}/ to ${.CURDIR}/../ and ${.CURDIR}/../../ as appropriate.Differential Revision:  https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence On:		arch@ (twice)

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:55 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff446b05 - If world is built with a custom sendmail.cf, use it for the distribution</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#ff446b05</link>
        <description>If world is built with a custom sendmail.cf, use it for the distributiontarget.  This is the feeder for mergemaster / etcupdate.  This changemakes installworld/mergemaster/etcupdate behave the same regardless ofwhether SENDMAIL_MC or SENDMAIL_CF is used.If you use a custom SENDMAIL_MC/CF in make.conf and excluded it frommergemaster.rc/etcupdate.conf to work around the conflicts, you may wishto revert that or change it from &apos;ignore&apos; to &apos;always install&apos;.If you do not use a custom SENDMAIL_MC/CF, there should be no change inbehavior.

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 21:02:36 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1848069 - Remove build specific details from sendmail.cf/submit.cf in support of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#e1848069</link>
        <description>Remove build specific details from sendmail.cf/submit.cf in support ofhttps://wiki.freebsd.org/ReproducibleBuildsThe contrib/sendmail change will be made in the upstream source for afuture sendmail release.Reviewed by:	desMFC after:	3 days

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Tue, 27 Jan 2015 04:06:47 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bee2fe72 - Catch up with etc/Makefile,v 1.324 -- split &quot;install&quot; and &quot;distribution&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#bee2fe72</link>
        <description>Catch up with etc/Makefile,v 1.324 -- split &quot;install&quot; and &quot;distribution&quot;targets, have &quot;distribution&quot; always install original (as from the releasemedia) files, whether SENDMAIL_MC is set or not.  Do error handling themake(1) way.Reviewed by:	gshapiroApproved by:	gshapiro

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Thu, 22 Jan 2004 17:51:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f9b7c96 - Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc given</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#1f9b7c96</link>
        <description>Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc giventhe number of broken DNS servers out there in the world.  Since we arediverging from the sendmail.org submit.mc, it&apos;s time to make our ownfreebsd.submit.mc.PR:		conf/57733Reviewed by:	norkMFC after:	2 weeks

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Sun, 19 Oct 2003 00:03:13 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77e399e8 - Turn SENDMAIL_CF_DIR into an officially supported make.conf variable</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#77e399e8</link>
        <description>Turn SENDMAIL_CF_DIR into an officially supported make.conf variableand use it in src/etc/sendmail/Makefile in case the user wants to usea different path to the sendmail m4 sources (e.g., sendmail port users).Submitted by:	dinoexMFC after:	21 daysX-MFC after:	RELENG_4 code freeze ends

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Wed, 24 Sep 2003 04:19:26 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f92921dd - Build the submit.cf file instead of installing the version that ships</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#f92921dd</link>
        <description>Build the submit.cf file instead of installing the version that shipswith the vendor sendmail distribution.  By doing so, we avoid mergemasterwarnings after every &apos;make&apos; in /etc/mail/.Reported by:	Jeremy Chadwick &lt;koitsu@parodius.com&gt;MFC after:	3 daysX-MFC after:	and re approval

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Mon, 01 Sep 2003 03:40:33 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e85d47c - Revert revision 1.25 now that mergemaster does a &apos;make all&apos; to build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#3e85d47c</link>
        <description>Revert revision 1.25 now that mergemaster does a &apos;make all&apos; to buildthe required .cf file(s).Submitted by:	ruX-MFC after:	mergemaster MFC

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Sun, 10 Aug 2003 20:48:59 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cabd2d9 - Continue trying to build SENDMAIL_CF if the user uses SENDMAIL_CF</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#6cabd2d9</link>
        <description>Continue trying to build SENDMAIL_CF if the user uses SENDMAIL_CFinstead of SENDMAIL_MC but don&apos;t remove on it &apos;make clean&apos; as theuser may not have the original .mc file and removing it could bedangerous (e.g., make SENDMAIL_CF=/etc/mail/sendmail.cf clean).Noticed by:	peterMFC after:	3 days

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Thu, 10 Jul 2003 04:53:32 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d361b55e - Put back install/distribution dependency on the buildable .cf</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#d361b55e</link>
        <description>Put back install/distribution dependency on the buildable .cffiles to get mergemaster working again.Noticed by:	Shin-ichi YOSHIMOTO &lt;yosimoto@waishi.jp&gt;

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Mon, 07 Jul 2003 03:19:46 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50536c61 - Get rid of unneeded depend target</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#50536c61</link>
        <description>Get rid of unneeded depend targetSubmitted by:	ruMFC after:	5 days

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Sun, 06 Jul 2003 18:54:18 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>255bbde2 - - Prevent buildworld from trying to write to /etc/mail/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#255bbde2</link>
        <description>- Prevent buildworld from trying to write to /etc/mail/- Stop &apos;make clean&apos; from removing SENDMAIL_CF- install and distribute targets should not attempt to build anything- SENDMAIL_ADDITIONAL_CF were not installed in the distribution case- If SENDMAIL_SET_USER_ID was defined, submit.cf was needlessly installed  in the distribution case- Collapse install and distribution target into one to remove code  duplicationSubmitted by:	ruMFC after:	5 days

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Sun, 06 Jul 2003 18:51:10 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>043fc4cb - Style fixes: tab after a dependency operator should be a single space</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#043fc4cb</link>
        <description>Style fixes: tab after a dependency operator should be a single space             second level indent of tab should be four spacesSubmitted by:	ruMFC after:	3 days

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Sun, 06 Jul 2003 18:07:06 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2893b16 - Drop support for COPY, -c has been the default mode of install(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#d2893b16</link>
        <description>Drop support for COPY, -c has been the default mode of install(1)for a long time now.Approved by:	bde

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Mon, 29 Jul 2002 09:40:17 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b87f799 - s/${INSTALL} -c/${INSTALL} ${COPY}/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#0b87f799</link>
        <description>s/${INSTALL} -c/${INSTALL} ${COPY}/

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Thu, 18 Jul 2002 12:07:49 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>519c4f18 - Change the default permissions for the sendmail statistics file to 0640</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/etc/sendmail/Makefile#519c4f18</link>
        <description>Change the default permissions for the sendmail statistics file to 0640instead of 0644 to help protect users against a file locking localdenial of service.MFC after:	1 day		pending RE approval

            List of files:
            /freebsd-14.2/etc/sendmail/Makefile</description>
        <pubDate>Fri, 24 May 2002 01:44:53 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
