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.17 diff -u -p -r1.13 -r1.17 --- pkgsrc/mail/dovecot/Attic/Makefile 2004/02/10 00:32:35 1.13 +++ pkgsrc/mail/dovecot/Attic/Makefile 2004/03/26 02:27:43 1.17 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/02/10 00:32:35 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/26 02:27:43 wiz Exp $ DISTNAME= dovecot-0.99.10.4 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://dovecot.fi/ @@ -17,12 +18,13 @@ USE_LIBTOOL= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=/var 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 \