diff options
author | mandree <mandree@FreeBSD.org> | 2013-06-11 08:19:18 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-06-11 08:19:18 +0800 |
commit | 1c5ce9bb7db1fd9e0008e897b78b233832796904 (patch) | |
tree | c0d65a97f906c60e68ca972cc51d6568de49e8f8 /x11-wm/mutter | |
parent | b7522a694c2f01a38c1a97db0b6ff605ec6e16fb (diff) | |
download | freebsd-ports-gnome-1c5ce9bb7db1fd9e0008e897b78b233832796904.tar.gz freebsd-ports-gnome-1c5ce9bb7db1fd9e0008e897b78b233832796904.tar.zst freebsd-ports-gnome-1c5ce9bb7db1fd9e0008e897b78b233832796904.zip |
+ 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.
Diffstat (limited to 'x11-wm/mutter')
0 files changed, 0 insertions, 0 deletions