diff options
author | pettai <pettai@pkgsrc.org> | 2010-06-15 23:01:23 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-06-15 23:01:23 +0000 |
commit | ef568ee609fffd6b212991815be86a221a2eef67 (patch) | |
tree | f304461ed202779574deca21604fa3b9f169f81f /mail/courier-mta/Makefile | |
parent | d5e6480071911a5b881a1e2debd50063e75723b7 (diff) | |
download | pkgsrc-ef568ee609fffd6b212991815be86a221a2eef67.tar.gz |
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.
Diffstat (limited to 'mail/courier-mta/Makefile')
-rw-r--r-- | mail/courier-mta/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile index a44a303400a..5f1caf9f589 100644 --- a/mail/courier-mta/Makefile +++ b/mail/courier-mta/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2010/03/21 16:29:40 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/06/15 23:01:23 pettai Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/-mta-/} -PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +14,7 @@ HOMEPAGE= http://www.courier-mta.org/ DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd -DEPENDS+= maildrop>=2.0.4nb3:../../mail/maildrop +DEPENDS+= maildrop>=2.5.0:../../mail/maildrop PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl:run @@ -45,7 +44,7 @@ CONFIGURE_ARGS+= --with-mailgid=${PKG_GID.${COURIER_GROUP}} CONFIGURE_ARGS+= --with-paranoid-smtpext CONFIGURE_ARGS+= --with-piddir=${COURIER_STATEDIR:Q}/tmp CONFIGURE_ARGS+= --with-transport=${COURIER_TRANSPORTS:M*:Q} -CONFIGURE_ARGS+= --without-certdb +#CONFIGURE_ARGS+= --with-certdb=${SSLCERTS} # This argument is actually here just to make the "webmail" configure # script work. The value is not actually used since in reality, we are |