<?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.sbin/mailwrapper/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.sbin/mailwrapper/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/mailwrapper/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>431b9b6692f543968dad2eca14420cf72ebb78e8 - pkgbase: Put sendmail example in the sendmail package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#431b9b6692f543968dad2eca14420cf72ebb78e8</link>
        <description>pkgbase: Put sendmail example in the sendmail packageReviewed by:	baptSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D38297

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 31 Jan 2023 16:15:11 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a67b925ff3e58b072a60b633e442ee1d33e47f7f - mail: make The Dragonfly Mail Agent (dma) the default mta.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#a67b925ff3e58b072a60b633e442ee1d33e47f7f</link>
        <description>mail: make The Dragonfly Mail Agent (dma) the default mta.dma accepts mail from a local Mail User Agent (MUA) and delivers itlocally or to a smarthost for delivery. dma does not accept inboundmail (i.e., it does not listen on port 25) and is not intended toprovide the same functionality as a full MTA like postfix or sendmail.It is intended for use cases such as delivering cron(8) mail. whichis the default configuration and usage of sendmail in the defaultsetup of the base system.In order to switch the default from sendmail to dma, we teachmailwrapper to fallback on dma directly if the mailer.conf file cannotbe opened.We install by default a mailer.conf file which points at dmaWe install a mailer.conf file for sendmail in the examples.Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D37035

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Thu, 13 Oct 2022 11:37:21 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3467e28f3d114f35bdfa87d6afd373f9d291dfb3 - mailwrapper: create mailwrapper symlinks for dma(8)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#3467e28f3d114f35bdfa87d6afd373f9d291dfb3</link>
        <description>mailwrapper: create mailwrapper symlinks for dma(8)The Dragonfy Mail Agent (dma) can be used with mailwrapper as areplacement for sendmail(8)Even if mailwrapper and sendmail are disabled from the build butdma is not create all the expect symlinks on mailwrapper and makemailwrapper a symlink to dma, the same way it was done before whenmailwrapper is disabled by sendmail was not.Discussed with:	emaste

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 18 Oct 2022 16:37:53 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70448a5414ad07e437bed167cdeea36319cce4bc - mailwrapper: switch mailer.conf to CONFS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#70448a5414ad07e437bed167cdeea36319cce4bc</link>
        <description>mailwrapper: switch mailer.conf to CONFSThis matches what was already being done in dma(8), and should again makethis merge with etcupdate/mergemaster.Reported by:	jhb

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Mon, 29 Jun 2020 20:06:00 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb99e93575e8f5df7345a0bdb7104ff46fdeec5c - pkgbase: resolve mailer.conf conflict WITHOUT_SENDMAIL</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#cb99e93575e8f5df7345a0bdb7104ff46fdeec5c</link>
        <description>pkgbase: resolve mailer.conf conflict WITHOUT_SENDMAILWhen WITHOUT_SENDMAIL is set, we end up with two different mailer.conf thatconflict, and hilarity ensues. There&apos;s currently three different places thatwe might install mailer.conf:- ^/etc/Makefile (package=runtime, contingent on MK_MAIL != no)- ^/libexec/dma/dmagent/Makefile (package=dma, contingent on MK_SENDMAIL !=no)- ^/usr.sbin/mailwrapper/Makefile (package=utilities, contingent onnot-installed)The mailwrapper installation will effectively never happen because the ^/etcone will first.This patch simplifies the whole situation; remove the ^/etc/Makefile versionand install it primarily in mailwrapper if MK_MAILWRAPPER != &quot;no&quot;. Thescenarios covered in mailwrapper are:- sendmail(8) is installed, dma(8) may or may not be installed- neither sendmail(8) nor dma(8) is installedIn the first scenario, sendmail(8) is dominant so we can go ahead andinstall the version in ^/etc/mail. In the unlisted scenario, sendmail(8) isnot installed but dma(8) is, we&apos;ll let ^/libexec/dma/dmagent do theinstallation. In the second listed scenario, we still want to install anexample mailer.conf so just install the base sendmail(8) version.Reviewed by:	baptMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D24924

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 02 Jun 2020 04:38:54 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b49587c3dd54aed8eb103d838a89ca79484a9b6 - Merge ^/head r327341 through r327623.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#4b49587c3dd54aed8eb103d838a89ca79484a9b6</link>
        <description>Merge ^/head r327341 through r327623.

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Sat, 06 Jan 2018 17:13:17 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b081eaa55b1eb7a457f7bf43be5997a1fef3ac0 - Revert r326844</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#8b081eaa55b1eb7a457f7bf43be5997a1fef3ac0</link>
        <description>Revert r326844There has been some fallout from the change. The change itself was not valueableenough to spend time investigating the corner cases, let&apos;s just back it out.Reported by:	flo

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 02 Jan 2018 17:50:57 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b37b09244c6fd9299bf5bea445ae61bc160f23df - Replace usage of fparselen(3) by a getline(3)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#b37b09244c6fd9299bf5bea445ae61bc160f23df</link>
        <description>Replace usage of fparselen(3) by a getline(3)This allow to remove the dependency on libutil

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Thu, 14 Dec 2017 09:57:37 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31b3746d273d14d8cdb28837847f8b867d - Convert absolute links to relative links.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#ce9f2d31b3746d273d14d8cdb28837847f8b867d</link>
        <description>Convert absolute links to relative links.Style.Makefile(9) has been ignored to produce minimal diffs.Approved by:	grehan (mentor)MFC after:	1 week

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 06:10:38 +0100</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64a0982bee3db2236df43357e70ce8dddbc21d48 - usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#64a0982bee3db2236df43357e70ce8dddbc21d48</link>
        <description>usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 12:38:03 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143eda5c775467145ac73e8ebec47afdd8f - Convert usr.sbin to LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#c6db8143eda5c775467145ac73e8ebec47afdd8f</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 17:57:27 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>414fdaf09dec0d34181d91254e83ecb1a8a360d9 - IFC @266473</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/mailwrapper/Makefile#414fdaf09dec0d34181d91254e83ecb1a8a360d9</link>
        <description>IFC @266473

            List of files:
            /freebsd/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Wed, 21 May 2014 22:30:52 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
