Commit graph

92 commits

Author SHA1 Message Date
Alex Kozlov
6117e5d37a - Remove autotools dependency
- Build sidebar by default, it's small and don't have side-effects when not enabled
- Cleanup WITHOUT=XML handling
2017-09-27 22:11:30 +00:00
Adam Weinberger
9d95d69a95 Update VVV patch to support 1.9.0, and unbreak the NNTP option.
PR:		222244
Submitted by:	maintainer (dereks lifeofadishwasher com)
2017-09-12 02:29:53 +00:00
Kurt Jaeger
8c0e2e4c6d mail/mutt: update 1.8.3 -> 1.9.0
PR:		222154
Submitted by:	dereks@lifeofadishwasher.com (maintainer)
Relnotes:	http://www.mutt.org/relnotes/1.9/
		http://www.mutt.org/doc/UPDATING
Differential Revision:	https://reviews.freebsd.org/D12282
2017-09-10 12:17:03 +00:00
Alex Kozlov
4c7dd96149 - Update mail/mutt to 1.8.3
- Move post-patch to pre-configure so it doesn't interfere with patch debugging
- Use more up-to-date version of date_conditional patch
- Clean up default options patches to be as offset/fuzz free as possible

PR:	219786
Submitted by:	dereks@lifeofadishwasher.com (maintainer)
2017-06-19 02:00:16 +00:00
Alex Kozlov
0c8e9332a5 - Update VVV's patches to 1.8.2 [1]
- Move dgc-deepif patch into the port as upstream disappeared
- Rebase patches to eliminate offset when possible
- Remove unused extra-patch-pgp-dw

PR:	218834 [1]
Submitted by:	dereks@lifeofadishwasher.com (maintainer)
Approved by:	dereks@lifeofadishwasher.com (maintainer)
2017-05-13 14:31:30 +00:00
Martin Wilke
6d2826efac - Upgrade to 1.8.2
- Clean up some patches due to fuzz warning message
- Replace patch-examples with a post-patch "simple" ${REINPLACE_CMD}

PR:		218803
Submitted by:	maintainer
2017-04-22 11:52:48 +00:00
Adam Weinberger
b732d706af Regenerate the maildir-mtime-nntp patch. It was being fuzzy applied
in the wrong place previously. PORTREVISION bump for this.

Submitted by:	dereks lifeofadishwasher com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10334
2017-04-10 14:51:50 +00:00
Adam Weinberger
4754ef4148 Update to 1.8.0 o Compressed Folders is now part of main line
Fix missing lib depends with libgpg-errors and libassuan
Move Header Cache to a BSD ports single radio
Remove redundent sidebar var
VVV updated to 1.8.0
GREETING updated to 1.7.2
extra-patch-parent-child-match converted to a makepatch

Changes: https://dev.mutt.org/hg/mutt/file/stable/UPDATING#l11

Differential Revision:	https://reviews.freebsd.org/D9819
Submitted by:		maintainer (dereks lifeofadishwasher com)
2017-03-04 16:03:08 +00:00
Dmitry Marakasov
b8374f12e4 - Update to 1.7.2
- VVV and RR patches are still 1.7.1
- Remove patch-gpgme180 this is part of 1.7.2

From the 1.7.2 release email:

This is a bug fix release, primarily fixing build issues with OpenSSL
1.1 and GPGME 1.8.  Please note that as part of the OpenSSL fixes,
versions less than 0.9.6 are no longer supported.

PR:		215084
Submitted by:	dereks@lifeofadishwasher.com (maintainer)
2016-12-13 15:26:13 +00:00
Adam Weinberger
cbd70afe92 Add gpgme 1.8.0 support.
PR:		214868
Submitted by:	dereks lifeofadishwasher com
2016-11-27 08:32:18 +00:00
Adam Weinberger
3e5240cde9 Remove now-unused greeting patch.
Submitted by:	George L. Yermulnik
2016-10-17 14:51:29 +00:00
Adam Weinberger
da35507d98 - Update to 1.7.1
- Move some vars around to make portlint happy
- Use MUTT_LITE instead of LITE
- Fetch deepif and date-contitional from remote locations
- Reword COMMENT
- Bring back remote patch versions incase mutt version and patch
  versions arn't in sync
- Remove date_conditional patch pulled in remotely
- Add two new sidebar samples
- convert patch-* patches to makepatch patches
- Greeting patch 1.7.1 now PATCHFILE
- make makesum will pull all optional dist/patchfiles

PR:		213431
Submitted by:	maintainer (dereks lifeofadishwasher com)
2016-10-17 02:40:41 +00:00
Adam Weinberger
7968adaf51 Update to 1.7.0. The sidebar patch is now an official part of mutt,
and is now controlled by a SIDEBAR option. The trash patch is now
a non-optional part of mutt so its knob has disappeared completely.

Also, pass maintainership to submitter. Udo has looked after this
port for a long time; many thanks to him for all his work!

Changes for 1.7.0:

  ! Improved alignment when using multi-column characters with
    soft-fill (%*X) and right-justified (%>X) format strings.
  + The COLUMNS environment variable will be set to the width of the
    pager when invoking display filters.  This can be used in
    copiousoutput mailcap entries to allow their output to match the
    pager width.
  + The sidebar patch has been merged.  Please watch for airborne
    bovine.  See the documentation for all the options, or simply
    enable it with 'set sidebar_visible'.
  + $mail_check_stats and $mail_check_stats_interval control whether,
    and how often, to scan for unread, flagged, and total message
    counts when checking for new mail in mailboxes.  These statistics
    can be displayed in the sidebar and browser.
  + $trash, when set, specifies the path of the folder where mails
    marked for deletion will be moved, instead of being irremediably
    purged.
  + The <purge-message> function can be used to delete an entry and
    bypass the trash folder.
  + $folder_format has new format strings %m and %n, to display
    total and unread message counts for mailboxes.  Note that
    $mail_check_stats should be enabled to use these.
  ! When browsing IMAP, %N will now display 'N', instead of the unread
    message count.  Please use %n to display unread messages.

PR:		213180
Submitted by:	dereks lifeofadishwasher com
Approved by:	outgoing maintainer (Udo Schweigert)
2016-10-05 22:55:29 +00:00
Kurt Jaeger
92afdc6840 mail/mutt: 1.6.0 -> 1.6.1
- bug-fixing release - no new functions

PR:		209224
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
2016-05-06 06:58:17 +00:00
Kurt Jaeger
cc1953e9e5 mail/mutt: some fixes
- changed from USE_AUTOTOOLS (deprecated) to USES=autoreconf
- mutt-lite slave port fix for no-libiconv-case

PR:		208658
Submitted by:	Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
2016-04-10 12:53:26 +00:00
Kurt Jaeger
4be639c298 mail/mutt: 1.5.24 -> 1.6.0
Changes:
- http://www.mutt.org/doc/UPDATING
- added base64 option

PR:		208641, 208054
Submitted by:	Udo.Schweigert@siemens.com (maintainer), ports@bsdserwis.com
2016-04-09 17:02:24 +00:00
Adam Weinberger
d04da2e412 Remove metamail dependency, and add a mailcap.5 manpage.
The intention of r411160 was to provide a mailcap manpage, as referenced
in multiple places by the mutt(1) and muttrc(5) manpages.

Although mail/metamail provides a mailcap.4 manpage, metamail is not
particularly relevant as a mailcap provider. The main external filter
that mutt needs is something to render text/html mime parts, but the
last metamail release was in 1994, 22 years ago.

This commit removes that metamail dependency, and adds a mailcap.5
manpage written by Udo Schweigert (mail/mutt's maintainer), based off
metamail's mailcap.4 manpage.

PR:		207727
Submitted by:	Udo Schweigert (maintainer)
2016-03-18 16:21:28 +00:00
Kurt Jaeger
39d563e87e mail/mutt: provide options to build with GSSAPI variants
The port rolls its own GSSAPI handling system, looking for installed
libraries, rather than employing the "Uses" knobs (which probably
post-date the mutt Port's GSSAPI support).

When linking against OpenSSL from Ports, this results in one mutt
process pulling in both libcrypto.so.8 from Ports and libcrypto.so.7
from the base system (FreeBSD 10.1), leading to environ corruption
problems when running external commands, which complain at startup
(libc routines detect the corruption).  These look like:

    sh: environment corrupt; missing value for SOME_VAR

and can be seen when, eg, viewing a PGP-signed mail with GnuPG
integration turned on.

This patch switches mail/mutt to use the GSSAPI "Uses" system.

PR:		206220
Submitted by:	Phil Pennock <freebsd@phil.spodhuis.org>
Approved by:	Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
2016-01-28 11:50:35 +00:00
Kurt Jaeger
fb33a86545 mail/mutt: update sidebar patch
PR:		205284
Reported by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
2016-01-28 08:41:56 +00:00
Alex Kozlov
5647688052 - Convert to options helpers when possible
- Add URLVIEW option (on by default)
- Add patch to make parent directory entry (..) always on top of browser menu (with any $sort_browser value)
- Clean up MASTER_SITES

PR:	206092
Approved by:	udo.schweigert@siemens.com (maintainer)
2016-01-12 16:07:12 +00:00
Thomas Zander
d409029ecb Update to upstream version 1.5.24, add MIXMASTER OPTION
PR:		203056, 202114
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
2015-09-13 09:18:09 +00:00
Jan Beich
aa07adab44 mail/mutt: update patches
- Fix sidebar patch [1]. This version introduces a new config variable
  "sidebar_shortpath" which is set to yes by default to ensure
  backwards compatibility.

- Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1
  stops exporting the GPG_AGENT_INFO environment variable, so mutt can't
  check for the presence of that to ensure the agent is running).

- Fix pgp key selection [2].

- Bump port revision because of major change to sidebar patch and gpg
  handling.

PR:		199727
PR:		199115 [1]
PR:		199341 [2]
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
MFH:		2015Q2
2015-05-16 01:19:11 +00:00
Bartek Rutkowski
61ca7f6eb1 mail/mutt: fix muttrc man page
PR:		198303
Submitted by:	Udo Schweigert <Udo.Schweigert@siemens.com>
2015-03-06 12:01:35 +00:00
Rodrigo Osorio
f951023d0e Update for mail/mutt: Fix security vulnerability CVE-2014-9116
PR:		ports/195550
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
Obtained from:	mutt
MFH:		2014Q4
2014-12-10 09:58:25 +00:00
Kurt Jaeger
8563e686ec mail/mutt: improve sidebar function when handling many mail folders
- Add code to improve sidebar function when handling many mail folders
- Remove sidebar patch from default options to fix issues with packages
  (may be reverted later if confidence in current sidebar patch has grown)
- Bump PORTREVISION due to default options changes

PR:		195076
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
2014-11-22 13:53:34 +00:00
Adam Weinberger
8e7fd48a29 Rename mail/ patch-xy patches to reflect the files they modify. 2014-07-28 23:20:38 +00:00
Jonathan Chu
7fbd20087f Revert mail/mutt sidebar patch
- sidebar patch is buggy
- Bump mail/mutt to 1.5.23_3

PR:		190577
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Reviewed by:	Larry Rosenman <ler@lerctr.org> (PR submitter)
Approved by:	swills (mentor)
2014-06-04 03:19:47 +00:00
Jonathan Chu
1853a1f843 Update mail/mutt to 1.5.23_2
- Update sidebar patch to most recent upstream version
  (patch-1.5.23.sidebar.20140412)
- Ammend default options by IDN, LOCALES_FIX, SIDEBAR_PATCH, SASL,
  and TRASH_PATCH as requested by the community
- Bump portrevision to reflect new default options

PR:		ports/188544
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
Reviewed by:	bdrewery
Approved by:	eadler (mentor)
2014-06-02 22:37:02 +00:00
Ryan Steinmetz
f8cc2a2b97 - Fix build with clang
PR:		ports/187418
Submitted by:	"Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
2014-03-17 14:48:52 +00:00
Thierry Thomas
4b4b91a4a9 Fix when SLANG is selected.
Reported by:	Albert Shih
2014-02-05 09:05:09 +00:00
Thierry Thomas
24114b8f19 - Enable staging, simplifying the port, especially the PLIST code
- Make port work with installed db6 for header caches

PR:		ports/185081
Submitted by:	Udo Schweigert <udo.schweigert (at) siemens.com> (maintainer)
2014-02-03 22:39:05 +00:00
Alex Kozlov
9e248ac93f - Fix sidebar patch for mutt 1.5.22 [1]
Reported by: 	kaltheat <kaltheat@gmail.com> [2], Glen Barber <gjb@FreeBSD.org> [3],
		ganthore <ganthore@gmail.com> [4], Michael E Beasley <info@servebeer.info> [5]
PR:	ports/183229 [2]
PR:	ports/183251 [3]
PR:	ports/183301 [4]
PR:	ports/183351 [5]

Submitted by:	"Schweigert, Udo" <Udo.Schweigert@siemens.com> [1]
Obtained from:	OpenBSD, Gentoo (based on)
2013-10-27 21:34:58 +00:00
Alex Kozlov
8ffea48ca5 - Update to 1.5.22 [1]
- Convert to new LIB_DEPENDS syntax

PR:	ports/183125 [1]
Submitted by:		Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1]
2013-10-22 10:53:52 +00:00
Dmitry Marakasov
b728cc2245 - Add SMARTDATE patch.
- Fix MAILDIR_HEADER_CACHE if IMAP_HEADER_CACHE is not set
- Add options to disable TLS versions 1.1 and 1.2 if OPENSSL >= 1.0.0 is used (taken from upstream)
- Fix broken link in package description
- Bumped PORTREVISION

PR:		181431, 181319
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2013-08-30 15:14:26 +00:00
Jason Helfman
0f686a03fa - fix NOPORTDOCS
- add GSSAPI option
- while here adopt uses for GETTEXT

PR:		177903
Submitted by:	koukopoulos@gmail.com, Udo.Schweigert@siemens.com
Approved by:	maintainer, Udo.Schweigert@siemens.com
2013-04-24 17:33:29 +00:00
Chris Rees
bb040dde3e Move mail/mutt to mail/mutt14
Move mail/mutt-lite to mail/mutt14-lite

Move mail/mutt-devel to mail/mutt

Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid
breaking the cvs exporter

PR:		ports/169546
Suggested by:	obrien
Approved by:	maintainer
2012-07-22 09:15:04 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Martin Wilke
80b3ea3af1 - Remove SASL1 support
PR:		112076
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2007-04-24 22:12:16 +00:00
Erwin Lansing
7a05b0a738 Fix the build.
PR:		104455
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Noticed by:	pointyhat via kris
Approved by:	portmgr (self)
2006-10-19 20:42:00 +00:00
Erwin Lansing
95312d8a0b Update to 1.4.2.2
PR:		100478
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2006-07-18 14:44:04 +00:00
Shaun Amott
87619bad1d Fix IMAP buffer overflow:
http://www.securityfocus.com/bid/18642

PR:		ports/99614 [1], ports/99610 [2]
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1],
		J.P. Dinger <jpd@vvtp.tudelft.nl> [2]
Approved by:	ahze (mentor)
2006-06-30 14:38:26 +00:00
Kirill Ponomarev
b7d2bc6690 Fix the pgp6 examples and no longer install pgp5 examples.
PR:		ports/79076
Submitted by:	maintainer
2005-03-21 09:03:36 +00:00
Kirill Ponomarev
2762eb9755 Remove patch since "pgp_strict_enc" option does the same hack and it
can lead to broken pgp signatures.

Submitted by:	krion, tobez
Approved by:	maintainer
2005-01-17 13:46:58 +00:00
Kirill Ponomarev
9135cb29a6 - Fix the charset of 7bit messsages when doing gpg encryption. This
makes gpg-signed messages more readable in GNATS eg.

PR:		ports/76130
Submitted by:	maintainer
2005-01-12 18:44:07 +00:00
Kirill Ponomarev
b608f29439 No longer install flea and muttbug as mutt's bug-tracking system is
out of order due to massive spamming.

PR:		ports/75959
Submitted by:	maintainer
2005-01-08 18:41:31 +00:00
Kirill Ponomarev
5ab880074e - Fix the tmpfile patch to really include the right bounds for
snprintf() and strncat().

PR:		ports/66507
Submitted by:	maintainer
2004-05-11 07:35:17 +00:00
Kirill Ponomarev
d71d55958c - Fix mutt's tmp-file-naming to fix syntax highlightning for
the vim editor.
- Add the WITHOUT_MUTT_ICONV knob and add dependency on iconv
  if that knob is not defined.

PR:		ports/66443
Submitted by:	maintainer
2004-05-10 11:37:58 +00:00
Kirill Ponomarev
3e7ce790f9 - Fix the generation of temporary file names by using mktemp
instead of PIDs
- Bump PORTREVISION

PR:		ports/62568
Submitted by:	maintainer
2004-02-09 15:28:15 +00:00
Kirill Ponomarev
97c64f81d6 - Fix the DOCSDIR and EXAMPLESDIR code. Now both can be
set to non-standard values.
- Striping of binaries is no longer needed (it's done by install -s).
- Be less verbose.

PR:		58558
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2003-10-26 13:19:29 +00:00
Norikatsu Shigemura
b447f0df74 o Add patch for the new ~a function. By this one can tag entire
threads via "T ~a" (means: tag all entire threads where at least
  one message of the tread is tagged).
o Bump PORTREVISION.

PR:		ports/54360
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2003-07-11 17:31:48 +00:00