aboutsummaryrefslogtreecommitdiff
path: root/misc/mc/files
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-09-23 22:49:48 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-09-23 22:49:48 +0000
commit762f9fab41dcc1e35a325ae11916ad5e8307d2d6 (patch)
treed3cfa4ca2a43330caccacb6676c7a4da2e51619f /misc/mc/files
parentaff72584a0a9c0befa7898a13611b0138326d58e (diff)
downloadports-762f9fab41dcc1e35a325ae11916ad5e8307d2d6.tar.gz
ports-762f9fab41dcc1e35a325ae11916ad5e8307d2d6.zip
Notes
Diffstat (limited to 'misc/mc/files')
-rw-r--r--misc/mc/files/patch-lib__tty__win.c15
-rw-r--r--misc/mc/files/patch-mc-wrapper18
2 files changed, 3 insertions, 30 deletions
diff --git a/misc/mc/files/patch-lib__tty__win.c b/misc/mc/files/patch-lib__tty__win.c
index cf51d91365af..3aafff6bf4b5 100644
--- a/misc/mc/files/patch-lib__tty__win.c
+++ b/misc/mc/files/patch-lib__tty__win.c
@@ -1,15 +1,6 @@
---- ./lib/tty/win.c.orig 2013-09-02 19:13:32.000000000 +0200
-+++ ./lib/tty/win.c 2013-12-07 10:33:20.000000000 +0100
-@@ -96,7 +96,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);
-@@ -108,7 +108,7 @@
+--- 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)
{
diff --git a/misc/mc/files/patch-mc-wrapper b/misc/mc/files/patch-mc-wrapper
deleted file mode 100644
index bad58d1cfbe7..000000000000
--- a/misc/mc/files/patch-mc-wrapper
+++ /dev/null
@@ -1,18 +0,0 @@
---- contrib/mc-wrapper.csh.in.orig Wed Nov 6 00:46:12 2002
-+++ contrib/mc-wrapper.csh.in Tue Jun 15 03:16:29 2004
-@@ -14,5 +14,5 @@
- unsetenv MC_PWD
- endif
-
--rm -f "$MC_PWD_FILE"
-+/bin/rm -f "$MC_PWD_FILE"
- unsetenv MC_PWD_FILE
---- contrib/mc-wrapper.sh.in.orig Wed Nov 6 00:46:12 2002
-+++ contrib/mc-wrapper.sh.in Tue Jun 15 03:16:29 2004
-@@ -9,5 +9,5 @@
- unset MC_PWD
- fi
-
--rm -f "$MC_PWD_FILE"
-+/bin/rm -f "$MC_PWD_FILE"
- unset MC_PWD_FILE