From owner-svn-ports-all@freebsd.org Wed Oct 7 01:36:55 2015 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 9A3EF9D0629; Wed, 7 Oct 2015 01:36:55 +0000 (UTC) (envelope-from amdmi3@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 4678A6AD; Wed, 7 Oct 2015 01:36:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t971asVo018142; Wed, 7 Oct 2015 01:36:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t971asZ6018140; Wed, 7 Oct 2015 01:36:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510070136.t971asZ6018140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 7 Oct 2015 01:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398735 - 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.20 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, 07 Oct 2015 01:36:55 -0000 Author: amdmi3 Date: Wed Oct 7 01:36:53 2015 New Revision: 398735 URL: https://svnweb.freebsd.org/changeset/ports/398735 Log: - Switch to options helpers - Only use pkg-message specific to WCHAR option when the option is enabled - Drop 8.x support Approved by: portmgr blanket Added: head/x11/xterm/pkg-message.wchar - copied unchanged from r397601, head/x11/xterm/pkg-message Deleted: head/x11/xterm/pkg-message Modified: head/x11/xterm/Makefile Modified: head/x11/xterm/Makefile ============================================================================== --- head/x11/xterm/Makefile Wed Oct 7 01:36:46 2015 (r398734) +++ head/x11/xterm/Makefile Wed Oct 7 01:36:53 2015 (r398735) @@ -48,6 +48,7 @@ OPTIONS_DEFAULT=WCHAR LUIT 256COLOR LUIT_BUILD_DEPENDS= luit:${PORTSDIR}/x11/luit LUIT_CONFIGURE_ENABLE= luit WCHAR_CONFIGURE_ENABLE= wide-chars +WCHAR_VARS= PKGMESSAGE="${PKGDIR}/pkg-message.wchar" DECTERM_CONFIGURE_ENABLE= dec-locator PCRE_CONFIGURE_WITH= pcre PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre @@ -68,10 +69,6 @@ NEXTAW_LIB_DEPENDS= libneXtaw.so:${PORT USE_XORG+= xaw .endif -.if ${OSVERSION} < 900004 -LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter -.endif - post-extract: @${CP} ${WRKDIR}/bsd-xterm-icons-1/*.png \ ${WRKDIR}/bsd-xterm-icons-1/*.xpm \ @@ -84,8 +81,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/xterm.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ -.if ${PORT_OPTIONS:MWCHAR} - @${CAT} ${PKGMESSAGE} -.endif - .include Copied: head/x11/xterm/pkg-message.wchar (from r397601, head/x11/xterm/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xterm/pkg-message.wchar Wed Oct 7 01:36:53 2015 (r398735, copy of r397601, head/x11/xterm/pkg-message) @@ -0,0 +1,10 @@ +================================================================================ +You installed xterm with wide chars support. This introduces some limitations +comparing to the plain single chars version: this version of xterm will use +UTF-8 charset for selection buffers, breaking 8-bit copy/paste support unless +you are using UTF-8 or ISO8859-1 locale. If you want 8-bit charset selections to +work as before, use "eightBitSelectTypes" XTerm resource setting. + +For further information refer to the SELECT/PASTE section of xterm(1) manual +page. +================================================================================