Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 05:54:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284537 - head/tools/build/mk
Message-ID:  <201506180554.t5I5s4ag092530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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