aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt
Commit message (Collapse)AuthorAgeFilesLines
* mail/mutt: 1.6.0 -> 1.6.1Kurt Jaeger2016-05-063-146/+7
| | | | | | | | | | - bug-fixing release - no new functions PR: 209224 Submitted by: Udo.Schweigert@siemens.com (maintainer) Notes: svn path=/head/; revision=414679
* mail/mutt: fix Makefile for -liteKurt Jaeger2016-04-131-4/+8
| | | | | | | | PR: 208694 Submitted by: Udo.Schweigert@siemens.com (maintainer) Notes: svn path=/head/; revision=413182
* mail/mutt: some fixesKurt Jaeger2016-04-102-5/+145
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=412928
* mail/mutt: 1.5.24 -> 1.6.0Kurt Jaeger2016-04-099-945/+178
| | | | | | | | | | | | Changes: - http://www.mutt.org/doc/UPDATING - added base64 option PR: 208641, 208054 Submitted by: Udo.Schweigert@siemens.com (maintainer), ports@bsdserwis.com Notes: svn path=/head/; revision=412853
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-16/+16
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Remove metamail dependency, and add a mailcap.5 manpage.Adam Weinberger2016-03-183-2/+148
| | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=411359
* Depend on a file that actually is in the package, so that the dependencyMathieu Arnold2016-03-171-1/+1
| | | | | | | | | is really registered. Sponsored by: Absolight Notes: svn path=/head/; revision=411321
* mail/mutt: Add missing RUN_DEPENDSMark Felder2016-03-151-1/+2
| | | | | | | | | | | | Mutt requires mailcap to handle MIME attachments. http://www.mutt.org/doc/manual/manual-5.html PR: 207727 Approved by: maintainer Notes: svn path=/head/; revision=411160
* mail/mutt-lite: document ncurses requirement (USES+=ncurses)John Marino2016-02-091-0/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408563
* mail/mutt: set GSSAPI default to NONEKurt Jaeger2016-01-281-2/+2
| | | | | | | | | - this was the old default PR: 206220 Notes: svn path=/head/; revision=407408
* mail/mutt: provide options to build with GSSAPI variantsKurt Jaeger2016-01-282-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=407407
* mail/mutt: update sidebar patchKurt Jaeger2016-01-284-1738/+1906
| | | | | | | | | PR: 205284 Reported by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=407401
* - fix mutt-lite NLS leftovers [1]Olli Hauer2016-01-141-10/+7
| | | | | | | | | [1] patch by ak@ PR: 206092 Notes: svn path=/head/; revision=406090
* - fix mutt-lite buildOlli Hauer2016-01-131-0/+10
| | | | | | | | PR: 206092 (follow up) Approved by: udo.schweigert@siemens.com (maintainer) Notes: svn path=/head/; revision=406030
* - Convert to options helpers when possibleAlex Kozlov2016-01-124-246/+166
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=405889
* Update to upstream version 1.5.24, add MIXMASTER OPTIONThomas Zander2015-09-1315-1101/+800
| | | | | | | | PR: 203056, 202114 Submitted by: Udo.Schweigert@siemens.com (maintainer) Notes: svn path=/head/; revision=396802
* mail/mutt: update patchesJan Beich2015-05-166-2694/+4579
| | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386495
* - Add CPE infoDmitry Marakasov2015-05-131-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386278
* Previous change introduces a new dependency, so bump PORTREVISIONThomas Quinot2015-04-031-1/+1
| | | | | | | | | PR: 197699 Differential Revision: D2218 Approved by: portmgr (mat) Notes: svn path=/head/; revision=383141
* Add "translit" ARG to USES=iconv so that the full port stillThomas Quinot2015-04-031-1/+1
| | | | | | | | | | | | uses GNU iconv (not the system iconv): users may rely on being able to set charset=//TRANSLIT PR: 197699 Differential Revision: D2218 Approved by: maintainer (Udo.Schweigert@siemens.com), portmgr (mat), roberto Notes: svn path=/head/; revision=383136
* mail/mutt: fix muttrc man pageBartek Rutkowski2015-03-061-5/+5
| | | | | | | | PR: 198303 Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> Notes: svn path=/head/; revision=380585
* Update for mail/mutt: Fix security vulnerability CVE-2014-9116Rodrigo Osorio2014-12-102-1/+44
| | | | | | | | | | PR: ports/195550 Submitted by: Udo.Schweigert@siemens.com (maintainer) Obtained from: mutt MFH: 2014Q4 Notes: svn path=/head/; revision=374445
* mail/mutt: improve sidebar function when handling many mail foldersKurt Jaeger2014-11-223-6/+118
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=373061
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-283-0/+0
| | | | Notes: svn path=/head/; revision=363275
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* Revert mail/mutt sidebar patchJonathan Chu2014-06-043-4454/+2686
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=356424
* Update mail/mutt to 1.5.23_2Jonathan Chu2014-06-025-2697/+4480
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=356256
* - Resolve build when COMPRESSED_FOLDERS is enabledRyan Steinmetz2014-03-202-36/+35
| | | | | | | | | | | - Bump PORTREVISION PR: ports/187629 Submitted by: Simeon Simeonov <blackmore@pichove.org> Approved by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=348686
* - Fix build with clangRyan Steinmetz2014-03-172-7/+17
| | | | | | | | PR: ports/187418 Submitted by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=348479
* - Update to 1.5.23Ryan Steinmetz2014-03-143-15/+18
| | | | | | | | | PR: ports/187539 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Security: eb426e82-ab68-11e3-9d09-000c2980a9f3 Notes: svn path=/head/; revision=348211
* Fix when SLANG is selected.Thierry Thomas2014-02-052-7/+7
| | | | | | | Reported by: Albert Shih Notes: svn path=/head/; revision=342670
* - Enable staging, simplifying the port, especially the PLIST codeThierry Thomas2014-02-039-353/+161
| | | | | | | | | | - Make port work with installed db6 for header caches PR: ports/185081 Submitted by: Udo Schweigert <udo.schweigert (at) siemens.com> (maintainer) Notes: svn path=/head/; revision=342475
* Switch ispell to aspell-ispellBaptiste Daroussin2014-01-281-2/+2
| | | | Notes: svn path=/head/; revision=341583
* - Fix build for recent FreeBSD 10.0Boris Samorodov2013-11-071-4/+4
| | | | | | | | | | - Add SMTP as default option (as requested by community) PR: ports/183748 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=333087
* - Fix sidebar patch for mutt 1.5.22 [1]Alex Kozlov2013-10-272-2825/+2504
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=331805
* - Update to 1.5.22 [1]Alex Kozlov2013-10-2213-459/+34
| | | | | | | | | | - Convert to new LIB_DEPENDS syntax PR: ports/183125 [1] Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1] Notes: svn path=/head/; revision=331252
* - Update security/gpgme to 1.4.3Jason E. Hale2013-10-201-1/+1
| | | | | | | | | | | | | | - Use USE_GNOME= ltverhack to correct the library version number to what the author intended. This effectively rolls the version number backwards, but should prevent future unneccesary version bumps. - Support staging - Use options helpers - Use new LIB_DEPENDS syntax - Bump PORTREVISION on dependent ports Notes: svn path=/head/; revision=331057
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - Add SMARTDATE patch.Dmitry Marakasov2013-08-304-5/+249
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=325704
* - Unbreak build after autotools updateMartin Wilke2013-07-161-0/+1
| | | | Notes: svn path=/head/; revision=323108
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - fix NOPORTDOCSJason Helfman2013-04-243-22/+60
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=316457
* - add DESC bit for TOKYOCABINETJason Helfman2013-03-151-1/+1
| | | | | | | | Reported by: gjb@ Approved by: maintainer, implicit Notes: svn path=/head/; revision=314325
* - rename CYRUS_SASL2 option to SASL [1,2]Jason Helfman2013-03-151-5/+6
| | | | | | | | | | | - add tokyocabinet option [2] PR: 176970 [1] Submitted by: john.marshall@riverwillow.com.au [1], maintainer (private mail) [2] Approved by: maintainer, udo.schweigert@siemens.com Notes: svn path=/head/; revision=314263
* - fix CYRUS_SASL2 breakageJason Helfman2013-03-141-1/+1
| | | | | | | | | PR: 176970 (based on) Submitted by: john.marshall@riverwillow.com.au Approved by: maintainer, udo.schweigert@siemens.com (implicit) Notes: svn path=/head/; revision=314192