Date: Fri, 22 Dec 2006 21:20:24 GMT From: Tony Morlan<tony.morlan@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/107112: x11/xterm -- option to enable 256 color support Message-ID: <200612222120.kBMLKOh2093376@www.freebsd.org> Resent-Message-ID: <200612222130.kBMLUIus067896@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107112 >Category: ports >Synopsis: x11/xterm -- option to enable 256 color support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 22 21:30:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tony Morlan >Release: FreeBSD 5.5-RELEASE i386 >Organization: >Environment: FreeBSD 5.5-RELEASE-p8 FreeBSD 5.5-RELEASE-p8 #0: Sat Nov 18 14:02:45 CST 2006 root@krusty:/usr/obj/usr/src/sys/GENERIC i386 >Description: Add option to compile xterm with 256 color support. Verified to work with 5.5-RELEASE. >How-To-Repeat: n/a >Fix: Patch attached with submission follows: diff -ruN xterm.orig/Makefile xterm/Makefile --- xterm.orig/Makefile Fri Dec 22 14:43:23 2006 +++ xterm/Makefile Fri Dec 22 15:00:43 2006 @@ -25,6 +25,10 @@ CONFIGURE_ARGS+=--enable-wide-chars --enable-luit --with-utempter \ --enable-narrowproto +.if defined(WITH_XTERM_256) +CONFIGURE_ARGS+=--enable-256-color +.endif + MAN1= resize.1 xterm.1 post-install: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612222120.kBMLKOh2093376>