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.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- pkgsrc/mail/dovecot/Attic/Makefile 2006/06/13 16:51:40 1.53 +++ pkgsrc/mail/dovecot/Attic/Makefile 2006/06/15 15:14:59 1.54 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2006/06/13 16:51:40 ghen Exp $ +# $NetBSD: Makefile,v 1.54 2006/06/15 15:14:59 tv Exp $ DISTNAME= dovecot-1.0.beta9 PKGNAME= ${DISTNAME:S/.beta/beta/} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ @@ -18,10 +19,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS:Q} -# ./configure checks for c++ and fortran compilers although -# dovecot doesn't actually use them, this should be fixed. -USE_LANGUAGES+= c c++ fortran - .include "../../mk/bsd.prefs.mk" .include "options.mk"