Author: bapt
Date: Tue Sep 10 07:54:49 2019
New Revision: 352128
URL: https://svnweb.freebsd.org/changeset/base/352128

Log:
  Remove mklocale(1) and colldef(1) which are deprecated since FreeBSD 11
  
  In FreeBSD 11 along with the rework on the collation, mklocale(1) and 
colldef(1)
  has been replaced by localedef(1) (a note has been added to the manpage to 
state
  it).
  mklocale(1) and colldef(1) has been kept around to be able to build older
  versions of FreeBSD. None of the version requiring those tools are supported
  anymore so it is time to remove them from base

Deleted:
  head/usr.bin/colldef/
  head/usr.bin/mklocale/
Modified:
  head/ObsoleteFiles.inc
  head/usr.bin/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Tue Sep 10 07:47:52 2019        (r352127)
+++ head/ObsoleteFiles.inc      Tue Sep 10 07:54:49 2019        (r352128)
@@ -38,6 +38,11 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20190910: mklocale(1) and colldef(1) removed
+OLD_FILES+=usr.bin/mklocale
+OLD_FILES+=usr/share/man/man1/mklocale.1.gz
+OLD_FILES+=usr.bin/colldef
+OLD_FILES+=usr/share/man/man1/colldef.1.gz
 # 20190904: Remove boot1.efifat
 OLD_FILES+=boot/boot1.efifat
 # 20190903: pc-sysinstall(8) removed

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile       Tue Sep 10 07:47:52 2019        (r352127)
+++ head/usr.bin/Makefile       Tue Sep 10 07:54:49 2019        (r352128)
@@ -20,7 +20,6 @@ SUBDIR=       alias \
        cksum \
        cmp \
        col \
-       colldef \
        colrm \
        column \
        comm \
@@ -94,7 +93,6 @@ SUBDIR=       alias \
        mkdep \
        mkfifo \
        mkimg \
-       mklocale \
        mktemp \
        mkuzip \
        mt \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to