Date: Wed, 27 Apr 2016 11:37:50 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414101 - head/x11/xterm Message-ID: <201604271137.u3RBbofM012148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604271137.u3RBbofM012148>