From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 11 02:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC47B9F9 for ; Thu, 11 Jul 2013 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 78B7B1A3D for ; Thu, 11 Jul 2013 02:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6B2K19w087988 for ; Thu, 11 Jul 2013 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6B2K1hQ087987; Thu, 11 Jul 2013 02:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 11 Jul 2013 02:20:01 GMT Resent-Message-Id: <201307110220.r6B2K1hQ087987@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, IWAMOTO Kouichi Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7D99091A for ; Thu, 11 Jul 2013 02:13:53 +0000 (UTC) (envelope-from sue@iwmt.org) Received: from mail.iwmt.org (unknown [IPv6:2001:e41:db5e:f117::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7691A13 for ; Thu, 11 Jul 2013 02:13:53 +0000 (UTC) Received: from smtp.nagato.iwmt.org (oak.mind.ne.jp [202.228.0.163]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.iwmt.org (Postfix) with ESMTPSA id 5DD95AD94D6 for ; Thu, 11 Jul 2013 11:13:49 +0900 (JST) Received: by nagato.iwmt.org (Postfix, from userid 1001) id A19828A6118; Thu, 11 Jul 2013 11:13:48 +0900 (JST) Message-Id: <20130711021348.A19828A6118@nagato.iwmt.org> Date: Thu, 11 Jul 2013 11:13:48 +0900 (JST) From: IWAMOTO Kouichi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/180448: [patch] x11/xterm sixel graphics support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: IWAMOTO Kouichi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 02:20:01 -0000 >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: