summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-09-13Add two patches from upstream bug tracking that fix MH box handlingwiz1-2/+2
that was broken in 1.5.20. Tracked down by tonio@ with help from Antonio Radici. Bump PKGREVISION.
2009-08-10Add two patches:apb1-1/+2
* On some systems, curses.h defines TRUE and FALSE, so conditionalise them in lib.h to avoid compiler complaints about duplicate definitions. * mutt_curses.h refers to event_t from mutt.h, and SHORT_STRING from lib.h, so include those headers fom mutt_curses.h. These patches allow mutt-devel to build on NetBSD-5.99.15. Bump PKGREVISION to 1.
2009-07-16Update mail/mutt-devel to 1.5.20tonio1-3/+2
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 + <set-flag> and <clear-flag> 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.
2009-04-12Enable sidebar patch support, as provided by tonnerre@.tonio1-3/+3
This also fixes PR pkg/35917
2009-02-05Avoid crash with 64bit time_t.tonio1-2/+2
From PR pkg/40548
2009-01-27Install mutt_dotlock unconditionallytonio1-9/+5
Re-enable user-destdir, by using SPECIAL_PERMS, thanks joerg@ for pointing that
2009-01-26Update mail/mutt-devel to 1.5.19tonio1-4/+3
User destdir mode instead of user-destdir: this make sure the package is correctly created when mutt_dotlock is needed. Mostly bugfixes in changelog, among them: - Only install mutt_dotlock(1) if binary is installed. - Allow for mail addresses longer than 256 characters. - Make multipart decoding a little more forgiving. - Make $move default to no instead of ask-no. - Show more information about problematic SMIME signatures under gpgme. - Improve gpgme SMIME uid display. - Support displaying application/pgp-keys with GPGME. - Verify hostname in (Open)SSL certificate validation. - Make text/enriched handler multibyte aware. - translation updates. UPDATING: + support for SSL certificate chains + <what-key> function works in pager, too + support for tokyocabinet (qdbm successor) ! $move now defaults to "no" instead of "ask-no" + $imap_pipeline_depth controls the number of commands that mutt can issue to an IMAP server before it must collect the responses + $ssl_client_cert available with gnutls as well as openssl + 'mime_lookup application/octet-stream' added to system Muttrc
2008-11-29Fix path names in Muttrc (PR 40068). Bump revision.joerg1-2/+7
2008-11-19Solve a problem with illegal byte sequences, causing mutt hangs.wiz1-1/+2
Patch from Takehiko NOZAKI in http://mail-index.netbsd.org/current-users/2008/11/19/msg006092.html Bump PKGREVISION.
2008-05-18Update mail/mutt-devel to 1.5.18tonio1-5/+4
From the announce: "Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and performance enhancements since the release of 1.5.17, but I believe only one new feature ($time_inc, for controlling the rate at which status updates are displayed)."
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-4/+3
through PLIST_SUBST to the plist module.
2008-02-22Match change to mail/mutt: force sendmail to /usr/sbin/sendmail ongdt1-2/+9
*BSD to avoid configure picking up pkgsrc postfix sendmail path and thus bypassing mailwrapper.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-06Add patch for change_folder_next option, which I stole from the patchescjs1-2/+2
for mutt (non-devel).
2007-12-03Update to 1.5.17nb2:wiz1-2/+2
Make smime_keys.pl work if .smime is in your home directory. (mutt -Q reduces paths to ~, but smime_keys didn't expand that.) Patch from Anon.
2007-11-08Add support for building with gpgme. Bump rev.bjs1-1/+2
2007-11-07Update mail/mutt-devel to 1.5.17tonio1-2/+2
Changelog includes: ! --enable-exact-address works again + $message_cache_clean (clean cache on sync) + %P expando for $pager_format Improved autoconf code for bdb Large file support for mutt_pretty_size() bugfixes
2007-06-10Update mail/mutt-devel to 1.15.16tonio1-3/+2
This release is largely a bug-fix release, but it does contain a couple of small new features (next-unread-mailbox, $message_cache_clean). The "change_folder_next" patches are gone, since a similar feature was added, and it is now possible to use bind index , next-unread-mailbox to use , to cycle mailboxes with new mail
2007-05-27Add a fix for Fix CVE-2007-2683tonio1-1/+2
Bump PKGREVISION Use signed arithmetic in mutt_gecos_name to avoid an overflow. From http://dev.mutt.org/hg/mutt/rev/47d08903b79b And trac: http://dev.mutt.org/trac/ticket/2885
2007-04-21Update mail/mutt-devel to 1.5.15tonio1-10/+2
- Remove the mutt-compressed option for now, as it is not updated upstream - Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay support in mutt Changes: The keys used are: !: modified feature, -: deleted feature, +: new feature - $imap_home_namespace (useless clutter) + $check_mbox_size (use size change instead of atime for new mail) ! improved f=f support wraps lines at $wrap if $wrap is not 0 + $wrap (>0 wraps at $wrap, <0 = $wrapmargin) + $assumed_charset, $attach_charset, $ignore_linear_white_space + $save_history, $history_file (save history across sessions) + $smtp_url (ESMTP relay support) + $crypt_use_pka (use GPGME PKA signature verification)
2007-03-04- Add an smime option (enables by default). When disabled, it removes the perltonio1-16/+8
dependancy (may be good for small systems) - Make pkglint happy - Fix a mistake in patch-ab
2007-03-04Update mail/mutt-devel to 1.5.14tonio1-4/+3
Changelog: - many bugfixes * curs_lib.c: Clear the progress bar when the current operation has completed. * lib.c: Even more paranoid temporary file creation.
2006-12-11Use official upstream patch for CVE-2006-5297 and CVE-2006-5298 securitysalo1-2/+2
issues from mutt GIT repo. Bump PKGREVISION.
2006-11-07DESTDIR support.joerg1-1/+2
2006-11-03Make sure that a temporary has been opened with proper permissions.tonio1-1/+2
Fixes the security problem reported in CVE-2006-5298. Patch from tron@ for the mail/mutt package
2006-08-16Update mail/mutt-devel to 1.5.13tonio1-2/+2
Changelog: 1.5.13 (2006-08-14): + thread patterns. Use ~(...) to match all threads that contain a message that matches ...
2006-07-15Update mail/mutt-devel to 1.5.12tonio1-3/+2
Changelog : The keys used are: !: modified feature, -: deleted feature, +: new feature 1.5.12 (2006-07-14): - $imap_cachedir replaced with $message_cachedir + Header/body caching for POP ($message_cachedir) + Header caching for MH folders ! $record now defaults to ~/sent ! $imap_idle now defaults to "yes" instead of "no" + Tab-completion for $my_* variable names and values + Expansion of mutt variables (except shell escape) + Self-defined variables with $my_* prefix + Pattern group support + $imap_cachedir + 'old' flag on IMAP folders + SASL-IR support for IMAP + IMAP IDLE support and $imap_idle + Pipeline-based IMAP communicaton + Full large file support + Attachment counting: attachments and unattachments commands, %Q and %X for $attach_format, %X for $index_format + Basque translation + QDBM backend for header caching + Irish translation
2006-06-20Add fix for imap code from mutt's cvs repository:tonio1-2/+2
A malicious IMAP server could cause at least DoS Bomp PKGREVISION
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam1-2/+1
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-11Use INSTALLATION_DIRS instead of creating directories at pre-install.jlam1-5/+2
2006-04-11We currently set WRKDIR in bsd.prefs.mk but not WRKSRC, so definejlam1-3/+5
WRKSRC explicitly to it's default value before it is used in the exists() check just below it. This fixes the PLIST in the case where mutt_dotlock is installed. Bump the PKGREVISION to 4.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+2
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-05add patch-aj: apply the same fix as upstream to fix PR 31466tonio1-2/+2
Thanks Jeff Ito for debugging this
2005-10-04Make sure perl is replaced where needed.tonio1-2/+3
This fixes first part of PR 31466
2005-10-03Update mail/mutt-devel to 1.5.11tonio1-4/+2
Add support for Internationalized Domain Names (though disabled by default) This release features many bugfixes, ~h can match folded headers ~u match only suscribed lists, ~l all progress indication when uploading imap and pop messages This fixes PR 31451
2005-09-06patch-ad:1.7 removes the need to pre-create the samples symlink in thejlam1-6/+1
doc directory for installation.
2005-09-03Update mutt-devel to 1.5.10tonio1-4/+3
This release contains many bug fixes for imap support and gpg support. Change maintainer, i will take this one Approved by cube@ Adding patch-ae fixing PR 30981 the same patch was comitted to mutt's cvs HEAD http://dev.mutt.org/cgi-bin/gitweb.cgi?p=mutt/.git;a=commitdiff;h=7423dcab2c8ed2dff79354db0ab8a444a075bb64
2005-08-20Fix the PLIST to include the share/doc/mutt/samples symlink and thejlam1-1/+2
mmdf manpage, but rename the manpage to mutt-mmdf.5 so as not to conflict with the one from news/tin. Bump the PKGREVISION to 1.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-02* update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis)tonio1-3/+2
Main changelog entries are a function "rename-mailbox", better imap handling (do not lose flags when uploading to an imap mailbox), and integration of header cache patch. Added option "hcache" to enable header cache (adds a dependancy to db4) Approved by wiz@
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-29Honor CHGRP.minskim1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-05Rename Makefile.options to options.mk in the packages that I maintain.jlam1-2/+2
This follows the example of the mail/dovecot package, as suggested by <schmonz>.