1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/mutt14
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
..
files + Fix fallout from optionsNG conversion (discussed with bapt@): 2013-06-11 00:19:18 +00:00
distinfo
Makefile + Fix fallout from optionsNG conversion (discussed with bapt@): 2013-06-11 00:19:18 +00:00
pkg-descr
pkg-plist
pkg-plist.htmlfiles