summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2007-03-04 13:43:44 +0000
committertonio <tonio@pkgsrc.org>2007-03-04 13:43:44 +0000
commit66ba22bd68af74bbe7b96fde4932679ffce3419c (patch)
treecaefefce97ad60e2e5bf7cd863860f580cad9e1f /mail/mutt-devel/patches
parent03bd2bce979d401130046660d0e107d314649efb (diff)
downloadpkgsrc-66ba22bd68af74bbe7b96fde4932679ffce3419c.tar.gz
Update mail/mutt-devel to 1.5.14
Changelog: - many bugfixes * curs_lib.c: Clear the progress bar when the current operation has completed. * lib.c: Even more paranoid temporary file creation.
Diffstat (limited to 'mail/mutt-devel/patches')
-rw-r--r--mail/mutt-devel/patches/patch-ab19
-rw-r--r--mail/mutt-devel/patches/patch-al16
2 files changed, 19 insertions, 16 deletions
diff --git a/mail/mutt-devel/patches/patch-ab b/mail/mutt-devel/patches/patch-ab
index 91f0c71b31a..2755fad6c45 100644
--- a/mail/mutt-devel/patches/patch-ab
+++ b/mail/mutt-devel/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.8 2006/08/16 10:42:05 tonio Exp $
+$NetBSD: patch-ab,v 1.9 2007/03/04 13:43:44 tonio Exp $
---- Makefile.in.orig 2006-08-14 16:09:29.000000000 +0200
+--- Makefile.in.orig 2007-03-04 13:33:38.000000000 +0100
+++ Makefile.in
@@ -170,7 +170,7 @@ DEBUGGER = @DEBUGGER@
# @rm -rf makedoc
@@ -11,20 +11,23 @@ $NetBSD: patch-ab,v 1.8 2006/08/16 10:42:05 tonio Exp $
-DHAVE_CONFIG_H=1
DEPDIR = @DEPDIR@
-@@ -279,6 +279,7 @@ install_sh = @install_sh@
+@@ -279,7 +279,7 @@ infodir = @infodir@
+ install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
+-localedir = @localedir@
++localedir = /usr/pkg/share/locale
localstatedir = @localstatedir@
-+localedir = $(prefix)/share/locale
mandir = @mandir@
mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
-@@ -1029,7 +1030,7 @@ install-exec-hook:
+@@ -1035,8 +1035,8 @@ install-exec-hook:
ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
fi
if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \
- chgrp @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \
-+ $(CHGRP) @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \
- chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \
+- chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \
++ ${CHGRP} @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \
++ ${CHMOD} @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \
{ echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
fi
+
diff --git a/mail/mutt-devel/patches/patch-al b/mail/mutt-devel/patches/patch-al
index 5dbf67455be..d31cce3a744 100644
--- a/mail/mutt-devel/patches/patch-al
+++ b/mail/mutt-devel/patches/patch-al
@@ -1,17 +1,17 @@
-$NetBSD: patch-al,v 1.4 2006/07/15 19:34:15 tonio Exp $
+$NetBSD: patch-al,v 1.5 2007/03/04 13:43:45 tonio Exp $
---- configure.orig 2006-07-14 20:15:42.000000000 +0200
+--- configure.orig 2006-09-01 09:01:21.000000000 +0200
+++ configure
-@@ -15076,6 +15076,7 @@ if test "${with_bdb+set}" = set; then
- withval="$with_bdb"
- ac_bdb_prefix=$withval
- fi;
+@@ -17512,6 +17512,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 -a x$ac_cv_gdbmopen != xyes -a x$ac_cv_vlopen != xyes; 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
-@@ -15168,6 +15169,9 @@ echo "${ECHO_T}yes" >&6
- echo "${ECHO_T}no" >&6
+@@ -17618,6 +17619,9 @@ echo "${ECHO_T}yes" >&6; }
+ echo "${ECHO_T}no" >&6; }
fi
fi
+ else