<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/sendmail, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-02-16T20:17:31Z</updated>
<entry>
<title>Since clang 3.2 now has an option to suppress warnings about implicitly</title>
<updated>2013-02-16T20:17:31Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-02-16T20:17:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7449e3cca7f54cb46bc1505204297d06f7e6afc'/>
<id>urn:sha1:a7449e3cca7f54cb46bc1505204297d06f7e6afc</id>
<content type='text'>
promoted K&amp;R parameters, remove the workarounds added for sendmail
components in r228558.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to</title>
<updated>2012-02-28T18:30:18Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-02-28T18:30:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07b202a847e08b9cd976e40315cda902ced1c84a'/>
<id>urn:sha1:07b202a847e08b9cd976e40315cda902ced1c84a</id>
<content type='text'>
get rid of testing explicitly for clang (using ${CC:T:Mclang}) in
individual Makefiles.

Instead, use the following extra macros, for use with clang:
- NO_WERROR.clang       (disables -Werror)
- NO_WCAST_ALIGN.clang  (disables -Wcast-align)
- NO_WFORMAT.clang	(disables -Wformat and friends)
- CLANG_NO_IAS		(disables integrated assembler)
- CLANG_OPT_SMALL	(adds flags for extra small size optimizations)

As a side effect, this enables setting CC/CXX/CPP in src.conf instead of
make.conf!  For clang, use the following:

CC=clang
CXX=clang++
CPP=clang-cpp

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Unfortunately, clang gives warnings about sendmail code that cannot be</title>
<updated>2011-12-19T13:35:44Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-19T13:35:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=136fb141c6527f7a022d0528ac9dca78b5f9989e'/>
<id>urn:sha1:136fb141c6527f7a022d0528ac9dca78b5f9989e</id>
<content type='text'>
turned off yet.  Since this is contrib code, and we don't really care
about the warnings, just turn make them non-fatal for now.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Lower WARNS for sendmail.</title>
<updated>2010-01-03T15:32:25Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-03T15:32:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fffa535e95fa0c6bc5246eaafee89cb15b9f3016'/>
<id>urn:sha1:fffa535e95fa0c6bc5246eaafee89cb15b9f3016</id>
<content type='text'>
Even though it builds with WARNS=2, some users link sendmail from the
base system against SASL. This doesn't build in this case.

Reported by:	Andrzej Tobola &lt;ato iem pw edu pl&gt;
</content>
</entry>
<entry>
<title>The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
<updated>2010-01-02T11:07:44Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T11:07:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71ccf09269546d398fa847168fc74c22d6338a62'/>
<id>urn:sha1:71ccf09269546d398fa847168fc74c22d6338a62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This FFR is no longer needed in sendmail 8.14</title>
<updated>2007-04-09T01:45:52Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2007-04-09T01:45:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5e690161ec4374eaa457bf12d74fa3782e795e4'/>
<id>urn:sha1:b5e690161ec4374eaa457bf12d74fa3782e795e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch up with share/mk/bsd.sys.mk rev. 1.38.</title>
<updated>2006-09-26T02:18:35Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2006-09-26T02:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b14f05094a39269e312930006275c146d4362e24'/>
<id>urn:sha1:b14f05094a39269e312930006275c146d4362e24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
</content>
</entry>
<entry>
<title>Make links for hoststat(8) and purgestat(8) man pages.</title>
<updated>2005-08-17T02:36:31Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2005-08-17T02:36:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d0ac6f3a2e807d6687e91eaf868da6b237577bb'/>
<id>urn:sha1:7d0ac6f3a2e807d6687e91eaf868da6b237577bb</id>
<content type='text'>
PR:		docs/85009
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove kludges intended to support src trees with partial obj trees.</title>
<updated>2005-06-10T06:12:53Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-06-10T06:12:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee66677a7a4c93fa63e21b0e7f1ea2e081060abb'/>
<id>urn:sha1:ee66677a7a4c93fa63e21b0e7f1ea2e081060abb</id>
<content type='text'>
Discussed with:	ru
</content>
</entry>
</feed>
