svn commit: r414101 - head/x11/xterm

Emanuel Haupt ehaupt at FreeBSD.org
Wed Apr 27 11:37:51 UTC 2016


Author: ehaupt
Date: Wed Apr 27 11:37:50 2016
New Revision: 414101
URL: https://svnweb.freebsd.org/changeset/ports/414101

Log:
  Provide an option to build with ReGIS graphics support.
  
  PR:		209083
  Submitted by:	IWAMOTO Kouichi

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Wed Apr 27 11:15:42 2016	(r414100)
+++ head/x11/xterm/Makefile	Wed Apr 27 11:37:50 2016	(r414101)
@@ -28,7 +28,7 @@ LIBS+=		-L${LOCALBASE}/lib
 ICONVERSION=	1
 
 OPTIONS_DEFINE=	WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \
-		SCRNDUMP
+		SCRNDUMP REGIS
 OPTIONS_RADIO=	3D
 OPTIONS_RADIO_3D=	XAW3D XAW3DXFT NEXTAW
 
@@ -36,6 +36,7 @@ DABBREV_DESC=	Enable support for dabbrev
 DECTERM_DESC=	Enable DECterm Locator support
 LUIT_DESC=	Use LUIT for locale convertion from/to UTF-8
 SIXEL_DESC=	Enable Sixel graphics support
+REGIS_DESC=	Enable ReGIS graphics support
 WCHAR_DESC=	Enable wide-character support
 256COLOR_DESC=	Enable 256-color support
 LOGGING_DESC=	Enable logging terminal I/O to a file
@@ -56,6 +57,7 @@ PCRE_CONFIGURE_WITH=		pcre
 PCRE_LIB_DEPENDS=		libpcre.so:devel/pcre
 DABBREV_CONFIGURE_ENABLE=	dabbrev
 SIXEL_CONFIGURE_ENABLE=		sixel-graphics
+REGIS_CONFIGURE_ENABLE=		regis-graphics
 GNOME_USES=			desktop-file-utils
 LOGGING_CONFIGURE_ENABLE=	logging
 SCRNDUMP_CONFIGURE_ENABLE=	screen-dumps


More information about the svn-ports-head mailing list