pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot PKGREVISION++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c7013ed169c
branches:  trunk
changeset: 463229:4c7013ed169c
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Nov 02 17:24:06 2003 +0000

description:
PKGREVISION++

- Some partial BODY[part] fetches may have returned data incorrectly,
  patch-ad fixes it.

- Add missing BUILD_DEFS, sort.

diffstat:

 mail/dovecot/Makefile |  34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

diffs (58 lines):

diff -r 76dfcdd8e099 -r 4c7013ed169c mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Sun Nov 02 14:36:46 2003 +0000
+++ b/mail/dovecot/Makefile     Sun Nov 02 17:24:06 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/10/18 08:11:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2003/11/02 17:24:07 salo Exp $
 #
 
 DISTNAME=              dovecot-0.99.10
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            mail
 MASTER_SITES=          http://dovecot.procontrol.fi/
 
@@ -27,20 +27,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(USE_OPENLDAP:M[Yy][Ee][Ss])
-CONFIGURE_ARGS+=       --with-ldap
-.include "../../databases/openldap/buildlink2.mk"
-.endif
-
-.if defined(USE_SASL2) && !empty(USE_SASL2:M[Yy][Ee][Ss])
-CONFIGURE_ARGS+=       --with-cyrus-sasl2
-.include "../../security/cyrus-sasl2/buildlink2.mk"
-.endif
-
-.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
-BUILD_DEFS+=           USE_INET6
-CONFIGURE_ARGS+=       --enable-ipv6
-.endif
+BUILD_DEFS+=           DOVECOT_USE_GNUTLS DOVECOT_USE_PGSQL    \
+                       USE_INET6 USE_OPENLDAP USE_SASL2
 
 .if !empty(DOVECOT_USE_GNUTLS:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --enable-ssl=gnutls
@@ -56,6 +44,20 @@
 .include "../../databases/postgresql-lib/buildlink2.mk"
 .endif
 
+.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+=       --enable-ipv6
+.endif
+
+.if !empty(USE_OPENLDAP:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+=       --with-ldap
+.include "../../databases/openldap/buildlink2.mk"
+.endif
+
+.if defined(USE_SASL2) && !empty(USE_SASL2:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+=       --with-cyrus-sasl2
+.include "../../security/cyrus-sasl2/buildlink2.mk"
+.endif
+
 RCD_SCRIPTS=   dovecot
 
 DOVECOT_USER?= dovecot



Home | Main Index | Thread Index | Old Index