* [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/files/
@ 2021-03-14 18:53 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2021-03-14 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 76323b7caf463e3a7b29987e0ee6bd09e6055da9
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 14 16:46:34 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 18:51:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76323b7c
app-misc/mc: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19928
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch | 26 ------------------------
1 file changed, 26 deletions(-)
diff --git a/app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch b/app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch
deleted file mode 100644
index 239ac5cb7cb..00000000000
--- a/app-misc/mc/files/mc-4.8.25-alacritty-tmux.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-http://midnight-commander.org/ticket/4149
---- a/misc/mc.lib
-+++ b/misc/mc.lib
-@@ -116,6 +116,9 @@ alt-shift-left=\\e[1\;4D
- alt-shift-up=\\e[1\;4A
- alt-shift-down=\\e[1\;4B
-
-+[terminal:alacritty]
-+copy=xterm
-+
- [terminal:gnome]
- copy=xterm
-
-@@ -137,6 +140,12 @@ copy=xterm
- [terminal:screen-256color]
- copy=xterm
-
-+[terminal:tmux]
-+copy=xterm
-+
-+[terminal:tmux-256color]
-+copy=xterm
-+
- [terminal:ibmpc3]
- f11=\\e[Y
- f12=\\e[Z
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/files/
@ 2024-02-17 14:35 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2024-02-17 14:35 UTC (permalink / raw
To: gentoo-commits
commit: be189f08c00810956c5af15b35ea0cd593c31658
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 17 14:35:13 2024 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:35:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be189f08
app-misc/mc: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/mc/files/mc-4.8.29-autoconf-c99.patch | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch b/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch
deleted file mode 100644
index f1577dd7abbc..000000000000
--- a/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a2dbad461b8a63630f9ad7cfa36b6613e85a91cb Mon Sep 17 00:00:00 2001
-From: Florian Weimer <fweimer@redhat.com>
-Date: Sun, 5 Feb 2023 18:38:37 +0100
-Subject: [PATCH] autoconf: Fix C99 compatibility issue in mc_GET_FS_INFO check
-Content-type: text/plain
-
-Include <fcntl.h> for the declaration of posix_fallocate. This
-avoids an implicit function declaration and build issues with future
-compilers.
-
-Signed-off-by: Florian Weimer <fweimer@redhat.com>
---- a/m4.include/mc-get-fs-info.m4
-+++ b/m4.include/mc-get-fs-info.m4
-@@ -8,6 +8,7 @@ AC_DEFUN([gl_POSIX_FALLOCATE], [
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[
- #define _XOPEN_SOURCE 600
- #include <stdlib.h>
-+ #include <fcntl.h>
- #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
- possibly broken posix_fallocate
- #endif
---
-2.39.1
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-17 14:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-14 18:53 [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-02-17 14:35 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox