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.13 retrieving revision 1.22 diff -u -p -r1.13 -r1.22 --- pkgsrc/mail/dovecot/Attic/Makefile 2004/02/10 00:32:35 1.13 +++ pkgsrc/mail/dovecot/Attic/Makefile 2004/07/14 18:09:00 1.22 @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.13 2004/02/10 00:32:35 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2004/07/14 18:09:00 xtraeme Exp $ -DISTNAME= dovecot-0.99.10.4 +DISTNAME= dovecot-0.99.10.7 CATEGORIES= mail -MASTER_SITES= http://dovecot.fi/ +MASTER_SITES= http://www.dovecot.org/releases/ +.if 0 PATCH_SITES= http://www.roughtrade.net/dovecot/ -PATCHFILES= dovecot-crammd5-0.99.10.2.diff +PATCHFILES= dovecot-crammd5-0.99.10.7.diff PATCH_DIST_STRIP= -p1 +.endif MAINTAINER= tom@replic8.net -HOMEPAGE= http://dovecot.fi/ +HOMEPAGE= http://www.dovecot.org/ COMMENT= Secure IMAP and POP3 server USE_BUILDLINK3= YES @@ -17,16 +19,17 @@ USE_LIBTOOL= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --localstatedir=/var +CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS} +# Avoid an ICE in gcc2 on sparc64 +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 @@ -36,6 +39,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