]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reintegrate colldef(1) and mklocale(1)
authorbapt <bapt@FreeBSD.org>
Fri, 20 Nov 2015 23:15:05 +0000 (23:15 +0000)
committerbapt <bapt@FreeBSD.org>
Fri, 20 Nov 2015 23:15:05 +0000 (23:15 +0000)
commit3a63b2a80a42ea40a57a1484d6f37bb3feffebef
tree9fcf517b1ef728833d3a00b6ecb6248a7ccc2174
parentcb131007f726c807d0b07e3d8a00cbb0d6724b58
Reintegrate colldef(1) and mklocale(1)

While those tools are not needed anymore they are necessary to build FreeBSD 9
and 10. it does not hurt to keep those tools around until both 9 and 10 branch
become EOLed.

Modify colldef(1) to build after the change in the collation header, and ensure
it does produce the same collation definition it used to generate for 9 and 10

Reported by: Oliver Pinter
14 files changed:
usr.bin/Makefile
usr.bin/colldef/Makefile [new file with mode: 0644]
usr.bin/colldef/Makefile.depend [new file with mode: 0644]
usr.bin/colldef/colldef.1 [new file with mode: 0644]
usr.bin/colldef/common.h [new file with mode: 0644]
usr.bin/colldef/parse.y [new file with mode: 0644]
usr.bin/colldef/scan.l [new file with mode: 0644]
usr.bin/mklocale/Makefile [new file with mode: 0644]
usr.bin/mklocale/Makefile.depend [new file with mode: 0644]
usr.bin/mklocale/extern.h [new file with mode: 0644]
usr.bin/mklocale/ldef.h [new file with mode: 0644]
usr.bin/mklocale/lex.l [new file with mode: 0644]
usr.bin/mklocale/mklocale.1 [new file with mode: 0644]
usr.bin/mklocale/yacc.y [new file with mode: 0644]