freebsd-ports/mail/mutt14/files
Matthias Andree aca614c519 + Fix fallout from optionsNG conversion (discussed with bapt@):
- 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.
2013-06-11 00:19:18 +00:00
..
extra-patch-doc-ref
patch-02
patch-03
patch-05
patch-08
patch-aclocal.m4
patch-configure.in
patch-contrib-Makefile.in
patch-doc-mutt.man
patch-examples
patch-init.c
patch-m4-gssapi.m4
patch-message.c
patch-mktemp
patch-threadcomplete
patch-z