Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 10:31:07 -0700
From:      Ian Lepore <ian@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/build...
Message-ID:  <1393003867.1145.114.camel@revolution.hippie.lan>
In-Reply-To: <201402210726.s1L7QnBP007144@svn.freebsd.org>
References:  <201402210726.s1L7QnBP007144@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2014-02-21 at 07:26 +0000, Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri Feb 21 07:26:49 2014
> New Revision: 262282
> URL: http://svnweb.freebsd.org/changeset/base/262282
> 
> Log:
>   Import Dragonfly Mail Agent into base system
>   
>   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
> 

This seems to be causing "redundant redeclaration of yylval" tinderbox
failures.

Also, IMO, "WITHOUT_DMA" is a horrible build option name.  DMA has a
pretty universally understood meaning in computing, and anyone seeing
that as a build option is likely to assume that meaning (and freak out a
bit) rather than looking in a manpage for an alternative meaning.  How
about "WITHOUT_DMAGENT"?

-- Ian





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1393003867.1145.114.camel>