From 2017fa03a200a935c5de47b224294aee4c4b41b5 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 17 Nov 2020 21:08:17 +0100 Subject: net-ftp/lftp: remove unused patches Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/18305 Signed-off-by: Sergei Trofimovich --- net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch | 11 ----------- net-ftp/lftp/files/lftp-4.9.0-ipv6.patch | 18 ------------------ 2 files changed, 29 deletions(-) delete mode 100644 net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch delete mode 100644 net-ftp/lftp/files/lftp-4.9.0-ipv6.patch (limited to 'net-ftp') diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch deleted file mode 100644 index 01c9371870c0..000000000000 --- a/net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/m4/lftp_lib_readline.m4 -+++ b/m4/lftp_lib_readline.m4 -@@ -107,7 +107,7 @@ - if test -f "$readline_include_dir/readline/readline.h"; then - readline_include_dir="$readline_include_dir/readline" - fi -- readline_ld_flags="-L$readline_prefix/lib" -+ readline_ld_flags="-L$libdir" - readline_lib_flags="-lreadline" - run_readline_test="yes" - elif test "$readline_requested" = "yes"; then diff --git a/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch b/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch deleted file mode 100644 index 2c02ce5e787b..000000000000 --- a/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/src/ftpclass.cc -+++ b/src/ftpclass.cc -@@ -848,6 +848,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR() - conn->data_sa.in.sin_port=htons(port); - conn->data_sa.sa.sa_family=AF_INET; - } -+#if INET6 - // V6 / AF_INET6 - else if (proto == 2) - { -@@ -855,6 +856,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR() - conn->data_sa.in6.sin6_port=htons(port); - conn->data_sa.sa.sa_family=AF_INET6; - } -+#endif - else - { - Disconnect("unsupported address family"); -- cgit v1.2.3-65-gdbad