summaryrefslogtreecommitdiff
path: root/mail/mutt
AgeCommit message (Collapse)AuthorFilesLines
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-18/+17
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-05Make the mail/mutt and mail/mutt-devel packages more closely resemble eachjlam9-201/+133
other to facilitate easier updates of the mail/mutt package when the next mutt is released. The changes to mail/mutt include: * convert mail/mutt to use bsd.options.mk * remove unnecessary patches and use subst.mk instead Approved by <tron>.
2004-07-17As an "overwrite" package, install mbox.5 as mutt-mbox.5 to avoidschmonz4-12/+18
conflicting with qmail's mbox.5 in an upcoming update. As a "pkgviews" package, install with the original filename and let the sysadmin decide which mbox.5 should be in which view. Bump PKGREVISION. OK'd by tron. While I'm here, move BUILD_USES_MSGFMT up a bit to placate pkglint.
2004-07-07Spaces to tabs (no functional change).schmonz1-4/+4
2004-06-02Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-22Whitespace fix.snj1-1/+1
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-20configure --without-wc-funcs on Solaris; without this all chars are printedbouyer1-1/+5
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
2004-03-16Don't pass $(top_srcdir)/intl to the compiler. It's unneeded sincejlam2-1/+15
the mutt Makefiles already automatically add "intl" to the list of directories to search for headers, and it fixes breakage when the shell tries to execute "top_srcdir".
2004-03-10Update to 1.4.2.1: minor bugfix release.wiz2-5/+5
2004-03-01Because "mutt" work's fine with the "/bin/sh" in NetBSD 1.6 and abovetron1-3/+4
we don't need to use "/bin/ksh" any more.
2004-02-20Add RCS Id.wiz4-0/+4
2004-02-15Use buildlink3 framework.tron1-9/+8
2004-02-11Update "mutt" package to version 1.4.2. Changes since version 1.4.1:tron2-6/+5
This version fixes a buffer overflow that can be triggered by incoming messages. There are reports about spam that has actually triggered this problem and crashed mutt.
2004-02-02Repeat after me:tron8-79/+78
I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. [...]
2004-02-02Restore patch which got lost because it was illicitly bundled withtron2-2/+21
another patch.
2004-02-01Don't leak a file descriptor if a PGP signed e-mail is checked. Patchtron2-20/+20
supplied by David Laight in privat e-mail.
2004-01-28patch-ba:lukem4-3/+108
Change pgp_timeout so that the timeout counter is reset every time mail is sent. This makes pgp_timeout much more useful; rather than prompting you every pgp_timeout seconds for the passphrase, you only get prompted if pgp_timeout seconds have elapsed since you last sent email. From Ben Elliston. patch-bb: Add new boolean option - change_folder_next. If set, the `c' (change-folder) command selects the next unread mailbox in the mailboxes list from the current folder, rather than always going back to the start of the mailboxes list. From Simon Burge, with the buffy.c::mutt_buffy() fixes from me. Bump PKGREVISION. (ok-ed by agc@)
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-12explicitly remove the share/doc/mutt/examples symlink before linkinggrant1-1/+2
it again, as ln(1) on Solaris won't overwrite an existing file. noted by agc.
2003-12-11call ln with -f -s, not -fs.grant1-2/+2
2003-12-11Fix badly botched package list handling in case "mutt_dotlock" exists.tron1-3/+5
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-25add bin/mutt_dotlock to the PLIST if it is installed.grant1-1/+4
as observed on Darwin.
2003-09-16Sync PLIST with realityagc2-3/+4
Bump PKGREVISION to 2.
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-10Remove "INCOMPAT_ICONV" definition because NetBSD's "iconv" implementationtron1-2/+1
should be fixed now.
2003-07-10Mark this package as incompatible with NetBSD's "iconv" library. Thistron1-1/+2
fixes PR pkg/22113 by Geoff C. Wing.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-20Update mutt to 1.4.1:jschauma3-15/+14
fix a buffer overflow in mutt's IMAP client code which was identified by Core Security Technologies, and fixed by Edmund Grimley Evans. A more detailed advisory will be published by Core Security. This happens to close PR pkg/20814, filed while I was updating the package. :-)
2003-03-13This does not seem to require GMAKE after all.jschauma1-2/+1
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-8/+8
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-03Fix mutt(1) manpage so paths in the FILES section appear properlyjmmv5-5/+65
(/etc -> PKG_SYSCONFDIR and /usr/local -> PREFIX). Also remove references to the mutt_dotlock program and do not install its manpage because it does not get installed. Bump PKGREVISION to 3. Approved by tron, the maintainer.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo3-10/+12
2002-11-30USE_PKGLOCALEDIR.grant4-36/+8
2002-11-27Change location of mutt examples, so they are installed under thejmmv5-39/+92
standard directory share/examples/mutt instead of beeing in share/doc/mutt/samples. Provide a compatibility symlink. Also avoid direct installation of files under PKG_SYSCONFDIR. Instead force mutt to install them inside the examples directory and let bsd.pkg.install.mk copy them to the right place. Bump PKGREVISION to 2. Approved by tron (the maintainer) and wiz.
2002-10-28add [optional] SASL support.elric1-2/+7
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-04Remove work arround for bug in buildlink2 framework which was fixedtron1-6/+1
by Johnny Lam.
2002-09-03Add work arround for bug in buildlink2 framework described in PR pkg/18156.tron1-1/+6
2002-08-25Use buildlink2 instead of buildlink1.jlam4-39/+12
2002-06-15${USE_NCURSES} needs to be set before "../../devel/ncurses/buildlink.mk",fredb1-3/+3
in order to have any effect.
2002-06-15Add a knob to force build with "ncurses", and count on all thefredb1-8/+9
USE_MUTT_* knobs to have a default set in bsd.pkg.defaults.mk, since they now are.
2002-05-29Update "mutt" package to version 1.4. Visible changes since versiontron15-301/+164
1.2.5.1 include: - Better mh support: Mutt now supports .mh_sequences files. Currently, the "unseen", "flagged", and "replied" sequences are used to store mutt flags (the names are configurable using the $mh_seq_unseen, $mh_seq_flagged, and $mh_seq_replied configuration variables). As a side effect, messages in MH folders are no longer rewritten upon status changes. - The "trashed" flag is supported for maildir folders. See $maildir_trash. - POP folder support. You can now access a POP mailbox just like an IMAP folder (with obvious restrictions due to the protocol). - URL syntax for remote folders. You can pass things like pop://account@host and imap://account@host/folder as arguments for the -f command line flag. - STARTTLS support. If $ssl_starttls is set (the default), mutt will attempt to use STARTTLS on servers advertising that capability. - $preconnect. If set, a shell command to be executed if mutt fails to establish a connection to the server. This is useful for setting up secure connections; see the muttrc(5) for details. - $tunnel. Use a pipe to a command instead of a raw socket. See muttrc(5) for details. (Basically, it's another way for setting up secure connections.) - More new IMAP/POP-related variables (see muttrc(5) for details): $connect_timeout, $imap_authenticators, $imap_delim_chars, $imap_peek, $pop_authenticators, $pop_auth_try_all, $pop_checkinterval, $pop_delete, $pop_reconnect, $use_ipv6. - The following IMAP/POP-related variables are gone: $imap_checkinterval, $imap_cramkey, $pop_port. - There's a new imap-fetch-mail function, which forces a check for new messages on an IMAP server. - The new-mailbox function was renamed to create-mailbox, and is bound to C instead of n by default. For a complete overview of all new features look in the "NEWS" file.
2002-03-23Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2