svn commit: r203711 - in head: tools/build/mk usr.bin
Xin LI
delphij at FreeBSD.org
Tue Feb 9 18:22:26 UTC 2010
Author: delphij
Date: Tue Feb 9 18:22:26 2010
New Revision: 203711
URL: http://svn.freebsd.org/changeset/base/203711
Log:
As it turns out, fmt(1) is being used by the base system as well as the
ports tree extensively and it is probably a good idea to keep it
regardless of NO_MAIL setting.
Reported by: Alexander Best
Reviewed by: antoine
X-MFC-With: r203584
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
head/usr.bin/Makefile
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Tue Feb 9 18:10:56 2010 (r203710)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Tue Feb 9 18:22:26 2010 (r203711)
@@ -1539,7 +1539,6 @@ OLD_FILES+=usr/share/man/man8/pac.8.gz
.if ${MK_MAIL} == no
OLD_FILES+=usr/bin/Mail
OLD_FILES+=usr/bin/biff
-OLD_FILES+=usr/bin/fmt
OLD_FILES+=usr/bin/from
OLD_FILES+=usr/bin/mail
OLD_FILES+=usr/bin/mailx
Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile Tue Feb 9 18:10:56 2010 (r203710)
+++ head/usr.bin/Makefile Tue Feb 9 18:22:26 2010 (r203711)
@@ -66,7 +66,7 @@ SUBDIR= alias \
${_file2c} \
find \
finger \
- ${_fmt} \
+ fmt \
fold \
${_from} \
fstat \
@@ -296,7 +296,6 @@ _locate= locate
# XXX msgs?
.if ${MK_MAIL} != "no"
_biff= biff
-_fmt= fmt
_from= from
_mail= mail
_msgs= msgs
More information about the svn-src-all
mailing list