Magellan Linux

Contents of /trunk/man/patches/man-1.5m-groff-1.18.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 324 - (show annotations) (download)
Mon Aug 20 16:04:40 2007 UTC (16 years, 9 months ago) by niro
File size: 923 byte(s)
-missing cron file and added some fixes

1 With newer versions of groff (1.18+), we need to use -c
2 so as to filter color output.
3
4 Also, change the -Tlatin1 to -Tascii to get rid of '<B7>'
5 gremlins and output the normal bullets 'o'.
6 http://bugs.gentoo.org/show_bug.cgi?id=44201
7
8 --- man-1.5k/configure.orig 2002-12-26 06:23:53.000000000 +0200
9 +++ man-1.5k/configure 2002-12-26 06:25:14.000000000 +0200
10 @@ -473,9 +473,9 @@
11 then
12 if test $Fnroff = "missing"
13 then
14 - nroff="nroff -Tlatin1 -mandoc"
15 + nroff="nroff -Tascii -c -mandoc"
16 else
17 - nroff="$Fnroff -Tlatin1 -mandoc"
18 + nroff="$Fnroff -Tascii -c -mandoc"
19 fi
20 troff="troff -mandoc"
21 echo "Warning: could not find groff"
22 @@ -484,7 +484,7 @@
23 then
24 nroff="$Fgroff -Tlatin1 -mandoc"
25 else
26 - nroff="$Fnroff -Tlatin1 -mandoc"
27 + nroff="$Fnroff -Tascii -c -mandoc"
28 fi
29 troff="$Fgroff -Tps -mandoc"
30 jnroff="$Fgroff -Tnippon -mandocj"
31