diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-29 22:32:25 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 12:06:52 +0000 |
commit | 8494db74786307d44169bee4f21dc0efa1643f70 (patch) | |
tree | e98730fc6ed3c971fb5bfd6e8e96b5ef035ddc93 /meta/recipes-extended/man/man-1.6f/man-1.5j-utf8.patch | |
parent | c0e6d3ea6a819d5f776d861a8336b18cfab5f316 (diff) | |
download | poky-8494db74786307d44169bee4f21dc0efa1643f70.tar.gz |
man: updated to 1.6f, fixed patches
Rebased patches for 1.6f:
- lzma - modified for xz support
- ro_usr & whatis2 fixed up
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/man/man-1.6f/man-1.5j-utf8.patch')
-rw-r--r-- | meta/recipes-extended/man/man-1.6f/man-1.5j-utf8.patch | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man-1.6f/man-1.5j-utf8.patch b/meta/recipes-extended/man/man-1.6f/man-1.5j-utf8.patch new file mode 100644 index 0000000000..c817763676 --- /dev/null +++ b/meta/recipes-extended/man/man-1.6f/man-1.5j-utf8.patch | |||
@@ -0,0 +1,57 @@ | |||
1 | --- man-1.5j/configure.utf8 Thu Nov 22 15:02:35 2001 | ||
2 | +++ man-1.5j/configure Thu Nov 22 15:03:15 2001 | ||
3 | @@ -408,9 +408,9 @@ | ||
4 | Fgawk=/bin/gawk | ||
5 | Fawk=/bin/gawk | ||
6 | Fmawk=missing | ||
7 | - troff="" | ||
8 | - nroff="" | ||
9 | - jnroff="" | ||
10 | + troff=/usr/bin/troff | ||
11 | + nroff=/usr/bin/nroff | ||
12 | + jnroff=/usr/bin/nroff | ||
13 | eqn="" | ||
14 | neqn="" | ||
15 | jneqn="" | ||
16 | @@ -453,6 +453,8 @@ | ||
17 | done | ||
18 | done | ||
19 | Fgroff=/usr/bin/groff | ||
20 | + Fnroff=/usr/bin/nroff | ||
21 | + Fjnroff=/usr/bin/nroff | ||
22 | Fgeqn=/usr/bin/geqn | ||
23 | Fgtbl=/usr/bin/gtbl | ||
24 | Fcol=/usr/bin/col | ||
25 | @@ -485,25 +487,25 @@ | ||
26 | then | ||
27 | if test $Fnroff = "missing" | ||
28 | then | ||
29 | - nroff="nroff -Tlatin1 -mandoc" | ||
30 | + nroff="nroff -Tutf8 -mandoc" | ||
31 | else | ||
32 | - nroff="$Fnroff -Tlatin1 -mandoc" | ||
33 | + nroff="$Fnroff -Tutf8 -mandoc" | ||
34 | fi | ||
35 | troff="troff -mandoc" | ||
36 | echo "Warning: could not find groff" | ||
37 | else | ||
38 | if test $Fnroff = "missing" | ||
39 | then | ||
40 | - nroff="$Fgroff -Tlatin1 -mandoc" | ||
41 | + nroff="$Fgroff -Tutf8 -mandoc" | ||
42 | else | ||
43 | - nroff="$Fnroff -Tlatin1 -mandoc" | ||
44 | + nroff="$Fnroff -Tutf8 -mandoc" | ||
45 | fi | ||
46 | troff="$Fgroff -Tps -mandoc" | ||
47 | - jnroff="$Fgroff -Tnippon -mandocj" | ||
48 | + jnroff="$Fjnroff -Tutf8 -mandocj" | ||
49 | fi | ||
50 | eqn="$Fgeqn -Tps" | ||
51 | - neqn="$Fgeqn -Tlatin1" | ||
52 | - jneqn="$Fgeqn -Tnippon" | ||
53 | + neqn="$Fgeqn -Tutf8" | ||
54 | + jneqn="$Fgeqn -Tutf8" | ||
55 | tbl="$Fgtbl" | ||
56 | col="$Fcol" | ||
57 | vgrind="$Fvgrind" | ||