Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 14:15:18 +0900 (JST)
From:      User & <kasahara@nc.kyushu-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122281: add 256 color support to x11/rxvt-devel
Message-ID:  <200803310515.m2V5FIOt008276@elvenbow.cc.kyushu-u.ac.jp>
Resent-Message-ID: <200803310540.m2V5e1aM084690@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122281
>Category:       ports
>Synopsis:       add 256 color support to x11/rxvt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 31 05:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Kasahara
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
Kyushu University
>Environment:
System: FreeBSD elvenbow.cc.kyushu-u.ac.jp 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Thu Feb 28 21:14:52 JST 2008 root@elvenbow.cc.kyushu-u.ac.jp:/usr/obj/usr/src/sys/ELVENBOW amd64

>Description:
I want a knob in x11/rxvt-devel to enable 256 color support.

>How-To-Repeat:

>Fix:

How about this patch?

--- Makefile.orig       2008-03-31 14:04:09.000000000 +0900
+++ Makefile    2008-03-31 14:06:10.000000000 +0900
@@ -98,6 +98,11 @@
 .if defined(WITH_LINESPACE)
 CONFIGURE_ARGS+=       --enable-linespace
 .endif # WITH_LINESPACE
+#
+# enable 256 color
+.if defined(WITH_256_COLOR)
+CONFIGURE_ARGS+=       --enable-256-color
+.endif # WITH_256_COLOR
 
 CONFIGURE_ENV+=                LIBS="-lutil"

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803310515.m2V5FIOt008276>