summaryrefslogtreecommitdiff
path: root/mail/mutt14/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-08-2117-503/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months Notes: svn path=/head/; revision=477717
* Fix build failures on current and pkg builds with XFACE optionThomas Zander2016-01-241-0/+22
| | | | | | | | | PR: 205719 Submitted by: Udo.Schweigert@siemens.com (maintainer) MFH: 2016Q1 Notes: svn path=/head/; revision=407094
* - Fix build as non-root (similar to what mail/mutt does)Dmitry Marakasov2015-09-231-0/+18
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397636
* - Convert to USES=autoreconfTijl Coosemans2014-09-242-12/+1
| | | | | | | - Fix detection of base system Heimdal Notes: svn path=/head/; revision=369205
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-284-0/+0
| | | | Notes: svn path=/head/; revision=363275
* - Implement stagingMartin Wilke2014-06-062-58/+34
| | | | | | | | | | - Remove SGML_DOCS option which no longer works with current sgmltools PR: 190097 Submitted by: maintainer Notes: svn path=/head/; revision=356808
* + Fix fallout from optionsNG conversion (discussed with bapt@):Matthias Andree2013-06-111-0/+11
| | | | | | | | | | | | | | | | | | | | - MUTT_FLOCK vs. CONFIGURE_ARGS logic was inverted. - MUTT_ICONV was mistyped as MITT_ICONV so that the check was defective. + While here, make SLANG/NCURSES a radio group for clarity (these two options are optional and mutually exclusive). + Add a patch to send the proper length in an IMAP APPEND command; a size_t argument was printed with %d, which failed where sizeof(int) != sizeof(size_t), i. e. on 64-bit systems, or when the value was in ]INT_MAX; UINT_MAX] (2^31 or beyond). We now use %lu and cast the argument to unsigned long. Bump PORTREVISION. + Shorten COMMENT to avoid its truncation in pkg_info output. Notes: svn path=/head/; revision=320512
* Update autoconf to 2.69 and automake to 1.12Ade Lovett2012-05-111-7/+10
| | | | | | | | PR: 166836 Tested by: Multiple -exp runs (pav) Notes: svn path=/head/; revision=296454
* - Remove SASL1 supportMartin Wilke2007-04-241-18/+0
| | | | | | | | PR: 112076 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=190828
* Fix the build.Erwin Lansing2006-10-191-0/+33
| | | | | | | | | | PR: 104455 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Noticed by: pointyhat via kris Approved by: portmgr (self) Notes: svn path=/head/; revision=175418
* Update to 1.4.2.2Erwin Lansing2006-07-181-28/+0
| | | | | | | | PR: 100478 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=168146
* Fix IMAP buffer overflow:Shaun Amott2006-06-301-0/+28
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=166659
* Fix the pgp6 examples and no longer install pgp5 examples.Kirill Ponomarev2005-03-211-0/+11
| | | | | | | | PR: ports/79076 Submitted by: maintainer Notes: svn path=/head/; revision=131822
* Remove patch since "pgp_strict_enc" option does the same hack and itKirill Ponomarev2005-01-171-11/+0
| | | | | | | | | | can lead to broken pgp signatures. Submitted by: krion, tobez Approved by: maintainer Notes: svn path=/head/; revision=126642
* - Fix the charset of 7bit messsages when doing gpg encryption. ThisKirill Ponomarev2005-01-121-0/+11
| | | | | | | | | | makes gpg-signed messages more readable in GNATS eg. PR: ports/76130 Submitted by: maintainer Notes: svn path=/head/; revision=126248
* No longer install flea and muttbug as mutt's bug-tracking system isKirill Ponomarev2005-01-081-0/+22
| | | | | | | | | | out of order due to massive spamming. PR: ports/75959 Submitted by: maintainer Notes: svn path=/head/; revision=125858
* - Fix the tmpfile patch to really include the right bounds forKirill Ponomarev2004-05-111-2/+2
| | | | | | | | | | snprintf() and strncat(). PR: ports/66507 Submitted by: maintainer Notes: svn path=/head/; revision=108902
* - Fix mutt's tmp-file-naming to fix syntax highlightning forKirill Ponomarev2004-05-101-4/+7
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=108822
* - Fix the generation of temporary file names by using mktempKirill Ponomarev2004-02-091-0/+12
| | | | | | | | | | | instead of PIDs - Bump PORTREVISION PR: ports/62568 Submitted by: maintainer Notes: svn path=/head/; revision=100497
* - Fix the DOCSDIR and EXAMPLESDIR code. Now both can beKirill Ponomarev2003-10-263-2/+36
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=92200
* o Add patch for the new ~a function. By this one can tag entireNorikatsu Shigemura2003-07-111-0/+73
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=84686
* Fix port building if WITH_MUTT_XFACE knob is defined.Oliver Braun2003-05-031-13/+3
| | | | | | | | PR: ports/51715 Submitted by: maintainer Notes: svn path=/head/; revision=80040
* * Fix handling of hostname if hostname contains more than 31 charactersOliver Braun2003-04-301-0/+49
| | | | | | | | | | | for FreeBSD versions before 5.x. * Bump PORTREVISION. PR: ports/51621, ports/51622 Submitted by: maintainer Notes: svn path=/head/; revision=79930
* - Integrate the new "initials"-patch.Oliver Braun2003-03-261-0/+50
| | | | | | | | | | | | - Honor the MUTT_CONFIGURE_ARGS variable, if present. - Fix the PATH for gpg in the rc-example. - Install the configuration examples in ${PREFIX}/share/examples/mutt. PR: ports/50197 Submitted by: maintainer Notes: svn path=/head/; revision=77493
* ``compressed'' patch now available for 1.4.1.David E. O'Brien2003-03-211-200/+0
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=77171
* Update to version 1.4.1 which among other things, fixes a buffer overflowDavid E. O'Brien2003-03-201-0/+200
| | | | | | | | | in mutt's IMAP client code. Approved by: kris Notes: svn path=/head/; revision=77167
* o Fix build to match recent updates in GNU auto* support in bsd.port.mkMario Sergio Fujikawa Ferreira2002-11-111-10/+10
| | | | | | | | | | | o Deploy USE_REINPLACE instead of PERL o Fix warning messages in -CURRENT PR: 45212 Submitted by: maintainer Notes: svn path=/head/; revision=69896
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-281-1/+1
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* Remove all charmaps related bits. They aren't needed for 1.4.David E. O'Brien2002-06-221-11/+0
| | | | Notes: svn path=/head/; revision=61743
* Upgrade to version 1.4[.0].David E. O'Brien2002-06-224-44/+45
| | | | Notes: svn path=/head/; revision=61714
* Update to 1.2.5.1. This is the latest version on mutt's "stable"Jim Mock2002-01-131-124/+0
| | | | | | | | | | | | branch, and fixes a security hole (which was patched in the last commit to the port). PR: 33610 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> Approved by: silence from maintainer Notes: svn path=/head/; revision=53001
* Fix a security hole using vendor-supplied patch.Jacques Vidrine2002-01-021-0/+124
| | | | Notes: svn path=/head/; revision=52496
* Fix package buildingDavid W. Chapman Jr.2001-12-162-11/+14
| | | | | | | | | | Fix SSL building Submitted by: Udo Schweigert Approved by: obrien Notes: svn path=/head/; revision=51611
* Update this to build with proper dependancies again.David E. O'Brien2001-12-053-21/+20
| | | | | | | | | | When I added the folder compression patch, I didn't realize we now needed automake & autoconf. Bringing those two in, now makes gmake required. :-( Also we can't patch `configure' as before, now we must patch `configure.in' and `aclocal.m4'. Notes: svn path=/head/; revision=51090
* Upgrade to version 1.2.4.David E. O'Brien2000-07-101-18/+10
| | | | Notes: svn path=/head/; revision=30461
* Fix KOI8-R charmapAndrey A. Chernov2000-05-131-0/+11
| | | | Notes: svn path=/head/; revision=28433
* Update to the 1.2 release.David E. O'Brien2000-05-136-70/+94
| | | | | | | Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=28428
* Link with -lxpg4 to mutt display multibyte char correctly under eucDavid E. O'Brien2000-02-291-3/+12
| | | | | | | | | | locales(ko_KR.EUC and ja_JP.*). PR: 16369 Submitted by: CHOI Junho <cjh@kr.FreeBSD.ORG> Notes: svn path=/head/; revision=26439
* properly restore default y/n responses lostAndrey A. Chernov1999-09-261-15/+32
| | | | Notes: svn path=/head/; revision=21962
* Upgrade to 1.0 release candidate 2.David E. O'Brien1999-09-071-28/+0
| | | | Notes: svn path=/head/; revision=21352
* better version of defaulting English responces patchAndrey A. Chernov1999-02-181-63/+54
| | | | Notes: svn path=/head/; revision=16769
* use English fallback for multi_choice responces tooAndrey A. Chernov1999-02-161-13/+92
| | | | | | | (patch posted to mutt-dev) Notes: svn path=/head/; revision=16736
* * fix support for Russan language - there is a sign extension bug in newDavid E. O'Brien1999-02-132-14/+40
| | | | | | | | | | | version and lack of english responce fallback * when installing in the face of certain environmental vars, manual.latin1 does not get installed Submitted by: ache Ok'ed by: Satoshi Notes: svn path=/head/; revision=16720
* add Russian Windows charsetAndrey A. Chernov1999-01-091-0/+10
| | | | Notes: svn path=/head/; revision=15942
* Upgrade to version 0.95.David E. O'Brien1998-12-134-116/+44
| | | | | | | | Note that Muttrc and mime.types have moved from PREFIX/share/misc -> PREFIX/etc Notes: svn path=/head/; revision=15314
* Reference ${PREFIX}/share/doc/mutt/ in the manpage (though only if weEivind Eklund1998-10-011-0/+12
| | | | | | | | | install the docs). OK'ed by: obrien Notes: svn path=/head/; revision=13585
* Build HTML doc files if "BATCH" is defined.David E. O'Brien1998-07-231-2/+11
| | | | | | | Requested by: Adrian Wontroba <aw1@stade.co.uk> Notes: svn path=/head/; revision=12072
* Don't use "Mail-Followup-To" header.David E. O'Brien1998-07-231-0/+11
| | | | | | | Submitted by: Martin Cracauer <cracauer@cons.org> Notes: svn path=/head/; revision=12070
* * upgrade to 0.93.1David E. O'Brien1998-07-171-10/+7
| | | | | | | | * use ncurses port rather than base systems -- window resizing works better (although not perfectly) Notes: svn path=/head/; revision=11937
* Upgrade to 0.93David E. O'Brien1998-07-162-16/+23
| | | | Notes: svn path=/head/; revision=11929