Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
accepted bdb
|
|
CONFIGURE_ARGS.
|
|
|
|
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
|
|
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache"
option on FreeBSD-4.
|
|
mutt package
|
|
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@
|
|
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
|
|
PKG_OPTIONS.<pkg>+= foo blah
|
|
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.
|
|
that will be deleted in the future.
|
|
This follows the example of the mail/dovecot package, as suggested by
<schmonz>.
|