On 2019-09-10 09:54, Baptiste Daroussin wrote:
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
^^^^^^^^^^
should be usr/bin/mklocale
+OLD_FILES+=usr/share/man/man1/mklocale.1.gz
+OLD_FILES+=usr.bin/colldef
^^^^^^^^^^
should be 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
Regards
--
Niclas
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"