<?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>8b081eaa - Revert r326844</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#8b081eaa</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-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 02 Jan 2018 16:50:57 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b37b0924 - Replace usage of fparselen(3) by a getline(3)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#b37b0924</link>
        <description>Replace usage of fparselen(3) by a getline(3)This allow to remove the dependency on libutil

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Thu, 14 Dec 2017 08:57:37 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31 - Convert absolute links to relative links.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#ce9f2d31</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-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 05:10:38 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64a0982b - usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#64a0982b</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-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:38:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/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>4f6fbcd5 - Create the /bin/rmail symlink (which mailers such as postfix</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#4f6fbcd5</link>
        <description>Create the /bin/rmail symlink (which mailers such as postfixand Exim can use).This is something I thought I committed MONTHS ago, but it appearsthat I fatfingered it and made a local commit.Pass the pointy hat, please.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 12 Oct 2010 21:01:26 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fe1b8c0 - Cleanups for mailwrapper(8):</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#8fe1b8c0</link>
        <description>Cleanups for mailwrapper(8): - K&amp;R -&gt; ANSI prototype [O] - Do not bother to do free right before exit() or execve() [O] - Remove some dead code in addarg() - Make additional parameters specified in mailer.conf(5)   actually work and document the fact. [N] - Avoid using __progname but instead use getprogname()   and setprogname() to provide more sensible messages. [O, N] - Update $OpenBSD$ and $NetBSD$ to reflect the fact that we   have sync&apos;ed with their code. - WARNS=6Obtained from/Inspired by:	OpenBSD [O], NetBSD [N] (partially)

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 06 Jun 2006 05:01:12 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d15979 - Replaced afterinstall: with FILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#a5d15979</link>
        <description>Replaced afterinstall: with FILES.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Mon, 18 Oct 2004 17:20:29 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef271e58 - Do not install SYMLINKS if both NO_MAILWRAPPER and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#ef271e58</link>
        <description>Do not install SYMLINKS if both NO_MAILWRAPPER andNO_SENDMAIL is defined.PR:		57058Reported by:	Henri Hennebert &lt;hlh@cocoon.cercle.be&gt;		Melvyn Sopacua on current@Submitted by:	ru@MFC after:	2 weeks

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Sat, 17 Jan 2004 23:58:23 +0000</pubDate>
        <dc:creator>Johan Karlsson &lt;johan@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-12.1/usr.sbin/mailwrapper/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-12.1/usr.sbin/mailwrapper/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>2632dac8 - If NO_MAILWRAPPER is set, and sendmail is still enabled, then install</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#2632dac8</link>
        <description>If NO_MAILWRAPPER is set, and sendmail is still enabled, then installa direct symlink to sendmail.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Wed, 24 Jul 2002 22:17:22 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bcd1d05 - Add the missing hoststat and purgestat commands.  These are normally</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#5bcd1d05</link>
        <description>Add the missing hoststat and purgestat commands.  These are normallysymlinks to the sendmail binary but in FreeBSD&apos;s case, they aresymlinks to mailwrapper.Submitted by:	tiscoMFC after:	4 days

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Fri, 05 Apr 2002 04:25:14 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#c73e22c3</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e61e4dd - Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel.  This</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#0e61e4dd</link>
        <description>Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel.  Thislets unprivileged installworld: almost work first try and always work second.BINOWN isn&apos;t quite right for this, but it&apos;s not really worth creatinga MAILOWN for this.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Sun, 04 Jun 2000 01:20:58 +0000</pubDate>
        <dc:creator>Tim Vanderhoek &lt;hoek@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1538c4ee - Preempt one brucification - I was missing a ${DESTDIR}.  I hate merging</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/mailwrapper/Makefile#1538c4ee</link>
        <description>Preempt one brucification - I was missing a ${DESTDIR}.  I hate mergingtwo sets of changes from different trees.

            List of files:
            /freebsd-12.1/usr.sbin/mailwrapper/Makefile</description>
        <pubDate>Wed, 29 Dec 1999 18:51:36 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
