pkgsrc/mail/mutt-devel/patches/patch-ab
tonio d8c05e2765 * update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis)
Main changelog entries are a function "rename-mailbox", better imap handling
(do not lose flags when uploading to an imap mailbox), and integration of
header cache patch.

Added option "hcache" to enable header cache (adds a dependancy to db4)

Approved by wiz@
2005-08-02 12:57:02 +00:00

30 lines
1.1 KiB
Text

$NetBSD: patch-ab,v 1.7 2005/08/02 12:57:02 tonio Exp $
--- Makefile.in.orig 2005-06-07 21:44:00.000000000 +0200
+++ Makefile.in 2005-06-07 21:48:32.000000000 +0200
@@ -169,7 +169,7 @@
DBX = @DBX@
DEBUGGER = @DEBUGGER@
DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
- -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \
+ -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(localedir)\" \
-DHAVE_CONFIG_H=1
DEPDIR = @DEPDIR@
@@ -277,6 +277,7 @@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
+localedir = $(prefix)/share/locale
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -999,7 +1000,7 @@
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 || \
{ echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
fi