Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.6_11 12 Jan 2005 18:41:03 |
krion |
- Add WITH_MUTT_SIDEBAR_PATCH knob. The sidebar patch is
uncompatible with three other patches, but it's included here
because of many requests.
- Fix the charset of 7bit messsages when doing gpg encryption. This
makes gpg-signed messages more readable in GNATS eg.
PR: ports/76128
Submitted by: maintainer |
1.5.6_11 08 Jan 2005 18:38:59 |
krion |
No longer install flea and muttbug as mutt's bug-tracking system is
out of order due to massive spamming.
PR: ports/75960
Submitted by: maintainer |
1.5.6_11 20 Dec 2004 16:23:12 |
clive |
Correct a PLIST problem of zh-mutt.
Reported by: pointyhat via kris
Submitted by: MAINTAINER of mutt-devel |
1.5.6_11 15 Nov 2004 05:19:30 |
sf |
farewell to libxpg4. |
1.5.6_11 09 Nov 2004 18:57:39 |
sem |
- Add WITH_MUTT_ASPELL and WITH_MUTT_ISPELL knobs.
(aspell is prefered over ispell, as it supports more languages and
gives better suggestions)
- Update the maildir header cache patch.
- Fix the libidn dependency.
- Fix PREFIX/LOCALBASE handling
- Bump PORTREVISION.
PR: ports/73727
Submitted by: maintainer |
1.5.6_10 26 Oct 2004 15:26:43 |
krion |
Chase libraries for new devel/libidn version. |
1.5.6_10 20 Oct 2004 08:02:15 |
pav |
- Update the maildir-header-cache
- Fix handling of db4 libraries
- Portlint
PR: ports/72882
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.6_10 15 Oct 2004 17:32:46 |
ade |
Kill off automake18, switching to automake19. Requiem Mors Pacem. |
1.5.6_10 12 Oct 2004 16:42:03 |
krion |
Add WITH_MUTT_IDN knob and register dependency if libidn is used.
Fix the WITH_MUTT_CYRUS_SASL2 knob
Update the maildir-header-cache and threadcomplete patches.
PR: ports/71418
Submitted by: maintainer |
1.5.6_10 31 Aug 2004 08:11:05 |
krion |
Add a patch to correctly handle attachments in S/MIME encrypted and
signed messages (especially those generated by Outlook).
PR: ports/71181
Submitted by: maintainer |
1.5.6_9 29 Aug 2004 14:06:34 |
sem |
- Change the default from WITH_MUTT_NCURSES to WITH_MUTT_SLANG to be in
sync with mail/mutt.
- Update the maildir header cache to the current version.
- Update the threadcomplete patch (including some documentation on it).
- Beautify the documentation in some cases.
- Correct the note how to get SLANG working.
- Bump PORTREVISION.
PR: ports/71103
Submitted by: maintainer |
1.5.6_8 18 Aug 2004 18:02:36 |
krion |
Update the maildir header cache patch, which now also
implements the IMAP header cache. This is far more stable than
the old IMAP header cache patch.
PR: ports/70623
Submitted by: maintainer |
1.5.6_7 03 Aug 2004 04:51:13 |
krion |
Update the maildir header cache [1]
Fix maildir-mtime patch for -current [1]
Add a bugfix for the NNTP-patch [2]
Submitted by: maintainer [1], Vsevolod Volkov <vvv at lucky.net> [2] |
1.5.6_6 08 Jul 2004 13:17:55 |
krion |
Install Muttrc and mime.types if not already present from a
prior installation
PR: ports/68816
Submitted by: maintainer |
1.5.6_5 04 Jul 2004 11:11:53 |
krion |
Fix "source" command when reading in from a program's stdout
(i.e. the source command's filename ends with a pipe-symbol "|")
PR: ports/68650
Submitted by: maintainer
Obtained from: mutt's CVS |
1.5.6_4 29 Jun 2004 14:02:33 |
krion |
Fix the timezone handling of the "conditional date"-patch
PR: ports/68477
Submitted by: maintainer |
1.5.6_4 26 Jun 2004 15:40:28 |
krion |
Add WITH_MUTT_MAILDIR_MTIME_PATCH knob
Add the hide_thread_subject function
Add the conditional_date function
Bump PORTREVISION
PR: ports/68359
Submitted by: maintainer
Obtained from: http://wiki.mutt.org |
1.5.6_3 12 Jun 2004 12:36:28 |
krion |
- Update the maildir-header-cache (now uses Sleepycat DB for
faster access to very huge Maildirs).
- The new maildir-header-cache-patch makes it necessary to
use recent autotools, so update USE_AUTOMAKE_VER and USE_AUTOCONF_VER.
- Rename internal variables and fix trailing whitespaces
(portlint).
- Bump PORTREVISION
PR: ports/67872
Submitted by: maintainer |
1.5.6_2 06 Jun 2004 07:00:40 |
krion |
- Add the color_after_eol option (after several discussions on
the mutt-users mailing list) to be able to behave like
mutt-1.4.x.
- Remove a non-working site from PATCH_SITES
- Bump PORTREVISION
PR: ports/67619
Submitted by: maintainer |
1.5.6_1 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
1.5.6_1 11 May 2004 07:36:58 |
krion |
- Fix the tmpfile patch to really include the right bounds for
snprintf() and strncat().
PR: ports/66508
Submitted by: maintainer |
1.5.6_1 10 May 2004 11:38:52 |
krion |
- 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/66444
Submitted by: maintainer |
1.5.6_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.5.6_1 05 Mar 2004 16:13:50 |
krion |
- Add WITH_MUTT_MAILDIR_HEADER_CACHE knob
PR: ports/63806
Submitted by: maintainer |
1.5.6_1 10 Feb 2004 18:27:50 |
krion |
- Fix WITH_MUTT_EDIT_THREADS knob
- Add SIZEs to distinfo
PR: ports/62651
Submitted by: maintainer |
1.5.6_1 09 Feb 2004 15:26:15 |
krion |
- Fix the generation of temporary file names by using mktemp
instead of PID
- Bump PORTREVISION
PR: ports/62569
Submitted by: maintainer |
1.5.6 08 Feb 2004 03:23:07 |
leeym |
- Preserve $PREFIX/etc/mime.types
- Add $PREFIX/etc/mime.types.dist
PR: 62453
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> |
1.5.6 04 Feb 2004 17:09:32 |
krion |
- Update to version 1.5.6
PR: ports/62353
Submitted by: maintainer |
1.5.5.1_2 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
1.5.5.1_1 02 Feb 2004 15:38:01 |
sergei |
- Add CONFLICTS to prevent installation over mutt (non-devel)
- Fix the PGP patch
- Update the mbox patch
PR: ports/62258
Submitted by: maintainer |
1.5.5.1_1 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
1.5.5.1_1 13 Jan 2004 16:17:34 |
krion |
- Add WITHOUT_NLS knob
PR: 61314
Submitted by: maintainer |
1.5.5.1_1 19 Dec 2003 23:13:50 |
sergei |
- Fix pgp-patch (as pointed out by it's author)
- Fix nntp-patch (also pointed out by the author)
- Add new knob: WITH_MUTT_IMAP_HEADER_CACHE
- Bump PORTREVISION
PR: 60403
Submitted by: maintainer |
1.5.5.1 06 Nov 2003 20:10:56 |
krion |
- Update to version 1.5.5.1
PR: 59014
Submitted by: maintainer |
1.5.4_8 26 Oct 2003 13:14:24 |
krion |
- Fix the DOCSDIR and EXAMPLESDIR code. Now both can be set to
non-standard values.
- Be less verbose.
PR: 58559
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.4_8 25 Oct 2003 22:16:39 |
sergei |
- Add the new option "smime_encrypt_self" to addtionally encrypt
to the default key also
- Fix some SGML errors in the manual
PR: 58526
Submitted by: maintainer
Approved by: krion (implicit) |
1.5.4_8 24 Sep 2003 15:27:28 |
nork |
o Use DOCSDIR and EXAMPLESDIR.
o Add patches now avialable for 1.5.4.
o Bump PORTREVISION.
PR: ports/57172
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.4_7 31 Aug 2003 09:24:39 |
dinoex |
- don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk
Approved by: Udo.Schweigert@siemens.com |
1.5.4_7 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
1.5.4_6 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
1.5.4_6 04 Aug 2003 21:57:13 |
naddy |
- Do not remove etc/Muttrc when deinstalling and if it was changed.
- Always enable SSL as pop only works with that.
- Bump PORTREVISION.
PR: 55189
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> |
1.5.4_5 20 Jul 2003 12:09:18 |
osa |
Fix APOP, mark SASL as broken
Submitted by: Bruce M Simpson <bms@spc.org>
Approved by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
PR: 54592 |
1.5.4_4 11 Jul 2003 17:32:26 |
nork |
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/54361
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.4_3 09 Jun 2003 08:35:44 |
osa |
Fix output of pgp-mails for WITH_MUTT_QUOTE_PATCH
Also bump PORTREVISION
Submitted by: MAINTAINER
PR: 53040
Approved by: fjoe (mentor) |
1.5.4_2 01 Jun 2003 02:53:21 |
foxfair |
PR: 52810
Submitted by: MAINTAINER
Add ipv6 to the categories (as mutt flawlessly works with IPv6). |
1.5.4_2 04 May 2003 09:53:39 |
clive |
o Add a plus sign in the PATCH_SITES of master port. (mail/mutt-devel)
Otherwise the PATCH_SITES in the slave port would be overwrited.
o WITHOUT_MUTT_HTML, WITHOUT_MUTT_COMPRESSED_FOLDERS are enabled in the
slave port now. The former shortens the depends list, for the taste
of people on the #bsdchat. The reason for later knob is that I currently
have not much time to deal with it.
o Change the MAINTAINER to me, requested by previous maintainer. |
1.5.4_2 03 May 2003 19:02:01 |
obraun |
- For POLA reasons change the default knobs. This also results in
the same installation when PACKAGE_BUILDING and when doing a
"make install".
- Add an installation message when using SLANG, as this won't always
work for a color terminal without setting additional environment
variables.
- Use the same patch as the mutt port for fixing FQDN problems in
FreeBSD < 5.0
PR: ports/51727
Submitted by: maintainer |
1.5.4_2 30 Apr 2003 20:45:08 |
obraun |
* Fix handling of hostname if hostname contains more than 31 characters
for FreeBSD versions before 5.x.
* Bump PORTREVISION.
PR: ports/51621, ports/51622
Submitted by: maintainer |
1.5.4_1 24 Apr 2003 06:24:34 |
obraun |
Fix MASTER_SITES to contain only fetchable sites.
PR: ports/51328
Submitted by: maintainer |
1.5.4_1 10 Apr 2003 16:38:17 |
nork |
Bump PORTREVISION by previous commit |
1.5.4 10 Apr 2003 16:35:18 |
nork |
o Fix a segmentation fault.
o Enable WITH_MUTT_SLANG when PACKAGE_BUILDING (so mutt-devel behaves
like mutt). This is safe, since slang has decent defaults now.
PR: ports/540787
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.4 28 Mar 2003 07:07:33 |
roam |
Fix PATCH_SITES for the package building case (e.g. bento).
PR: 50383
Submitted by: maintainer |
1.5.4 26 Mar 2003 18:22:24 |
obraun |
- Install the configuration examples into ${PREFIX}/share/examples/mutt.
PR: ports/50317
Submitted by: maintainer |
1.5.4 25 Mar 2003 01:26:45 |
naddy |
- Don't strip the mutt binary again, it's done by install -s.
- Fix the pkg-plist if NOPORTDOCS and some of the other knobs are
defined.
PR: 50235, 50227
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> |
1.5.4 23 Mar 2003 18:38:17 |
ru |
- Add new knob WITH_MUTT_SMIME_OUTLOOK_COMPAT.
- Re-enable the knobs WITH_MUTT_NNTP and WITH_MUTT_QUOTE_PATCH for
which patches are now available.
- Fix handling of differing patch-versions for the knobs.
- Fix the pgp patch.
- Set useful knobs when PACKAGE_BUILDING (POLA).
PR: ports/50199
Submitted by: maintainer |
1.5.4 21 Mar 2003 17:20:51 |
roam |
Update mutt-devel to Mutt 1.5.4, which fixes the IMAP vulnerability.
PR: 50150
Submitted by: maintainer
Approved by: portmgr (kris) |
1.5.3 21 Feb 2003 12:42:26 |
knu |
De-pkg-comment. |
1.5.3 07 Feb 2003 23:01:07 |
obraun |
Fix a bug in pgp-handling.
PR: ports/48069
Submitted by: maintainer |
1.5.3 24 Jan 2003 22:17:59 |
obraun |
Reactivate the two knobs WITH_MUTT_PGP_PATCH and WITH_MUTT_MBOX_HOOK_PATCH.
PR: ports/47437
Submitted by: maintainer |
1.5.3 06 Jan 2003 22:35:00 |
naddy |
Add grouping of PATCH_SITES and PATCHFILES.
PR: 46806
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> |
1.5.3 05 Jan 2003 13:51:40 |
obraun |
Reactivate WITH_MUTT_EDIT_THREADS, WITH_MUTT_SIGNATURE_MENU, and
WITH_MUTT_IFDEF_PATCH knobs. Patches are now available.
PR: ports/46779
Submitted by: maintainer |
1.5.3 01 Jan 2003 17:27:03 |
obraun |
* Upgrade to 1.5.3.
* Fix a MASTER_SITES directory.
* Some patches you can turn on with knobs are not yet available.
PR: ports/46043
Submitted by: maintainer |
1.5.1_4 10 Nov 2002 23:09:28 |
alane |
Removed erroneous USE_GMAKE=yes at request of maintainer. Sorry again, Udo. |
1.5.1_4 26 Oct 2002 15:56:14 |
alane |
Added USES_GMAKE. The allows the port to build with the upcoming bsd.port.mk
patch. Sorry, Udo, I forgot this originally.
Approved by: maintainer (notified, has approved all in past) |
1.5.1_4 23 Oct 2002 14:28:17 |
alane |
Fix pre-build target (I messed it up with my first PR a long time ago.)
This prepares for a patch to Mk/bsd.port.mk where AUTO* can be paths not
just filenames.
PR: 44395
Submitted by: alane
Approved by: maintainer |
1.5.1_4 05 Oct 2002 19:03:32 |
obraun |
* Fix NOPORTDOCS.
* Bump PORTREVISION.
PR: 43588
Submitted by: maintainer |
1.5.1_3 04 Sep 2002 11:16:08 |
alane |
Prepare for path based autotools patch.
PR: 42403
Submitted by: alane@freebsd.org
Reviewed by: maintainer
Approved by: maintainer |
1.5.1_3 02 Sep 2002 19:26:05 |
obraun |
* Add two new knobs: WITH_MUTT_PGP_PATCH and WITH_MUTT_MBOX_HOOK_PATCH
Patches submitted by Dale Woolridge <dale@woolridge.ca>.
* Fix sgmlformat dependency handling if manual.sgml is changed by one of the
knobs.
* Bump PORTREVISION.
PR: ports/42328
Submitted by: maintainer
Approved by: dwcjr (mentor) |
1.5.1_2 30 Aug 2002 12:32:59 |
obraun |
* Add postscript doc if already using sgmlformat.
* Add new knob WITH_MUTT_PS to build postscript doc (this in fact
is an alias for WITH_MUTT_HTML, so html doc is also installed).
PR: ports/42193
Submitted by: maintainer
Approved by: dwcjr (mentor) |
1.5.1_2 28 Aug 2002 19:29:05 |
obraun |
Drop WITH_MUTT_PGP_OUTLOOK_PATCH which is now part of mutt.
PR: ports/42123
Submitted by: maintainer
Approved by: dwcjr (mentor) |
1.5.1_2 13 Aug 2002 22:05:04 |
naddy |
- Add new knobs WITH_MUTT_SIGNATURE_MENU and WITH_MUTT_IFDEF_PATCH.
- Generate the pkg-plist by using a script, so the whole port is
much more maintainable.
PR: 41621
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> |
1.5.1_1 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
1.5.1_1 28 Jul 2002 17:26:12 |
ume |
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu |
1.5.1_1 26 Jul 2002 19:52:50 |
naddy |
- Add new knob WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT which is useful
in environments which do not use the outlook-builtin smime functions.
- Fix a portlint WARN for a trailing whitespace.
PR: 41011
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.5.1_1 17 Jul 2002 22:14:40 |
naddy |
- Fix package plist when only using WITH_MUTT_PGP_OUTLOOK_PATCH.
- Do not use -pedantic in CFLAGS when building the port.
- Add the new knob WITH_MUTT_EDIT_THREADS
(suggested by Roman Neuhauser <neuhauser@bellavista.cz>)
PR: 40698, 40580
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> |
1.5.1 09 Jul 2002 16:48:49 |
dwcjr |
REINPLACE
PR: 40352
Submitted by: maintainer |
1.5.1 27 Jun 2002 19:24:30 |
obrien |
Reduce patch.
Submitted by: maintainer |
1.5.1 16 Jun 2002 14:53:25 |
demon |
Fix corrupted patch (duplicate of content).
Submitted by: MAINTAINER |
1.5.1 16 Jun 2002 13:05:27 |
demon |
Update to version 1.5.1.
PR: 38694, 39188
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) |
1.3.99_2 16 May 2002 15:51:16 |
dwcjr |
Improve maildir support
PR: 38147
Submitted by: maintainer, lioux |
1.3.99_1 04 May 2002 13:31:07 |
anders |
Use ncurses instead of slang by default, because of slang "out of a box"
issues.
PR: 37738
Submitted by: maintainer |
1.3.99 03 May 2002 13:50:02 |
demon |
Update to version 1.3.99.
PR: 37698
Submitted by: MAINTAINER |
1.3.28_2 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
1.3.28_1 31 Mar 2002 13:42:23 |
dwcjr |
Fix a remaining libiconv issues
Fix URLs of patches back to mutt-devel standard
Submitted by: maintainer |
1.3.28_1 18 Mar 2002 11:26:13 |
sobomax |
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv. |
1.3.28_1 18 Mar 2002 10:27:58 |
knu |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
1.3.28_1 18 Mar 2002 09:46:46 |
sobomax |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
1.3.28 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
13 Mar 2002 20:57:36 |
jim |
Update to version 1.3.28.
PR: 35866
Submitted by: maintainer |
12 Mar 2002 16:25:10 |
jim |
1) Rename MUTT_WITH_PGP_OUTLOOK_PATCH to WITH_MUTT_PGP_OUTLOOK_PATCH to
be consistent with the other knobs.
2) Move --enable-pop and --enable-imap up to CONFIGURE_ARGS from where
they were originally defined lower in the Makefile so they can be
overridden by using MUTT_CONFIGURE_ARGS.
3) s/directory/file/ in a comment in the Makefile.
4) Bump PORTREVISION.
3) Submitted by: maintainer
Approved by: maintainer |
11 Mar 2002 22:34:12 |
jim |
Add a MUTT_CONFIGURE_ARGS variable for adding additional config options,
and adjust the documentation to suggest /etc/make.conf as a good place
to store the Makefile knobs.
PR: 35731
Submitted by: maintainer |
09 Mar 2002 20:23:25 |
clive |
Rollback to revisions below: |
09 Mar 2002 18:47:02 |
clive |
In case SLAVEPORTREVISION might not be defined, define it as zero. |
09 Mar 2002 17:21:54 |
clive |
Automate PORTREVISION issue bewteen master port and slave port. |
28 Feb 2002 14:28:44 |
naddy |
- Add a patch which avoids a core dump when using IMAP. - Fix pkg-plist to be
more maintainable. |
27 Feb 2002 00:52:32 |
jim |
Fix pkg-plist. |
26 Feb 2002 23:19:05 |
jim |
Add the missing extra-patch-sgmlformat patch and fix a few things: |
26 Feb 2002 13:30:46 |
naddy |
- Automagically determine when to use sgmlformat. - Add the pgp outlook compat
patch via the new knob MUTT_WITH_PGP_OUTLOOK_PATCH which is on by default if
pgp is installed. Patch submitted by: Stefan Walter <dunkelkammer@gmx.de>.
- Fix some trailing whitespaces to make portlint a little happier. -
Increment PORTREVISION. |
29 Jan 2002 20:50:37 |
naddy |
- Built the port always with IMAP and POP support as is also done in
mail/mutt and thus reducing Makefile and pkg-plist to a more maintainable
size. |
28 Jan 2002 14:50:37 |
naddy |
- Use the latest patches from www.mutt.org.ua. - Make the dependency on
sgmlformat configurable by the new knob WITHOUT_MUTT_SGMLFORMAT (requested
by Neil Darlow <neil@darlow.co.uk>) |