<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libmilter, branch release/7.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F7.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F7.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2008-03-15T20:55:37Z</updated>
<entry>
<title>MFC: Switch libmilter from select(2) to poll(2) so milters are not limited</title>
<updated>2008-03-15T20:55:37Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2008-03-15T20:55:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4ec40f3079153f4b0330ee557bed126b2e0e3584'/>
<id>urn:sha1:4ec40f3079153f4b0330ee557bed126b2e0e3584</id>
<content type='text'>
     by the size of FD_SETSIZE.

     PR:             118824
     Submitted by:   vsevolod
</content>
</entry>
<entry>
<title>New files in sendmail 8.14.1</title>
<updated>2007-04-09T01:45:30Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2007-04-09T01:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4881b9c3248c4b3c95fd0a610cc06ab8d75e456e'/>
<id>urn:sha1:4881b9c3248c4b3c95fd0a610cc06ab8d75e456e</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-test/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>NOINET6 -&gt; NO_INET6</title>
<updated>2004-12-21T10:49:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-21T10:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=731db6a428d2389caf3795ff50f1895f04b80899'/>
<id>urn:sha1:731db6a428d2389caf3795ff50f1895f04b80899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Honor NOINET6 and disable IPv6 support in libmilter and sendmail if it</title>
<updated>2004-06-01T01:29:42Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2004-06-01T01:29:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0c56527f65620028a59792b2cbaa417cf9f32172'/>
<id>urn:sha1:0c56527f65620028a59792b2cbaa417cf9f32172</id>
<content type='text'>
is set.

MFC after:	4 days
</content>
</entry>
<entry>
<title>Remove MAINTAINER= lines from individual Makefiles in favor of the</title>
<updated>2003-07-07T03:54:04Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2003-07-07T03:54:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=dce6e6518b85561495cff38a3074a69d29d58a55'/>
<id>urn:sha1:dce6e6518b85561495cff38a3074a69d29d58a55</id>
<content type='text'>
MAINTAINER file (which already had entries for sendmail).
</content>
</entry>
<entry>
<title>Added new bsd.incs.mk which handles installing of header files</title>
<updated>2002-05-12T16:01:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-12T16:01:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c7b111cba82a6eafca66d37944c7293fb1a11000'/>
<id>urn:sha1:c7b111cba82a6eafca66d37944c7293fb1a11000</id>
<content type='text'>
via INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files.  Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1.  Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

	kerberos5/lib/libtelnet/Makefile
	lib/libbz2/Makefile
	lib/libdevinfo/Makefile
	lib/libform/Makefile
	lib/libisc/Makefile
	lib/libmenu/Makefile
	lib/libmilter/Makefile
	lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
</content>
</entry>
<entry>
<title>Add two new libraries which are part of sendmail 8.12.  libsm is used only</title>
<updated>2002-02-17T22:01:40Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2002-02-17T22:01:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=850dab17735a22f6d201725d9afdf91f8fb08aae'/>
<id>urn:sha1:850dab17735a22f6d201725d9afdf91f8fb08aae</id>
<content type='text'>
for building sendmail and the associated utilities.  libmilter is a new
mail filtering API for sendmail.
</content>
</entry>
</feed>
