Bug 180448 - [patch] x11/xterm sixel graphics support
Summary: [patch] x11/xterm sixel graphics support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 03:20 UTC by IWAMOTO Kouichi
Modified: 2013-07-11 07:00 UTC (History)
0 users

See Also:


Attachments
file.diff (782 bytes, patch)
2013-07-11 03:20 UTC, IWAMOTO Kouichi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description IWAMOTO Kouichi 2013-07-11 03:20:00 UTC
	xterm patch #294 supports sixel graphics.
	following patch allows to enable this feature.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-11 03:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2013-07-11 06:52:18 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-11 06:52:19 UTC
Author: ehaupt
Date: Thu Jul 11 05:52:06 2013
New Revision: 322742
URL: http://svnweb.freebsd.org/changeset/ports/322742

Log:
  xterm patch #294 supports experimental sixel graphics. Provide an option.
  
  PR:		180448
  Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Thu Jul 11 05:05:46 2013	(r322741)
+++ head/x11/xterm/Makefile	Thu Jul 11 05:52:06 2013	(r322742)
@@ -27,11 +27,12 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 
 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 @@ LIB_DEPENDS=		pcre:${PORTSDIR}/devel/pcr
 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=""
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"