diff options
Diffstat (limited to 'mail-client/alpine/files')
-rw-r--r-- | mail-client/alpine/files/alpine-2.22-cc.patch | 24 | ||||
-rw-r--r-- | mail-client/alpine/files/alpine-2.22-fno-common.patch | 19 |
2 files changed, 0 insertions, 43 deletions
diff --git a/mail-client/alpine/files/alpine-2.22-cc.patch b/mail-client/alpine/files/alpine-2.22-cc.patch deleted file mode 100644 index 87132bdd6b51..000000000000 --- a/mail-client/alpine/files/alpine-2.22-cc.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- ./imap/tools/Makefile 2020-04-19 23:45:13.080083548 +0200 -+++ ./imap/tools/Makefile 2020-04-19 23:45:24.525083844 +0200 -@@ -21,7 +21,6 @@ - # Internet: MRC@CAC.Washington.EDU - - --CC=cc - RM=rm -f - - ---- ./imap/src/osdep/unix/Makefile 2020-04-19 23:54:55.454098598 +0200 -+++ ./imap/src/osdep/unix/Makefile 2020-04-19 23:54:55.454098598 +0200 -@@ -132,10 +132,8 @@ - - # Commands possibly overridden by the individual port - --ARRC=ar rc --CC=cc -+ARRC=$(AR) rc - LN=ln -s --RANLIB=ranlib - - - # Standard distribution build parameters diff --git a/mail-client/alpine/files/alpine-2.22-fno-common.patch b/mail-client/alpine/files/alpine-2.22-fno-common.patch deleted file mode 100644 index 0ef289eb8cdd..000000000000 --- a/mail-client/alpine/files/alpine-2.22-fno-common.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/pith/smkeys.c -+++ b/pith/smkeys.c -@@ -34,6 +34,7 @@ static char rcsid[] = "$Id: smkeys.c 1266 2009-07-14 18:39:12Z hubert@u.washingt - #include "../pith/util.h" - #include "../pith/mailindx.h" - #include "../pith/readfile.h" -+#include "../pith/options.h" - #include "smkeys.h" - - #ifdef APPLEKEYCHAIN -@@ -50,8 +51,6 @@ static int mem_add_extra_cacerts(char *contents, X509_LOOKUP *lookup); - int compare_certs_by_name(const void *data1, const void *data2); - int password_policy_check(char *); - --int (*pith_smime_enter_password)(char *, char *, size_t); -- - /* test if password passes a predetermined policy. - * return value: 0 - does not pass; 1 - it passes - */ |