<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/dma/Makefile, branch release/13.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:30Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>Rename the dma directory into dmagent to avoid collision on unclean oject</title>
<updated>2015-10-09T23:19:29Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-10-09T23:19:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b3d93d38a7cde9e7119bd40bc94775de8e4ab8a'/>
<id>urn:sha1:4b3d93d38a7cde9e7119bd40bc94775de8e4ab8a</id>
<content type='text'>
directory where an old dma binary can remain
</content>
</entry>
<entry>
<title>Add missing Makefile</title>
<updated>2015-10-09T22:10:54Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-10-09T22:10:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f008e690739ea8965a54260e84b895d07b1ffee'/>
<id>urn:sha1:8f008e690739ea8965a54260e84b895d07b1ffee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move all the dma(8) components into one single directory</title>
<updated>2015-10-09T22:09:44Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-10-09T22:09:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=855ff27c8c847e18f7a1fca5c79763d4851f87de'/>
<id>urn:sha1:855ff27c8c847e18f7a1fca5c79763d4851f87de</id>
<content type='text'>
Simplifying maintainance and options (only one place to deal with MK_DMAGENT)

This also makes packaging base less intrusive by getting a single point where
to add tags.
</content>
</entry>
<entry>
<title>Convert to LIBADD</title>
<updated>2014-11-25T21:18:18Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-11-25T21:18:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee5a34ecba51f02e3bf46b112e265abf976f39b6'/>
<id>urn:sha1:ee5a34ecba51f02e3bf46b112e265abf976f39b6</id>
<content type='text'>
Reduce overlinking
</content>
</entry>
<entry>
<title>Lower warning level when built with gcc</title>
<updated>2014-02-21T14:14:48Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-02-21T14:14:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0acae441203350685f4653a933062c5b34d9b3c1'/>
<id>urn:sha1:0acae441203350685f4653a933062c5b34d9b3c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce mail user and group</title>
<updated>2014-02-21T11:06:22Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-02-21T11:06:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50a083457a47c9947bffad9718701e8abbb72354'/>
<id>urn:sha1:50a083457a47c9947bffad9718701e8abbb72354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import Dragonfly Mail Agent into base system</title>
<updated>2014-02-21T07:26:49Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-02-21T07:26:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9e8641da961bcf3d24afc85fd657f2083a872a2'/>
<id>urn:sha1:a9e8641da961bcf3d24afc85fd657f2083a872a2</id>
<content type='text'>
It is a small and lightweight Mail Transport Agent.
It accepts mails from locally installed Mail User Agents (MUA) and delivers the
mails either locally or to a remote destination. Remote delivery includes
several features like TLS/SSL support, SMTP authentication and NULLCLIENT.

Make dma conditional to new WITHOUT_DMA option and make it respect WITHOUT_MAIL

Reviewed by:	peter
Discussed with:	emaste, bz, peter
</content>
</entry>
</feed>
