Commit graph

21 commits

Author SHA1 Message Date
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