Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13892 - REQ: Support for 256 color xterm in xfree ebuild
Summary: REQ: Support for 256 color xterm in xfree ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo X packagers
URL: http://archive.linuxfromscratch.org/m...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 00:23 UTC by Tom von Schwerdtner
Modified: 2003-06-12 17:31 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom von Schwerdtner 2003-01-14 00:23:42 UTC
Changes basically consist of adding:

---------------
cd xc/programs/xterm 
xmkmf
sed 's/_WIDE_CHARS/_WIDE_CHARS -DOPT_256_COLORS -DDFT_TERM_TYPE=xterm-256color/' \
	Makefile > Makefile~ 
mv Makefile~ Makefile
make
----------------

to the xfree ebuild...and maybe wrapping it in a xterm256 USE test.  I'd submit
a patch but I figured the changes were small enough that the maintainer would
likely rather find a place for them...
Comment 1 Tom von Schwerdtner 2003-01-26 19:45:25 UTC
terminfo support is installed, but termcap isnt.

Adding:

xterm-256color|xterm with 256 colors like aixterm:\
    :tc=xterm-16color:


to /etc/termcap seems to work fine (it just behaves as a 16 color xterm in most
respects).

Without this, things break.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-05-31 02:38:50 UTC
Tom,

Would you try to emerge x11-terms/xterm and check please?  (note, you may have to move the /usr/X11R6/bin/xterm binary out of the way, since that is first in PATH usually, and x11-term/xterm ebuild installs to /usr/bin/xterm).  Note that you will also need to emerge the masked utempter ebuild.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-12 17:31:56 UTC
closing