Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297890 - tf-50_beta8: tf.1 manpage installs with incompatible formatting
Summary: tf-50_beta8: tf.1 manpage installs with incompatible formatting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-22 11:45 UTC by Ai Locke Shinseiko (Wizzleby)
Modified: 2009-12-30 00:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
use tf.1.nroffman instead of tf.1.catman (tf-50_beta8-use-nroffman.patch,356 bytes, patch)
2009-12-22 11:48 UTC, Ai Locke Shinseiko (Wizzleby)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ai Locke Shinseiko (Wizzleby) 2009-12-22 11:45:19 UTC
tf-50_beta8.ebuild installs src/tf.1.catman, which results in 'man tf' displaying unconverted ANSI codes.



Reproducible: Always

Steps to Reproduce:
1. emerge =tf-50_beta8
2. man tf



this seems like a simple fix.
in src_install, the line:
newman src/tf.1.catman tf.1
results in broken display of manpage,
replace with: newman src/tf.1.nroffman tf.1 and it works.
Comment 1 Ai Locke Shinseiko (Wizzleby) 2009-12-22 11:48:38 UTC
Created attachment 213741 [details, diff]
use tf.1.nroffman instead of tf.1.catman

changes line 34 to use src/tf.1.nroffman instead of src/tf.1.catman
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-12-30 00:26:17 UTC
fixed.  thanks for the bug report.