Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2014 15:58:50 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374403 - in head/misc/mc: . files
Message-ID:  <201412091558.sB9Fwop2039610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Dec  9 15:58:50 2014
New Revision: 374403
URL: https://svnweb.freebsd.org/changeset/ports/374403
QAT: https://qat.redports.org/buildarchive/r374403/

Log:
  misc/mc: really re-add small patch that was deleted in r369133
  
  Thanks to tijl: patch syntax was bogus and was ignored.
  
  PR:		194627

Modified:
  head/misc/mc/Makefile
  head/misc/mc/files/patch-lib__tty__win.c

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Tue Dec  9 15:55:40 2014	(r374402)
+++ head/misc/mc/Makefile	Tue Dec  9 15:58:50 2014	(r374403)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mc
 PORTVERSION=	4.8.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc shells
 MASTER_SITES=	http://ftp.midnight-commander.org/ \
 		http://ftp.osuosl.org/pub/midnightcommander/ \

Modified: head/misc/mc/files/patch-lib__tty__win.c
==============================================================================
--- head/misc/mc/files/patch-lib__tty__win.c	Tue Dec  9 15:55:40 2014	(r374402)
+++ head/misc/mc/files/patch-lib__tty__win.c	Tue Dec  9 15:58:50 2014	(r374403)
@@ -1,14 +1,14 @@
 --- lib/tty/win.c.orig	2014-09-02 09:23:58 UTC
 +++ lib/tty/win.c
-+@@ -95,7 +95,7 @@
-+ void
-+ do_enter_ca_mode (void)
-+ {
-+-    if (mc_global.tty.xterm_flag && smcup != NULL)
-++    if (mc_global.tty.xterm_flag)
-+     {
-+         fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h");
-+         fflush (stdout);
+@@ -95,7 +95,7 @@
+ void
+ do_enter_ca_mode (void)
+ {
+-    if (mc_global.tty.xterm_flag && smcup != NULL)
++    if (mc_global.tty.xterm_flag)
+     {
+         fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h");
+         fflush (stdout);
 @@ -107,7 +107,7 @@
  void
  do_exit_ca_mode (void)



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