summaryrefslogtreecommitdiff
path: root/net-mail/mailutils/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /net-mail/mailutils/files
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'net-mail/mailutils/files')
-rw-r--r--net-mail/mailutils/files/mailutils-3.6-underlinking.patch11
-rw-r--r--net-mail/mailutils/files/mailutils-3.8-fix-tests.patch48
-rw-r--r--net-mail/mailutils/files/mailutils-3.8-fno-common.patch22
-rw-r--r--net-mail/mailutils/files/mailutils-3.9-python-config.patch27
-rw-r--r--net-mail/mailutils/files/mailutils-3.9-underlinking.patch11
5 files changed, 0 insertions, 119 deletions
diff --git a/net-mail/mailutils/files/mailutils-3.6-underlinking.patch b/net-mail/mailutils/files/mailutils-3.6-underlinking.patch
deleted file mode 100644
index 512a05f3a313..000000000000
--- a/net-mail/mailutils/files/mailutils-3.6-underlinking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac 2019-02-26 17:11:29.398115222 +0300
-+++ b/configure.ac 2019-02-26 17:14:13.733899654 +0300
-@@ -985,7 +985,7 @@
- AC_CHECK_LIB(ldap, ldap_bind,[
- status_ldap=yes
- AC_DEFINE(WITH_LDAP, 1, [Define to 1 if you want to use -lldap])
-- MU_AUTHLIBS="$MU_AUTHLIBS -lldap"],
-+ MU_AUTHLIBS="$MU_AUTHLIBS -lldap -llber"],
- [status_ldap=no])
- fi
-
diff --git a/net-mail/mailutils/files/mailutils-3.8-fix-tests.patch b/net-mail/mailutils/files/mailutils-3.8-fix-tests.patch
deleted file mode 100644
index 90808d883226..000000000000
--- a/net-mail/mailutils/files/mailutils-3.8-fix-tests.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-commit 2fe205b5e0b025200150c62581283e99598a80a6
-Author: Eray Aslan <eras@gentoo.org>
-Date: Fri Nov 8 10:57:43 2019 +0300
-
- save mailboxes as mbox for make test
-
- when default mailbox scheme is chosen as maildir, mda tests fail with
- messages like:
-
- sed: read error on spool/root: Is a directory
-
- make sure we save the test mailboxes as mbox
-
- Signed-off-by: Eray Aslan <eras@gentoo.org>
-
-diff --git a/mda/tests/forward.at b/mda/tests/forward.at
-index 96170ad6a..75a9d6966 100644
---- a/mda/tests/forward.at
-+++ b/mda/tests/forward.at
-@@ -19,7 +19,7 @@ AT_KEYWORDS([maidag forward])
-
- m4_pushdef([TESTMDA_CONF],[cat > testmda.conf <<EOF
- mailbox {
-- mailbox-pattern "$(pwd)/spool/\${user}";
-+ mailbox-pattern "mbox:$(pwd)/spool/\${user}";
- }
-
- mailer {
-diff --git a/mda/tests/mda.at b/mda/tests/mda.at
-index 6623fb623..083e7c318 100644
---- a/mda/tests/mda.at
-+++ b/mda/tests/mda.at
-@@ -16,7 +16,7 @@
-
- m4_pushdef([TESTMDA_CONF],[cat > testmda.conf <<EOF
- mailbox {
-- mailbox-pattern "$(pwd)/spool/\${user}";
-+ mailbox-pattern "mbox:$(pwd)/spool/\${user}";
- }
- EOF
- ])
-@@ -56,4 +56,4 @@ cat spool/root
-
- AT_CLEANUP
-
--m4_popdef([TESTMDA_CONF])
-\ No newline at end of file
-+m4_popdef([TESTMDA_CONF])
diff --git a/net-mail/mailutils/files/mailutils-3.8-fno-common.patch b/net-mail/mailutils/files/mailutils-3.8-fno-common.patch
deleted file mode 100644
index c7aa72df10e8..000000000000
--- a/net-mail/mailutils/files/mailutils-3.8-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/imap4d/imap4d.h
-+++ b/imap4d/imap4d.h
-@@ -229,8 +229,6 @@ extern struct mu_tls_config global_tls_conf;
- extern int test_mode;
- extern int silent_expunge;
-
--int tls_available;
--
- /* Input functions */
- extern mu_stream_t iostream;
- extern int io_untagged_response (int, const char *, ...) MU_PRINTFLIKE(2,3);
---- a/lib/tcpwrap.h
-+++ b/lib/tcpwrap.h
-@@ -17,7 +17,7 @@
- #include <mailutils/types.h>
-
- extern int mu_tcp_wrapper_enable;
--const char *mu_tcp_wrapper_daemon;
-+extern const char *mu_tcp_wrapper_daemon;
- extern int mu_tcpwrapper_access (int fd);
- extern void mu_tcpwrapper_cfg_init (void);
- extern int mu_tcp_wrapper_prefork (int fd,
diff --git a/net-mail/mailutils/files/mailutils-3.9-python-config.patch b/net-mail/mailutils/files/mailutils-3.9-python-config.patch
deleted file mode 100644
index 5a2ecdd2aec2..000000000000
--- a/net-mail/mailutils/files/mailutils-3.9-python-config.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 5e3463bf6b5deb8ab5c6dffc6792a0a9a3bd7890 Mon Sep 17 00:00:00 2001
-From: Jordi Mallach <jordi@debian.org>
-Date: Sun, 22 Mar 2020 19:58:31 +0100
-Subject: Call $PYTHON_CONFIG instead of pyhon-config.
-
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 6946a1aa6..4c089555a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1218,8 +1218,8 @@ if test "$status_python" = yes; then
- esac
-
- # See https://docs.python.org/dev/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
-- PYTHON_LIBS=`python-config --libs --embed 2>/dev/null` || \
-- PYTHON_LIBS=`python-config --libs`
-+ PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || \
-+ PYTHON_LIBS=`$PYTHON_CONFIG --libs`
- PYTHON_INCLUDES=`$PYTHON_CONFIG --includes`
- else
- status_python=no
---
-cgit v1.2.1
-
diff --git a/net-mail/mailutils/files/mailutils-3.9-underlinking.patch b/net-mail/mailutils/files/mailutils-3.9-underlinking.patch
deleted file mode 100644
index a7992aff9462..000000000000
--- a/net-mail/mailutils/files/mailutils-3.9-underlinking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac 2020-03-23 14:09:46.662589298 +0300
-+++ b/configure.ac 2020-03-23 14:12:36.191030873 +0300
-@@ -958,7 +958,7 @@
- AC_CHECK_LIB(ldap, ldap_bind,[
- status_ldap=yes
- AC_DEFINE(WITH_LDAP, 1, [Define to 1 if you want to use -lldap])
-- MU_AUTHLIBS="${MU_AUTHLIBS}${MU_AUTHLIBS:+ }-lldap"],
-+ MU_AUTHLIBS="${MU_AUTHLIBS}${MU_AUTHLIBS:+ }-lldap -llber"],
- [status_ldap=no])
- fi
-