summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-29 22:32:25 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 12:06:52 +0000
commit8494db74786307d44169bee4f21dc0efa1643f70 (patch)
treee98730fc6ed3c971fb5bfd6e8e96b5ef035ddc93 /meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch
parentc0e6d3ea6a819d5f776d861a8336b18cfab5f316 (diff)
downloadpoky-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.5m2-buildroot.patch')
-rw-r--r--meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch b/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch
new file mode 100644
index 0000000000..d84208390a
--- /dev/null
+++ b/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch
@@ -0,0 +1,48 @@
1--- ./configure.less 2003-12-11 19:18:15.000000000 +0100
2+++ ./configure 2003-12-11 19:20:03.000000000 +0100
3@@ -401,18 +401,13 @@
4
5 if test "$ans" = "false"
6 then
7- for i in more less cmp cat awk gawk mawk
8- do
9- eval F$i="missing"
10- for j in $DEFPATH
11- do
12- if test -f $j/$i
13- then
14- eval F$i=$j/$i
15- break
16- fi
17- done
18- done
19+ Fmore=/bin/more
20+ Fless=/usr/bin/less
21+ Fcmp=/usr/bin/cmp
22+ Fcat=/bin/cat
23+ Fgawk=/bin/gawk
24+ Fawk=/bin/gawk
25+ Fmawk=missing
26 troff=""
27 nroff=""
28 jnroff=""
29@@ -457,6 +452,19 @@
30 fi
31 done
32 done
33+ Fgroff=/usr/bin/groff
34+ Fgeqn=/usr/bin/geqn
35+ Fgtbl=/usr/bin/gtbl
36+ Fcol=/usr/bin/col
37+ Fgrefer=/usr/bin/grefer
38+ Fgpic=/usr/bin/gpic
39+ Fmore=/bin/more
40+ Fless=/usr/bin/less
41+ Fcmp=/usr/bin/cmp
42+ Fcat=/bin/cat
43+ Fgawk=/bin/gawk
44+
45+
46 for i in eqn tbl refer pic
47 do
48 if test `eval echo \\$Fg$i` = "missing"