Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2013 11:13:48 +0900 (JST)
From:      IWAMOTO Kouichi <sue@iwmt.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180448: [patch] x11/xterm sixel graphics support
Message-ID:  <20130711021348.A19828A6118@nagato.iwmt.org>
Resent-Message-ID: <201307110220.r6B2K1hQ087987@freefall.freebsd.org>

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

>Number:         180448
>Category:       ports
>Synopsis:       [patch] x11/xterm sixel graphics support
>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:   Thu Jul 11 02:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     IWAMOTO Kouichi
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD nagato.iwmt.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245119: Tue Jan 8 17:02:50 JST 2013 sue@nagato.iwmt.org:/usr/obj/usr/src/sys/NAGATO i386


	
>Description:
	xterm patch #294 supports sixel graphics.
	following patch allows to enable this feature.
>How-To-Repeat:
>Fix:
--- Makefile.orig	2013-07-11 09:11:17.000000000 +0900
+++ Makefile	2013-07-11 09:13:46.000000000 +0900
@@ -27,11 +27,12 @@
 
 ICONVERSION=	1
 
-OPTIONS_DEFINE=	WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR
+OPTIONS_DEFINE=	WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR SIXEL
 
 DABBREV_DESC=	Enable support for dabbrev-expand
 DECTERM_DESC=	Enable DECterm Locator support
 LUIT_DESC=	Use LUIT for locale convertion from/to UTF-8
+SIXEL_DESC=	Enable Sixel graphics support
 WCHAR_DESC=	Enable wide-character support
 256COLOR_DESC=	Enable 256-color support
 
@@ -65,6 +66,10 @@
 CONFIGURE_ARGS+=	--enable-dabbrev
 .endif
 
+.if ${PORT_OPTIONS:MSIXEL}
+CONFIGURE_ARGS+=	--enable-sixel-graphics
+.endif
+
 .if ${PORT_OPTIONS:MGNOME}
 USE_GNOME=	desktopfileutils
 PLIST_SUB+=	GNOME=""
>Release-Note:
>Audit-Trail:
>Unformatted:



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