From owner-svn-src-all@FreeBSD.ORG Fri Feb 21 17:31:11 2014 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21444ADC; Fri, 21 Feb 2014 17:31:11 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4A241863; Fri, 21 Feb 2014 17:31:10 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WGtwL-000ErZ-Ru; Fri, 21 Feb 2014 17:31:09 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s1LHV7nB033030; Fri, 21 Feb 2014 10:31:07 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX194WsXGmtVn+oKJ0NUrdU9/ 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... From: Ian Lepore To: Baptiste Daroussin In-Reply-To: <201402210726.s1L7QnBP007144@svn.freebsd.org> References: <201402210726.s1L7QnBP007144@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Fri, 21 Feb 2014 10:31:07 -0700 Message-ID: <1393003867.1145.114.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 17:31:11 -0000 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