Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-04 | - Add an smime option (enables by default). When disabled, it removes the perl | tonio | 1 | -12/+26 | |
dependancy (may be good for small systems) - Make pkglint happy - Fix a mistake in patch-ab | |||||
2007-03-04 | Update mail/mutt-devel to 1.5.14 | tonio | 1 | -2/+2 | |
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-10-18 | Add optional debugging support for mutt | tonio | 1 | -2/+9 | |
Patch from Jukka Salmi in PR pkg/34710 | |||||
2006-10-18 | Improve handling of options related to the terminal library used by this | tonio | 1 | -4/+23 | |
package and add support for "ncursesw". Patch supplied by Ben Collver pkg/34777. | |||||
2006-08-19 | Update mutt-compressed-mbox patch | tonio | 1 | -2/+2 | |
2006-08-10 | Fix previous (remove ncurses in the correct place). | wiz | 1 | -3/+3 | |
2006-08-08 | Remove "ncurses" from the list of suggested options so that package | tron | 1 | -2/+2 | |
uses the native curses implementation by default again. | |||||
2006-08-03 | Fix for PR 34018 (better ncurses handling). | wiz | 1 | -7/+12 | |
Ok tron@ | |||||
2006-07-27 | Keep compressed mailbox patch in sync with the main version. | joerg | 1 | -2/+2 | |
2006-06-12 | Add option "mutt-compressed-mbox", which includes the compressed | joerg | 1 | -2/+12 | |
folders patch. It adds hooks for open, close and append to handle compressed or encrypted mboxes. Disabled by default. | |||||
2006-04-13 | Update path from cyrus-sasl2 to cyrus-sasl. | wiz | 1 | -2/+2 | |
2005-12-20 | include databases/db4/buildlink3.mk directly, since this is the only ↵ | tonio | 1 | -6/+5 | |
accepted bdb | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-10-04 | change --with-sasl2 to --with-sasl. Fix PR 31464, thanks Jukka Salmi | tonio | 1 | -2/+2 | |
2005-10-03 | Update mail/mutt-devel to 1.5.11 | tonio | 1 | -2/+12 | |
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-03 | Fix detection of Berkeley db4 if /usr/include/db.h exists and happens | jlam | 1 | -1/+9 | |
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache" option on FreeBSD-4. | |||||
2005-08-02 | Rename the option hcache to mutt-hcache, since it is only relevant to the ↵ | tonio | 1 | -3/+3 | |
mutt package | |||||
2005-08-02 | * update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis) | tonio | 1 | -2/+13 | |
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-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -5/+2 | |
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. | |||||
2004-11-17 | Remove obsolete variables. You'll want to use: | xtraeme | 1 | -13/+1 | |
PKG_OPTIONS.<pkg>+= foo blah | |||||
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -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-05 | Move the setting of default options out of the section that will be deleted | jlam | 1 | -2/+2 | |
that will be deleted in the future. | |||||
2004-08-05 | Rename Makefile.options to options.mk in the packages that I maintain. | jlam | 1 | -0/+57 | |
This follows the example of the mail/dovecot package, as suggested by <schmonz>. |