svn commit: r284537 - head/tools/build/mk

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 18 05:54:05 UTC 2015


Author: bapt
Date: Thu Jun 18 05:54:04 2015
New Revision: 284537
URL: https://svnweb.freebsd.org/changeset/base/284537

Log:
  Do not remove mailwrapper(8) in case WITHOUT_SENDMAIL is used
  
  It is required for other tools in base and/or ports like dma(8) or any MTA
  available in ports. It is also build and installed anyway even if world is built
  WITHOUT_SENDMAIL

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun 18 05:36:45 2015	(r284536)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun 18 05:54:04 2015	(r284537)
@@ -5102,9 +5102,7 @@ OLD_FILES+=usr/share/misc/mail.tildehelp
 
 .if ${MK_MAILWRAPPER} == no
 OLD_FILES+=etc/mail/mailer.conf
-.if ${MK_SENDMAIL} == no
 OLD_FILES+=usr/sbin/mailwrapper
-.endif
 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
 .endif
 


More information about the svn-src-all mailing list