summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches
diff options
context:
space:
mode:
authortonio <tonio>2010-11-07 14:52:47 +0000
committertonio <tonio>2010-11-07 14:52:47 +0000
commit254e08013529d0ce39980202d23b5d9ced2441ce (patch)
treeacc9915bde2f6089deccbdc11ae1edb47d0cbeaa /mail/mutt-devel/patches
parent915926219e5e24926f3d6c28323a432715be6308 (diff)
downloadpkgsrc-254e08013529d0ce39980202d23b5d9ced2441ce.tar.gz
Update mail/mutt-devel to 1.5.21
1.5.21 (2010-09-15): + $mail_check_recent controls whether all unread mail or only new mail since the last mailbox visit will be reported as new + %D format expando for $folder_format ! $thorough_search defaults to yes + imap-logout-all closes all open IMAP connections ! header/body cache paths are always UTF-8 + $wrap_headers to control outgoing message's header length + all text/* parts can be displayed inline without mailcap + send-hooks now run in batch mode; previously only send2-hooks ran.
Diffstat (limited to 'mail/mutt-devel/patches')
-rw-r--r--mail/mutt-devel/patches/patch-ab18
-rw-r--r--mail/mutt-devel/patches/patch-ae22
-rw-r--r--mail/mutt-devel/patches/patch-ag10
-rw-r--r--mail/mutt-devel/patches/patch-ai37
-rw-r--r--mail/mutt-devel/patches/patch-al10
-rw-r--r--mail/mutt-devel/patches/patch-an8
6 files changed, 22 insertions, 83 deletions
diff --git a/mail/mutt-devel/patches/patch-ab b/mail/mutt-devel/patches/patch-ab
index ea2abeba8fc..5253eea2b18 100644
--- a/mail/mutt-devel/patches/patch-ab
+++ b/mail/mutt-devel/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.14 2009/08/05 11:41:12 hasso Exp $
+$NetBSD: patch-ab,v 1.15 2010/11/07 14:52:47 tonio Exp $
---- Makefile.in.orig 2009-07-25 19:16:56.000000000 +0200
+--- Makefile.in.orig 2010-08-25 16:31:48.000000000 +0000
+++ Makefile.in
@@ -65,7 +65,7 @@ CONFIG_CLEAN_FILES = intl/Makefile hcach
CONFIG_CLEAN_VPATH_FILES =
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.14 2009/08/05 11:41:12 hasso Exp $
-DHAVE_CONFIG_H=1
DEPDIR = @DEPDIR@
-@@ -321,7 +321,7 @@ infodir = @infodir@
+@@ -322,7 +322,7 @@ infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
@@ -29,24 +29,24 @@ $NetBSD: patch-ab,v 1.14 2009/08/05 11:41:12 hasso Exp $
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
-@@ -344,7 +344,7 @@ AUTOMAKE_OPTIONS = 1.6 foreign
- SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
+@@ -346,7 +346,7 @@ SUBDIRS = m4 po intl doc contrib $(IMAP_
bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@
- BUILT_SOURCES = keymap_defs.h patchlist.c reldate.h hcversion.h
+ @BUILD_HCACHE_TRUE@HCVERSION = hcversion.h
+ BUILT_SOURCES = keymap_defs.h patchlist.c reldate.h $(HCVERSION)
-mutt_SOURCES = \
+mutt_SOURCES = mvchgat.c \
addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \
crypt.c cryptglue.c \
commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \
-@@ -665,6 +665,7 @@ distclean-compile:
+@@ -666,6 +666,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2231.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc3676.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mvchgat.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe_asprintf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendlib.Po@am__quote@
-@@ -1191,11 +1192,6 @@ install-exec-hook:
+@@ -1194,11 +1195,6 @@ install-exec-hook:
rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \
ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
fi
diff --git a/mail/mutt-devel/patches/patch-ae b/mail/mutt-devel/patches/patch-ae
deleted file mode 100644
index 1c76bde9790..00000000000
--- a/mail/mutt-devel/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.14 2009/08/27 10:38:19 wiz Exp $
-
---- mutt_ssl.c.orig 2009-06-10 05:08:29.000000000 +0000
-+++ mutt_ssl.c
-@@ -652,7 +652,7 @@ static int check_host (X509 *x509cert, c
- char *buf = NULL;
- int bufsize;
- /* needed to get the DNS subjectAltNames: */
-- STACK *subj_alt_names;
-+ STACK_OF(GENERAL_NAME) *subj_alt_names;
- int subj_alt_names_count;
- GENERAL_NAME *subj_alt_name;
- /* did we find a name matching hostname? */
-@@ -735,7 +735,7 @@ static int ssl_cache_trusted_cert (X509
- {
- dprint (1, (debugfile, "trusted: %s\n", c->name));
- if (!SslSessionCerts)
-- SslSessionCerts = sk_new_null();
-+ SslSessionCerts = sk_X509_new_null();
- return (sk_X509_push (SslSessionCerts, X509_dup(c)));
- }
-
diff --git a/mail/mutt-devel/patches/patch-ag b/mail/mutt-devel/patches/patch-ag
index 6e0a95cb106..5169c028260 100644
--- a/mail/mutt-devel/patches/patch-ag
+++ b/mail/mutt-devel/patches/patch-ag
@@ -1,17 +1,17 @@
-$NetBSD: patch-ag,v 1.8 2009/01/26 22:35:03 tonio Exp $
+$NetBSD: patch-ag,v 1.9 2010/11/07 14:52:47 tonio Exp $
---- doc/Makefile.in.orig 2009-01-05 20:24:14.000000000 +0100
+--- doc/Makefile.in.orig 2010-08-25 16:31:48.000000000 +0000
+++ doc/Makefile.in
-@@ -492,7 +492,7 @@ uninstall-am: uninstall-local
+@@ -519,7 +519,7 @@ uninstall-am: uninstall-local
all: makedoc-all
--makedoc-all: mutt.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt
+-makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt
+makedoc-all: mutt.1 muttrc.man
install-data-local: makedoc-all instdoc
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
-@@ -504,8 +504,8 @@ install-data-local: makedoc-all instdoc
+@@ -532,8 +532,8 @@ install-data-local: makedoc-all instdoc
test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \
$(DESTDIR)$(mandir)/man1/mutt_dotlock.1
./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
diff --git a/mail/mutt-devel/patches/patch-ai b/mail/mutt-devel/patches/patch-ai
deleted file mode 100644
index 708fd31f122..00000000000
--- a/mail/mutt-devel/patches/patch-ai
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-ai,v 1.5 2009/09/13 22:47:30 wiz Exp $
-
-Two patches from
-http://bugs.mutt.org/3308
-and
-http://bugs.mutt.org/3312
-fixing bugs in MH handling.
-
---- mh.c.orig 2009-06-01 16:29:32.000000000 +0000
-+++ mh.c
-@@ -146,7 +146,7 @@ static int mh_read_token (char *t, int *
- if ((p = strchr (t, '-')))
- {
- *p++ = '\0';
-- if (mutt_atoi (t, first) < 0 || mutt_atoi (t, last) < 0)
-+ if (mutt_atoi (t, first) < 0 || mutt_atoi (p, last) < 0)
- return -1;
- }
- else
-@@ -207,7 +207,7 @@ static int mh_read_sequences (struct mh_
- out:
- FREE (&buff);
- safe_fclose (&fp);
-- return 0;
-+ return rc;
- }
-
- static inline mode_t mh_umask (CONTEXT* ctx)
-@@ -1155,7 +1155,7 @@ int mh_read_dir (CONTEXT * ctx, const ch
-
- if (ctx->magic == M_MH)
- {
-- if (mh_read_sequences (&mhs, ctx->path) >= 0)
-+ if (mh_read_sequences (&mhs, ctx->path) < 0)
- return -1;
- mh_update_maildir (md, &mhs);
- mhs_free_sequences (&mhs);
diff --git a/mail/mutt-devel/patches/patch-al b/mail/mutt-devel/patches/patch-al
index 63913bd8597..3f635933698 100644
--- a/mail/mutt-devel/patches/patch-al
+++ b/mail/mutt-devel/patches/patch-al
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.10 2009/08/05 11:41:12 hasso Exp $
+$NetBSD: patch-al,v 1.11 2010/11/07 14:52:47 tonio Exp $
---- configure.orig 2009-06-09 08:50:42.000000000 +0200
+--- configure.orig 2010-08-25 16:31:47.000000000 +0000
+++ configure
-@@ -11623,7 +11623,7 @@ fi
+@@ -7836,7 +7836,7 @@ fi
old_LIBS="$LIBS"
LIBS="$LIBS $MUTTLIBS"
@@ -10,8 +10,8 @@ $NetBSD: patch-al,v 1.10 2009/08/05 11:41:12 hasso Exp $
+ for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm mvchgat mvwchgat
do
- { $as_echo "$as_me:$LINENO: checking for $ac_func declaration" >&5
-@@ -14939,7 +14939,7 @@ docdir=$mutt_cv_docdir
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_func declaration" >&5
+@@ -8856,7 +8856,7 @@ fi
if test x$mutt_cv_setgid = xyes; then
DOTLOCK_GROUP='mail'
diff --git a/mail/mutt-devel/patches/patch-an b/mail/mutt-devel/patches/patch-an
index 1931358dbbe..72f78da58e1 100644
--- a/mail/mutt-devel/patches/patch-an
+++ b/mail/mutt-devel/patches/patch-an
@@ -1,11 +1,9 @@
-$NetBSD: patch-an,v 1.4 2009/07/16 20:23:41 tonio Exp $
+$NetBSD: patch-an,v 1.5 2010/11/07 14:52:47 tonio Exp $
-Add change_folder_next option.
-
---- init.h.orig 2009-06-13 23:35:21.000000000 +0200
+--- init.h.orig 2010-09-15 15:39:31.000000000 +0000
+++ init.h
@@ -355,6 +355,13 @@ struct option_t MuttVars[] = {
- ** \fBNote:\fP It should only be set in case Mutt isn't abled to determine the
+ ** \fBNote:\fP It should only be set in case Mutt isn't able to determine the
** character set used correctly.
*/
+ { "change_folder_next", DT_BOOL, R_NONE, OPTCHANGEFOLDERNEXT, 0 },