From owner-svn-ports-all@freebsd.org Wed Apr 27 11:37:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C50D4B1E754; Wed, 27 Apr 2016 11:37:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9733A1051; Wed, 27 Apr 2016 11:37:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3RBboKg012149; Wed, 27 Apr 2016 11:37:50 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3RBbofM012148; Wed, 27 Apr 2016 11:37:50 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201604271137.u3RBbofM012148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 27 Apr 2016 11:37:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414101 - head/x11/xterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 11:37:51 -0000 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