Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man/files: man-1.6f-unicode.patch
Date: Sun, 24 Feb 2008 19:00:55
Message-Id: E1JTM5k-0007WU-Jr@stork.gentoo.org
1 vapier 08/02/24 19:00:52
2
3 Added: man-1.6f-unicode.patch
4 Log:
5 Do not force -c/-T anymore to groff so that it can work its locale magic #146315 by Matthias Schwarzott.
6 (Portage version: 2.2_pre2)
7
8 Revision Changes Path
9 1.1 sys-apps/man/files/man-1.6f-unicode.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6f-unicode.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6f-unicode.patch?rev=1.1&content-type=text/plain
13
14 Index: man-1.6f-unicode.patch
15 ===================================================================
16 let the active locale work its magic
17
18 http://bugs.gentoo.org/146315
19
20 --- man-1.6f/configure
21 +++ man-1.6f/configure
22 @@ -473,9 +473,9 @@
23 then
24 if test $Fnroff = "missing"
25 then
26 - nroff="nroff -Tlatin1 -mandoc"
27 + nroff="nroff -Tascii -c -mandoc"
28 else
29 - nroff="$Fnroff -Tlatin1 -mandoc"
30 + nroff="$Fnroff -mandoc"
31 fi
32 troff="troff -mandoc"
33 echo "Warning: could not find groff"
34 @@ -484,7 +484,7 @@
35 then
36 nroff="$Fgroff -Tlatin1 -mandoc"
37 else
38 - nroff="$Fnroff -Tlatin1 -mandoc"
39 + nroff="$Fnroff -mandoc"
40 fi
41 troff="$Fgroff -Tps -mandoc"
42 jnroff="$Fgroff -Tnippon -mandocj"
43
44
45
46
47 --
48 gentoo-commits@l.g.o mailing list