Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mail/dovecot/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/dovecot/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.19 diff -u -p -r1.17 -r1.19 --- pkgsrc/mail/dovecot/Attic/Makefile 2004/03/26 02:27:43 1.17 +++ pkgsrc/mail/dovecot/Attic/Makefile 2004/05/29 15:42:51 1.19 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.17 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/29 15:42:51 cube Exp $ -DISTNAME= dovecot-0.99.10.4 -PKGREVISION= 2 +DISTNAME= dovecot-0.99.10.5 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://dovecot.fi/ PATCH_SITES= http://www.roughtrade.net/dovecot/ -PATCHFILES= dovecot-crammd5-0.99.10.2.diff +PATCHFILES= dovecot-crammd5-0.99.10.5.diff PATCH_DIST_STRIP= -p1 MAINTAINER= tom@replic8.net @@ -27,8 +27,8 @@ CONFIGURE_ENV+= F77=${FALSE} .include "../../mk/bsd.prefs.mk" -BUILD_DEFS+= DOVECOT_USE_GNUTLS DOVECOT_USE_PGSQL \ - USE_INET6 USE_OPENLDAP USE_SASL2 +BUILD_DEFS+= DOVECOT_USE_GNUTLS DOVECOT_USE_MYSQL \ + DOVECOT_USE_PGSQL USE_INET6 USE_OPENLDAP USE_SASL2 .if !empty(DOVECOT_USE_GNUTLS:M[Yy][Ee][Ss]) CONFIGURE_ARGS+= --enable-ssl=gnutls @@ -38,6 +38,11 @@ CONFIGURE_ARGS+= --enable-ssl=ope . include "../../security/openssl/buildlink3.mk" .endif +.if !empty(DOVECOT_USE_MYSQL:M[Yy][Ee][SS]) +CONFIGURE_ARGS+= --with-mysql +. include "../../databases/mysql4-client/buildlink3.mk" +.endif + .if !empty(DOVECOT_USE_PGSQL:M[Yy][Ee][Ss]) CONFIGURE_ARGS+= --with-pgsql CPPFLAGS= -I${BUILDLINK_DIR}/include/pgsql