head 1.6; access; symbols pkgsrc-2015Q2:1.5.0.34 pkgsrc-2015Q2-base:1.5 pkgsrc-2015Q1:1.5.0.32 pkgsrc-2015Q1-base:1.5 pkgsrc-2014Q4:1.5.0.30 pkgsrc-2014Q4-base:1.5 pkgsrc-2014Q3:1.5.0.28 pkgsrc-2014Q3-base:1.5 pkgsrc-2014Q2:1.5.0.26 pkgsrc-2014Q2-base:1.5 pkgsrc-2014Q1:1.5.0.24 pkgsrc-2014Q1-base:1.5 pkgsrc-2013Q4:1.5.0.22 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.20 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.5.0.18 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.16 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.14 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.12 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.10 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.8 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.4 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.4.0.14 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.12 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.10 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.8 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.6 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.2 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2015.09.03.14.49.40; author wiz; state dead; branches; next 1.5; commitid mZ3WCaTFX3ICJOzy; 1.5 date 2011.07.06.06.24.38; author is; state Exp; branches; next 1.4; 1.4 date 2009.08.09.20.05.37; author tonnerre; state Exp; branches; next 1.3; 1.3 date 2009.07.25.17.37.04; author tonnerre; state Exp; branches; next 1.2; 1.2 date 2009.07.16.20.23.41; author tonio; state dead; branches; next 1.1; 1.1 date 2009.02.05.13.45.28; author tonio; state Exp; branches; next ; desc @@ 1.6 log @Remove mutt-devel, used for updating mail/mutt. @ text @$NetBSD: patch-aq,v 1.5 2011/07/06 06:24:38 is Exp $ --- mvchgat.c.orig 2011-07-05 08:47:10.596708000 +0000 +++ mvchgat.c @@@@ -0,0 +1,27 @@@@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "mutt.h" +#include "mutt_curses.h" + +#ifndef USE_SLANG_CURSES +#ifndef HAVE_MVWCHGAT +int +mvwchgat(WINDOW *win, int y, int x, int count, attr_t attr, short color, + const void *opts) +{ + wmove(win, y, x); + return wattr_set(win, attr, color, opts); +} +#endif + +#ifndef HAVE_MVCHGAT +int +mvchgat(int y, int x, int count, attr_t attr, short color, + const void *opts) +{ + return mvwchgat(stdscr, y, x, count, attr, color, opts); +} +#endif +#endif @ 1.5 log @Don't compile those functions when using slang - they're not needed and using an in this case undefined helper function. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Use mutts builtin mutt_curses.h to discover the correct curses header. Fixes PR 41790. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.3 2009/07/25 17:37:04 tonnerre Exp $ d3 3 a5 3 --- /dev/null 2009-07-25 19:31:04.000000000 +0200 +++ mvchgat.c 2009-07-25 19:30:48.000000000 +0200 @@@@ -0,0 +1,25 @@@@ d13 1 d32 1 @ 1.3 log @Ensure that we always have a mvchgat at hand. Fixes sidebar patch for NetBSD < 5.99 and curses != ncurses. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -0,0 +1,32 @@@@ d10 2 a11 9 +#ifdef HAVE_NCURSESW_NCURSES_H +#include +#endif +#ifdef HAVE_NCURSES_NCURSES_H +#include +#endif +#ifdef HAVE_NCURSES_H +#include +#endif @ 1.2 log @Update mail/mutt-devel to 1.5.20 The keys used are: !: modified feature, -: deleted feature, +: new feature 1.5.20 (2009-06-14): ! $fcc_attach is a quadoption now + $honor_disposition to honor Content-Disposition headers + $search_context specifies number of context lines for search results in pager/page-based menus + ssl_use_sslv2 defaults to no + uncolor works for header + body objects, too + the "flagged" and "replied" flags are enabled/supported for POP when built with header caching ! browser correctly displays maildir's mtime + and work in the pager, too + ~x pattern also matches against In-Reply-To + lower case patterns for string searches perform case-insensitive search as regex patterns do (except IMAP) + $ssl_verify_dates controls whether mutt checks the validity period of SSL certificates + $ssl_verify_hostname controls whether mutt will accept certificates whose host names do not match the host name in the folder URL. Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not available for this version yet. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.1 2009/02/05 13:45:28 tonio Exp $ d3 35 a37 27 Avoid crash with 64bit time_t. From PR pkg/40548 --- mh.c.orig 2009-01-05 20:20:53.000000000 +0100 +++ mh.c @@@@ -1242,8 +1242,8 @@@@ int maildir_open_new_message (MESSAGE * omask = umask (mh_umask (dest)); FOREVER { - snprintf (path, _POSIX_PATH_MAX, "%s/tmp/%s.%ld.%u_%d.%s%s", - dest->path, subdir, time (NULL), (unsigned int)getpid (), + snprintf (path, _POSIX_PATH_MAX, "%s/tmp/%s.%lld.%u_%d.%s%s", + dest->path, subdir, (long long)time (NULL), (unsigned int)getpid (), Counter++, NONULL (Hostname), suffix); dprint (2, (debugfile, "maildir_open_new_message (): Trying %s.\n", @@@@ -1328,8 +1328,8 @@@@ int maildir_commit_message (CONTEXT * ct /* construct a new file name. */ FOREVER { - snprintf (path, _POSIX_PATH_MAX, "%s/%ld.%u_%d.%s%s", subdir, - time (NULL), (unsigned int)getpid (), Counter++, + snprintf (path, _POSIX_PATH_MAX, "%s/%lld.%u_%d.%s%s", subdir, + (long long)time (NULL), (unsigned int)getpid (), Counter++, NONULL (Hostname), suffix); snprintf (full, _POSIX_PATH_MAX, "%s/%s", ctx->path, path); @ 1.1 log @Avoid crash with 64bit time_t. From PR pkg/40548 @ text @d1 1 a1 1 $NetBSD$ @