diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-08 02:10:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-08 02:10:18 +0000 |
commit | 0cc924b2b9887c635173d2b4bb47e31535fffc31 (patch) | |
tree | e418c72df278d0dea4d7cf465ec3956fd4f100ff /sys-apps/man/files | |
parent | Added ~amd64, as Jan tested it. Fixes #75534. (Manifest recommit) (diff) | |
download | gentoo-2-0cc924b2b9887c635173d2b4bb47e31535fffc31.tar.gz gentoo-2-0cc924b2b9887c635173d2b4bb47e31535fffc31.tar.bz2 gentoo-2-0cc924b2b9887c635173d2b4bb47e31535fffc31.zip |
Version bump. Also fix the <B7> gremlins #44201 by Chris Smith.
Diffstat (limited to 'sys-apps/man/files')
-rw-r--r-- | sys-apps/man/files/digest-man-1.5o_p1 | 1 | ||||
-rw-r--r-- | sys-apps/man/files/digest-man-1.5o_p2 | 1 | ||||
-rw-r--r-- | sys-apps/man/files/man-1.5m-groff-1.18.patch | 13 |
3 files changed, 11 insertions, 4 deletions
diff --git a/sys-apps/man/files/digest-man-1.5o_p1 b/sys-apps/man/files/digest-man-1.5o_p1 deleted file mode 100644 index 2ba0fbbab59b..000000000000 --- a/sys-apps/man/files/digest-man-1.5o_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ff60906ee864be0fbf96cb023d113104 man-1.5o1.tar.gz 228844 diff --git a/sys-apps/man/files/digest-man-1.5o_p2 b/sys-apps/man/files/digest-man-1.5o_p2 new file mode 100644 index 000000000000..7d06a77e063e --- /dev/null +++ b/sys-apps/man/files/digest-man-1.5o_p2 @@ -0,0 +1 @@ +MD5 57698044c2864c70f0332fc38ee461b9 man-1.5o2.tar.gz 229373 diff --git a/sys-apps/man/files/man-1.5m-groff-1.18.patch b/sys-apps/man/files/man-1.5m-groff-1.18.patch index 26a65b8dd8c8..08dff37503bf 100644 --- a/sys-apps/man/files/man-1.5m-groff-1.18.patch +++ b/sys-apps/man/files/man-1.5m-groff-1.18.patch @@ -1,3 +1,10 @@ +With newer versions of groff (1.18+), we need to use -c +so as to filter color output. + +Also, change the -Tlatin1 to -Tascii to get rid of '<B7>' +gremlins and output the normal bullets 'o'. +http://bugs.gentoo.org/show_bug.cgi?id=44201 + --- man-1.5k/configure.orig 2002-12-26 06:23:53.000000000 +0200 +++ man-1.5k/configure 2002-12-26 06:25:14.000000000 +0200 @@ -473,9 +473,9 @@ @@ -5,10 +12,10 @@ if test $Fnroff = "missing" then - nroff="nroff -Tlatin1 -mandoc" -+ nroff="nroff -Tlatin1 -c -mandoc" ++ nroff="nroff -Tascii -c -mandoc" else - nroff="$Fnroff -Tlatin1 -mandoc" -+ nroff="$Fnroff -Tlatin1 -c -mandoc" ++ nroff="$Fnroff -Tascii -c -mandoc" fi troff="troff -mandoc" echo "Warning: could not find groff" @@ -17,7 +24,7 @@ nroff="$Fgroff -Tlatin1 -mandoc" else - nroff="$Fnroff -Tlatin1 -mandoc" -+ nroff="$Fnroff -Tlatin1 -c -mandoc" ++ nroff="$Fnroff -Tascii -c -mandoc" fi troff="$Fgroff -Tps -mandoc" jnroff="$Fgroff -Tnippon -mandocj" |