ports/107112: x11/xterm -- option to enable 256 color support

Tony Morlan tony.morlan at gmail.com
Fri Dec 22 21:30:18 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list