CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2013/03/30 05:48:20
Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper1 Log message: Disable perlcn/perlko/perljp manpages which use EUC encodings, we produce all manpages in a batch with a single pod2man invocation which is unable to switch encodings. Avoids "Code point xxx is not Unicode, all \p{} matches fail" during build. Disable perltw manpage which relies on getting UTF8 passed through from the source file to pod2man to mandoc; even on a utf8 term with -Tutf8 these don't get displayed correctly.