Commit graph

34 commits

Author SHA1 Message Date
rhialto
f5d7e5b4f4 mail/mutt: move BDB_ACCEPTED to the top of optionsmk
some other buildlink files indirectly include bdb.buildlink3.mk
(at least krb5 in this case).
2020-04-08 08:40:00 +00:00
nia
993967eb02 mutt: +sasl by default for easier times authing to remote mailservers.
Bump PKGREVISION
2020-01-17 16:39:46 +00:00
rillig
f31693dd3a mail: align variable assignments
pkglint -Wall -F --only aligned -r

No manual corrections.
2019-11-02 16:25:17 +00:00
wiz
766ab4651a mutt: add a gnutls option
Make the smime option error out if neither openssl nor gnutls are
enabled instead of hardcoding openssl.

No change to defaults.
2019-01-22 13:19:44 +00:00
joerg
515f55943b Restore mutt-compressed-mbox option. While it doesn't need a patch,
it still needs a non-default configure flag.
2017-06-25 14:34:25 +00:00
jperkin
d15162052b Ensure our krb5-config wrapper is found. Fixes SunOS. 2017-04-20 08:59:24 +00:00
elric
48e38fce03 Provide gssapi pkg option for {,neo}mutt. 2017-03-07 20:42:28 +00:00
wiz
56dcf6b35a Updated mutt to 1.8.0.
1.8.0 (2017-02-24):

  - $locale has been removed.  Mutt now respects the LC_TIME setting
    instead.  See also $attribution_locale.
  + $attribution_locale can be used to override the date formatting in
    attribution strings.  When unset, Mutt will use the locale
    environment, but note the default value of $date_format has a
    leading '!' which says to use the C-locale.
  ! Message-id and mail-followup-to headers are now preserved for recalled
    messages.
  + <unsidebar_whitelist> added to complement <sidebar_whitelist>.
  ! The pager position is reset to the top when toggling header-weed.
  ! IMAP messages moved to $trash via server-side copy are marked as read.
  + <root-message> jumps to the root message of a thread.
  ! Piped text attachments are charset converted.
  + Added %F to $attach_format, to show the content-disposition filename.
    %d will fall back to %F which will fall back to %f.
  + <rename-attachment> allows an attachment name to be changed, without
    modifying the underlying file's name.
  ! Mutt will look for the user's muttrc additionally in
    $XDG_CONFIG_HOME/mutt/.
  + Compressed mbox and mmdf files are now supported via open-hook,
    close-hook, and append-hook.  See contrib/sample.muttrc-compress
    for suggested settings.  Note this is a compile-time option:
    --enable-compressed.
  + When $flag_safe is set, flagged messages cannot be deleted.
  + The '@' pattern modifier can be used to limit matches to known aliases.
  + <mark-message> creates a hotkey binding to a specific message.  The hotkey
    prefix is specified via $mark_macro_prefix.
  + <setenv> and <unsetenv> can be used to add/remove environment variables
    passed to children.
  ! Mutt will now use the built-in OpenSSL SSL_set_verify() callback
    to verify certificates.  This allows better support for verifying
    chains, including alternative chain support.
  + $uncollapse_new controls whether a thread will be uncollapsed when a new
    message arrives.
  ! $to_chars and $status_chars now accept multibyte characters.
  + <subjectrx> allows replacing matching subjects with something else.
    This can be used to declutter subject lines in the index.
  + <edit-label> can be used to add, change, or delete a message's X-Label.
  ! Pattern expressions with ~y support label tab completion.
  + The header cache now also supports Kyoto Cabinet and LMDB as
    backend databases.
    [not yet supported in pkgsrc]
2017-02-24 23:31:24 +00:00
roy
f8e7934314 Use the curses framework. 2017-01-04 16:13:20 +00:00
joerg
ce1b92cfeb Update compressed mbox patch. 2016-11-20 21:13:46 +00:00
wiz
7a5d8dad86 Switch slang option to slang2 so it builds.
From gcw@primenet in PR 51513.
2016-09-28 08:04:05 +00:00
tnn
db0f9c60c8 the sidebar patch was merged in 1.7.0 according to changelog, so
we can remove that
2016-08-21 16:59:21 +00:00
tnn
a4f1a3ad5f fix distinfo for optional distfiles. Reported by f8l @ #pkgsrc 2016-08-21 16:46:17 +00:00
tonio
c8d7b512a7 Enable compressed mbox using the 1.6.0 patch
Make sure docbook-xsl is present to build documentation

Patch kindly suggested by Andreas Kusalananda Kahari
2016-06-01 21:56:12 +00:00
jperkin
16bfc92aac Use OPSYSVARS. 2016-02-25 15:00:50 +00:00
wiz
7f294b1ec3 Also enable mutt-hcache to get decent performance for big mailboxes.
Ride bump.
2016-01-07 15:33:34 +00:00
wiz
a0bcd7b203 Enable mutt-smtp too. It adds no additional dependencies.
Suggested by jperkin.

Ride bump.
2016-01-07 15:25:15 +00:00
wiz
6bbaf1efdd Enable gpgme option by default in mutt*. It is just too useful.
Bump PKGREVISION.
2016-01-07 15:19:41 +00:00
joerg
005829d2e5 Fix compressed mbox patch. 2015-09-12 15:25:53 +00:00
wiz
09bb848fd3 Update mail/mutt to 1.5.24.
Update compressed patch to follow suit.
Remove x-label option since patch hasn't been updated since 1.5.17 (2007).
Comment out sidebar option since patch hasn't been updated yet.

Changes:

1.5.24 contains several new features in addition to bug fixes, perhaps
hinting it's past time to release 1.6.0.  At the very least, the Mutt
team would like to encourage everyone to consider this release as
"very close to stable" and suggest anyone still using the 1.4 series
please upgrade.

A few changes were made to the suggested GPG and S/MIME configuration
settings.  Please take the time to review the UPDATING file, as well
as the sample gpg.rc and smime.rc files under the contrib
subdirectory.

We'd like to thank everyone who contributed patches, bug reports,
translation, feedback, documentation updates, and testing.  We're
grateful for all of your help in making this release happen.
2015-09-03 21:04:34 +00:00
wiz
738b980c5e Update to 1.5.23 using mail/mutt-devel.
Upstream now calls this the stable version
2015-09-03 14:49:02 +00:00
drochner
9c78f767dd sync w/ mutt-devel: allow native wide curses 2010-02-26 11:00:40 +00:00
ghen
699cb7638e When using the ncursesw option, set USE_NCURSES to force the real ncursesw,
NetBSD's built-in curses is not sufficient.  See devel/ncursesw/builtin.mk.
2010-01-26 13:31:50 +00:00
tron
e05de6287e Improve handling of options related to the terminal library used by this
package and add support for "ncursesw".

Patch supplied by Ben Collver pkg/34777.
2006-10-14 20:34:36 +00:00
tron
e678cd89c3 Remove "ncurses" from the list of suggested options so that package
uses the native curses implementation by default again.
2006-08-08 16:17:50 +00:00
wiz
fd9dae5861 Fix for PR 34018 (better ncurses handling).
Ok tron@
2006-08-03 17:07:04 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
jlam
b824fe959c Remove Cyrus SASL 1.5.x support from mail/mutt. Users that require SASL
support should install mail/mutt-devel instead.
2005-03-28 08:57:58 +00:00
grant
351df3bf2d apply patch from Jason Lingohr to add "buffy-size" option.
fixes PR pkg/28814.
2005-01-01 22:05:26 +00:00
xtraeme
54d05fa49a Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
2004-11-17 19:56:49 +00:00
jlam
5f0c6d2ab2 Rename mail/mutt's SASL option to 'sasl1' so that setting USE_SASL2 in
/etc/mk.conf won't cause mutt to try to build using SASL (since it only
supports SASLv1, which conflicts with SASLv2).  This fixes PR pkg/26821
by Martin Husemann.
2004-09-12 04:33:12 +00:00
jlam
9d5426ff76 Change the way that legacy USE_* and FOO_USE_* options are converted
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-22 19:32:51 +00:00
jlam
899f3a5257 Make the mail/mutt and mail/mutt-devel packages more closely resemble each
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-08-05 07:19:25 +00:00