diff options
author | tonio <tonio> | 2007-11-07 21:19:36 +0000 |
---|---|---|
committer | tonio <tonio> | 2007-11-07 21:19:36 +0000 |
commit | 90c74314a8fcecda4843d396d83435010e2ff2e3 (patch) | |
tree | 7a610acb7ddb33a7976526ee5f30ecaea9179cbc /mail/mutt-devel/patches | |
parent | 19ec7fb58e109ab0f74af4e0b9d7459c15c8d0c9 (diff) | |
download | pkgsrc-90c74314a8fcecda4843d396d83435010e2ff2e3.tar.gz |
Update mail/mutt-devel to 1.5.17
Changelog includes:
! --enable-exact-address works again
+ $message_cache_clean (clean cache on sync)
+ %P expando for $pager_format
Improved autoconf code for bdb
Large file support for mutt_pretty_size()
bugfixes
Diffstat (limited to 'mail/mutt-devel/patches')
-rw-r--r-- | mail/mutt-devel/patches/patch-al | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/mail/mutt-devel/patches/patch-al b/mail/mutt-devel/patches/patch-al index dfc0a03dc63..ce538609a67 100644 --- a/mail/mutt-devel/patches/patch-al +++ b/mail/mutt-devel/patches/patch-al @@ -1,22 +1,13 @@ -$NetBSD: patch-al,v 1.7 2007/06/10 20:01:35 tonio Exp $ +$NetBSD: patch-al,v 1.8 2007/11/07 21:19:38 tonio Exp $ ---- configure.orig 2007-06-10 04:43:29.000000000 +0200 +--- configure.orig Thu Nov 1 20:13:15 2007 +++ configure -@@ -17531,6 +17531,7 @@ if test "${with_bdb+set}" = set; then - withval=$with_bdb; ac_bdb_prefix=$withval - fi - -+ if test x$BDB_INCLUDE_DIR = x -o test x$BDB_LIB_DIR = x -o test x$BDB_LIB = x; then - if test x$ac_bdb_prefix != xno && test x$ac_cv_gdbmopen != xyes && test $use_qdbm != yes; then - test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr" - for d in $ac_bdb_prefix; do -@@ -17638,6 +17639,9 @@ echo "${ECHO_T}yes" >&6; } - echo "${ECHO_T}no" >&6; } - fi - fi -+ else -+ ac_cv_dbcreate=yes -+ fi - - if test "$use_qdbm" = yes; then +@@ -13234,7 +13234,7 @@ docdir=$mutt_cv_docdir + if test x$mutt_cv_setgid = xyes; then + DOTLOCK_GROUP='mail' +- DOTLOCK_PERMISSION=2755 ++ DOTLOCK_PERMISSION=2555 + else + DOTLOCK_GROUP='' + DOTLOCK_PERMISSION=755 |