openbsd-ports/mail/maildrop/patches/patch-maildrop_configure
gonzalo 773daa81c8 Update for Maildrop to 2.5.5:
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents
  of the original message.
* rfc2045/reformime.c (do_print_info): rfc2231_udecodeDisposition()
  failure is not fatal.
* rfc2045/reformime.c (get_suitable_filename): Ditto.
* rfc2045/reformime.c (main2): Fixed segfault on some arches
  from an initial null given to strtok.
* mailbot: add "feedback" and "replyfeedback" formats,
  generating RFC 5965-formatted feedback report. -a option attaches the
  entire original message, instead of only its headers, for "replydsn",
  "feedback", and "replyfeedback" formats.

Ok giovanni@
2012-09-04 11:33:35 +00:00

23 lines
649 B
Plaintext

$OpenBSD: patch-maildrop_configure,v 1.6 2012/09/04 11:33:35 gonzalo Exp $
--- maildrop/configure.orig Sat Dec 3 18:26:43 2011
+++ maildrop/configure Mon Sep 3 14:44:36 2012
@@ -17536,16 +17536,12 @@ fi
$as_echo "$maildrop_cv_SYS_INSTALL_RESET_GID" >&6; }
# Check whether --with-default-maildrop was given.
-if test "${with_default_maildrop+set}" = set; then :
+if false; then :
withval=$with_default_maildrop; maildrop_cv_SYS_INSTALL_MBOXDIR="$withval"
else
# Courier defaults to ./Maildir
- if test -d $srcdir/../courier
- then
- maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
- fi
-
+ maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
fi