[Midnightbsd-cvs] mports [17639] trunk/misc/mc/files: add missing files

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 28 18:46:03 EDT 2014


Revision: 17639
          http://svnweb.midnightbsd.org/mports/?rev=17639
Author:   laffer1
Date:     2014-09-28 18:46:02 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
add missing files

Added Paths:
-----------
    trunk/misc/mc/files/mc.desktop
    trunk/misc/mc/files/patch-lib__tty__win.c
    trunk/misc/mc/files/pkg-message.in

Added: trunk/misc/mc/files/mc.desktop
===================================================================
--- trunk/misc/mc/files/mc.desktop	                        (rev 0)
+++ trunk/misc/mc/files/mc.desktop	2014-09-28 22:46:02 UTC (rev 17639)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Midnight Commander
+GenericName=Midnight Commander
+Comment=Midnight Commander, a free Norton Commander Clone
+Icon=mc
+Exec=mc
+Categories=System;Utility;Core;FileTools;FileManager;
+Terminal=true


Property changes on: trunk/misc/mc/files/mc.desktop
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/misc/mc/files/patch-lib__tty__win.c
===================================================================
--- trunk/misc/mc/files/patch-lib__tty__win.c	                        (rev 0)
+++ trunk/misc/mc/files/patch-lib__tty__win.c	2014-09-28 22:46:02 UTC (rev 17639)
@@ -0,0 +1,11 @@
+--- lib/tty/win.c.orig	2014-09-02 09:23:58 UTC
++++ lib/tty/win.c
+@@ -107,7 +107,7 @@
+ void
+ do_exit_ca_mode (void)
+ {
+-    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);


Property changes on: trunk/misc/mc/files/patch-lib__tty__win.c
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/misc/mc/files/pkg-message.in
===================================================================
--- trunk/misc/mc/files/pkg-message.in	                        (rev 0)
+++ trunk/misc/mc/files/pkg-message.in	2014-09-28 22:46:02 UTC (rev 17639)
@@ -0,0 +1,14 @@
+===============================================================================
+
+Midnight Commander has been installed.
+
+If you have problems, please reinstall Midnight Commander
+
+cd /usr/ports/misc/mc && make deinstall clean reinstall
+
+For Screen it is best to use the default Option SLANG, with NCURSES
+you can have worse graphics.
+
+Have fun!
+
+===============================================================================


Property changes on: trunk/misc/mc/files/pkg-message.in
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list