Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2018 09:19:06 +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: r480159 - in head/x11/xterm: . files
Message-ID:  <201809200919.w8K9J6LU080089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Sep 20 09:19:06 2018
New Revision: 480159
URL: https://svnweb.freebsd.org/changeset/ports/480159

Log:
  - Update to 336
  - Pacify portlint
  - Since FreeBSD terminal drivers are not aware of UTF-8, change default ttyModes
    to tabs (tab0).
  
  PR:		229682 (based on)

Added:
  head/x11/xterm/files/
  head/x11/xterm/files/patch-UXTerm.ad   (contents, props changed)
Modified:
  head/x11/xterm/Makefile
  head/x11/xterm/distinfo

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Thu Sep 20 09:12:06 2018	(r480158)
+++ head/x11/xterm/Makefile	Thu Sep 20 09:19:06 2018	(r480159)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xterm
-PORTVERSION=	335
+PORTVERSION=	336
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.invisible-island.net/xterm/:src1 \
 		https://invisible-mirror.net/archives/xterm/:src1 \
@@ -15,14 +15,16 @@ COMMENT=	Terminal emulator for the X Window System
 
 LICENSE=	MIT
 
-CONFLICTS=	x11iraf-[0-9]*
-
 USES=		cpe ncurses tar:tgz
-CPE_VENDOR=	invisible-island
 USE_XORG=	xft xmu xt x11 xpm ice
+
 GNU_CONFIGURE=	yes
 
+CPE_VENDOR=	invisible-island
+
 CONFIGURE_ARGS+=	--with-utempter --enable-narrowproto
+
+CONFLICTS=	x11iraf-[0-9]*
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib

Modified: head/x11/xterm/distinfo
==============================================================================
--- head/x11/xterm/distinfo	Thu Sep 20 09:12:06 2018	(r480158)
+++ head/x11/xterm/distinfo	Thu Sep 20 09:19:06 2018	(r480159)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1534318481
-SHA256 (xterm-335.tgz) = e0bf172a9bf301bd9d5ae27957f4f54687b5d22382fd2f4d872d0a4db47fcb96
-SIZE (xterm-335.tgz) = 1319009
+TIMESTAMP = 1537424357
+SHA256 (xterm-336.tgz) = a9b51c2c0154ad2f5f5b1d8a2348a6ebd4f845e7d277664d66604183522c0607
+SIZE (xterm-336.tgz) = 1337426
 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
 SIZE (bsd-xterm-icons-1.tgz) = 22718

Added: head/x11/xterm/files/patch-UXTerm.ad
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xterm/files/patch-UXTerm.ad	Thu Sep 20 09:19:06 2018	(r480159)
@@ -0,0 +1,10 @@
+--- UXTerm.ad.orig	2010-03-04 01:17:07 UTC
++++ UXTerm.ad
+@@ -74,3 +74,7 @@
+ !*VT100.font4:	-efont-biwidth-medium-r-normal--14-140-75-75-p-70-iso10646-1
+ !*VT100.font5:	-efont-biwidth-medium-r-normal--16-160-75-75-p-80-iso10646-1
+ !*VT100.font6:	-efont-biwidth-medium-r-normal--24-240-75-75-p-120-iso10646-1
++
++! FreeBSD terminal drivers are not aware of UTF-8 (see PR: 229682). Change
++! default stty oflags to tab0.
++*ttyModes:	tabs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809200919.w8K9J6LU080089>