Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2008 16:13:26 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125190: [Maintainer Update]misc/tmux:update to 0.4a
Message-ID:  <200807021613.m62GDQTT079774@www.freebsd.org>
Resent-Message-ID: <200807021620.m62GK1pv061535@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125190
>Category:       ports
>Synopsis:       [Maintainer Update]misc/tmux:update to 0.4a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 02 16:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 0.4a from 0.3
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -curN tmux/Makefile tmux.new/Makefile
--- tmux/Makefile	2008-07-03 07:47:48.000000000 +0800
+++ tmux.new/Makefile	2008-07-03 07:50:54.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tmux
-PORTVERSION=	0.3
+PORTVERSION=	0.4a
 CATEGORIES=	misc
 MASTER_SITES=	SF
 
diff -curN tmux/distinfo tmux.new/distinfo
--- tmux/distinfo	2008-06-19 10:22:43.000000000 +0800
+++ tmux.new/distinfo	2008-07-03 07:50:54.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (tmux-0.3.tar.gz) = a3ea00b76629180fbb50e77dda8e3bea
-SHA256 (tmux-0.3.tar.gz) = a8e81e869e733a8fe7cb53ecdf232c794df08c9b19b4b3055f415ba5e354ac25
-SIZE (tmux-0.3.tar.gz) = 87339
+MD5 (tmux-0.4a.tar.gz) = 4afd9540f6b89df9a443cffb8345bf5a
+SHA256 (tmux-0.4a.tar.gz) = 2aebe1161a7ac6563e5b2dda502da49d52c9e4059ba5cea1b21c6fc703d8bc78
+SIZE (tmux-0.4a.tar.gz) = 100685
diff -curN tmux/files/patch-tty.c tmux.new/files/patch-tty.c
--- tmux/files/patch-tty.c	1970-01-01 08:00:00.000000000 +0800
+++ tmux.new/files/patch-tty.c	2008-07-03 07:50:54.000000000 +0800
@@ -0,0 +1,14 @@
+--- tty.c.orig	2008-07-03 07:48:22.000000000 +0800
++++ tty.c	2008-07-03 07:48:46.000000000 +0800
+@@ -85,9 +85,9 @@
+ 	if (tcgetattr(tty->fd, &tty->tio) != 0)
+ 		fatal("tcgetattr failed");
+ 	memcpy(&tio, &tty->tio, sizeof tio);
+-	tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|IUCLC|ISTRIP);
++	tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP);
+ 	tio.c_iflag |= IGNBRK;
+-	tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET|OLCUC);
++	tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET);
+ 	tio.c_lflag &= ~(IEXTEN|ICANON|ECHO|ECHOE|ECHONL|ECHOCTL|ECHOPRT|ECHOKE|ECHOCTL|ISIG);
+ 	tio.c_cc[VMIN] = 1;
+         tio.c_cc[VTIME] = 0;


>Release-Note:
>Audit-Trail:
>Unformatted:



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