git: groff/mdoc: Disable ru-KOI8-R localization
John Marino
marino at crater.dragonflybsd.org
Fri Aug 7 06:32:35 PDT 2015
commit ddafefc762c6e39ec3d31873a41c5487dece06da
Author: John Marino <draco at marino.st>
Date: Fri Aug 7 15:16:29 2015 +0200
groff/mdoc: Disable ru-KOI8-R localization
The template for the ru-KOI8-R localization for groff -mdoc option was
not created in ASCII as it should have been. Neither was the French
version, which I was able to fix. Since I can't fix the data that uses
what I believe is an obsolete codeset, I'm disabling it from the build,
effectively removing the locale.
From what I can tell, neither Russian nor French is used on DragonFly
anyway. It appears to be something inherited from FreeBSD. I am also
unsure what is special about these two particular mdoc options as they
are the only locales supported.
With this commit, it is possible to buildworld with locale set (e.g.
to en_US.UTF-8, which correctly failed after regex upgrade)
Summary of changes:
Makefile_upgrade.inc | 1 +
gnu/usr.bin/groff/tmac/Makefile | 6 +++++-
gnu/usr.bin/groff/tmac/mdoc.local | 6 ++----
3 files changed, 8 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ddafefc762c6e39ec3d31873a41c5487dece06da
--
DragonFly BSD source repository
More information about the Commits
mailing list