Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2012 17:50:44 GMT
From:      Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166650: [update] misc/mc 4.8.1.1
Message-ID:  <201204041750.q34Hoi6M055350@red.freebsd.org>
Resent-Message-ID: <201204041800.q34I0ArB066652@freefall.freebsd.org>

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

>Number:         166650
>Category:       ports
>Synopsis:       [update] misc/mc 4.8.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 04 18:00:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Svyatoslav Lempert
>Release:        8.2-STABLE
>Organization:
>Environment:
>Description:
- Update to 4.8.1.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nru mc.old/Makefile mc/Makefile
--- mc.old/Makefile	2012-02-19 10:24:23.000000000 +0900
+++ mc/Makefile	2012-04-05 02:20:39.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mc
-PORTVERSION=	4.7.5.6
+PORTVERSION=	4.8.1.1
 PORTREVISION=	0
 CATEGORIES=	misc shells
 MASTER_SITES=	http://www.midnight-commander.org/downloads/ \
diff -Nru mc.old/distinfo mc/distinfo
--- mc.old/distinfo	2012-02-19 10:24:23.000000000 +0900
+++ mc/distinfo	2012-04-05 02:20:46.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (mc-4.7.5.6.tar.xz) = 8fc20859eac824b062fb2862429579b75cdbfb8d9011f1a7793d516550af4ffd
-SIZE (mc-4.7.5.6.tar.xz) = 1995148
+SHA256 (mc-4.8.1.1.tar.xz) = 94d307bfd979ed62bdf14f2bab8ca97327526bdd27a9d4bc5c810889e89e85e2
+SIZE (mc-4.8.1.1.tar.xz) = 2012644
diff -Nru mc.old/files/patch-lib-tty-win.c mc/files/patch-lib-tty-win.c
--- mc.old/files/patch-lib-tty-win.c	2011-12-02 21:16:26.000000000 +0900
+++ mc/files/patch-lib-tty-win.c	2012-04-05 02:26:14.000000000 +0900
@@ -1,20 +1,20 @@
---- lib/tty/win.c.orig	2011-12-02 18:59:45.000000000 +0700
-+++ lib/tty/win.c	2011-12-02 19:00:11.000000000 +0700
-@@ -98,7 +98,7 @@
+--- lib/tty/win.c.old	2012-04-05 02:20:57.000000000 +0900
++++ lib/tty/win.c	2012-04-05 02:24:53.000000000 +0900
+@@ -96,7 +96,7 @@
  void
  do_enter_ca_mode (void)
  {
--    if (xterm_flag && smcup != NULL)
-+    if (xterm_flag)
+-    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);
-@@ -110,7 +110,7 @@
+@@ -108,7 +108,7 @@
  void
  do_exit_ca_mode (void)
  {
--    if (xterm_flag && rmcup != NULL)
-+    if (xterm_flag)
+-    if (mc_global.tty.xterm_flag && rmcup != NULL)
++    if (mc_global.tty.xterm_flag)
      {
          fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m");
          fflush (stdout);


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



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