<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/etc/sendmail, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-07-15T18:28:54Z</updated>
<entry>
<title>Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for details</title>
<updated>2020-07-15T18:28:54Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2020-07-15T18:28:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5b0945b57059d1cde0831d3afea7ec56c7d79508'/>
<id>urn:sha1:5b0945b57059d1cde0831d3afea7ec56c7d79508</id>
<content type='text'>
Includes build infrastructure &amp; config updates required for changes in 8.16.1

MFC after:	5 days
</content>
</entry>
<entry>
<title>pkgbase: Add the correct package for sendmail configuration files</title>
<updated>2019-06-12T09:17:32Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2019-06-12T09:17:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=24e1c3e196acca4d6a0d52df1e5beec542546680'/>
<id>urn:sha1:24e1c3e196acca4d6a0d52df1e5beec542546680</id>
<content type='text'>
Reviewed by:	bapt
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D20606
</content>
</entry>
<entry>
<title>Only create /var/log/sendmail.st if start sendmail.</title>
<updated>2018-06-06T01:51:05Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-06-06T01:51:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=64fe1b5e1d6bfe76e62871ba2ec8d598641ff92c'/>
<id>urn:sha1:64fe1b5e1d6bfe76e62871ba2ec8d598641ff92c</id>
<content type='text'>
For those of us that never use or start sendmail, it is unneeded.

Approved by:	bapt (mentor)
</content>
</entry>
<entry>
<title>Move /etc/ to SRCTOP</title>
<updated>2017-03-12T18:58:55Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-03-12T18:58:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6dcff5b77c219fc6427626320f58672550accfe7'/>
<id>urn:sha1:6dcff5b77c219fc6427626320f58672550accfe7</id>
<content type='text'>
Prefer ${SRCTOP}/ to ${.CURDIR}/../ and ${.CURDIR}/../../ as appropriate.

Differential Revision:  https://reviews.freebsd.org/D9932
Sponsored by:		Netflix
Silence On:		arch@ (twice)
</content>
</entry>
<entry>
<title>If world is built with a custom sendmail.cf, use it for the distribution</title>
<updated>2015-10-12T21:02:36Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2015-10-12T21:02:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ff446b05f1ca1421204d80da3a8e78f36466e7ae'/>
<id>urn:sha1:ff446b05f1ca1421204d80da3a8e78f36466e7ae</id>
<content type='text'>
target.  This is the feeder for mergemaster / etcupdate.  This change
makes installworld/mergemaster/etcupdate behave the same regardless of
whether SENDMAIL_MC or SENDMAIL_CF is used.

If you use a custom SENDMAIL_MC/CF in make.conf and excluded it from
mergemaster.rc/etcupdate.conf to work around the conflicts, you may wish
to revert that or change it from 'ignore' to 'always install'.

If you do not use a custom SENDMAIL_MC/CF, there should be no change in
behavior.
</content>
</entry>
<entry>
<title>META_MODE: Remove DEP_MACHINE from Makefile.depend files.</title>
<updated>2015-09-25T19:44:01Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-09-25T19:44:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ec766071e3bd398f988bfe16297a78e74c39b3ce'/>
<id>urn:sha1:ec766071e3bd398f988bfe16297a78e74c39b3ce</id>
<content type='text'>
This has not been needed since r246865 in projects/bmake.

Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>META_MODE: Remove DEP_RELDIR from Makefile.depend files.</title>
<updated>2015-09-25T19:26:08Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-09-25T19:26:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=54c7d75a06d8e6cda90c27c8e722ed2a3c1c20f3'/>
<id>urn:sha1:54c7d75a06d8e6cda90c27c8e722ed2a3c1c20f3</id>
<content type='text'>
This has not been needed since r284171 in projects/bmake.

Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Minor changes to force commit these files so new freebsd*.cf files are</title>
<updated>2015-07-07T03:00:57Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2015-07-07T03:00:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=55c311792e4d3f76b20b3062a2108ee663c50c3a'/>
<id>urn:sha1:55c311792e4d3f76b20b3062a2108ee663c50c3a</id>
<content type='text'>
built to use the new sendmail-8.15.2/cf tree.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Add META_MODE support.</title>
<updated>2015-06-13T19:20:56Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-13T19:20:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ccfb965433c67f3bda935a3cdf334be2e3c4348d'/>
<id>urn:sha1:ccfb965433c67f3bda935a3cdf334be2e3c4348d</id>
<content type='text'>
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision:       D2796
Reviewed by: brooks imp
</content>
</entry>
<entry>
<title>Merge sync of head</title>
<updated>2015-05-27T01:19:58Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-05-27T01:19:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=98e0ffaefb0f241cda3a72395d3be04192ae0d47'/>
<id>urn:sha1:98e0ffaefb0f241cda3a72395d3be04192ae0d47</id>
<content type='text'>
</content>
</entry>
</feed>
