head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q1:1.1.0.4 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.2 pkgsrc-2009Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2010.06.15.23.01.23; author pettai; state dead; branches; next 1.1; 1.1 date 2010.01.09.22.16.20; author heinz; state Exp; branches; next ; desc @@ 1.2 log @courier-0.65.0 et al: * gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * tcpd/configure.in: Check if explicit linking with libgpg-error is required. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Affects Courier compiled with GnuTLS support. * maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * courier/doc/courier.sgml: Move the SPF section to a separate refsect2 to work around misformatting by the manpage stylesheet. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * html/en-us/newmsg.html: Ditto. * rfc2045/reformime.sgml: Document the -c option to reformime. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). (See the Changelog(s) for previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler. @ text @$NetBSD: patch-az,v 1.1 2010/01/09 22:16:20 heinz Exp $ wrong syntax prevents valid ACTION-IF-NOT-GIVEN, so "--without-ldapaliasd" cannot work. Reported upstream in http://sourceforge.net/mailarchive/message.php?msg_name=20100109205111.GB703%40silence.h.kh-22.de --- courier/configure.in.orig 2007-11-24 03:25:52.000000000 +0000 +++ courier/configure.in @@@@ -267,7 +267,8 @@@@ AC_CHECK_FUNC(ldap_search_st, HAVE_LDAP= LIBS="$saveLIBS" AC_ARG_WITH(ldapaliasd, [ --without-ldapaliasd ], - ldapaliasd="$withval"; ldapaliasd="yes") + ldapaliasd="$withval", + ldapaliasd="yes") if test "$ldapaliasd" = "no" then @ 1.1 log @Fixed installation by _really_ disabling building of ldapaliasd. Bug reported upstream (typo in courier/configure.in prevented option "--without-ldapaliasd" from working). @ text @d1 1 a1 1 $NetBSD$ @