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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"