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.106 retrieving revision 1.133 diff -u -p -r1.106 -r1.133 --- pkgsrc/mail/dovecot/Attic/Makefile 2007/11/23 11:48:56 1.106 +++ pkgsrc/mail/dovecot/Attic/Makefile 2009/05/20 08:07:38 1.133 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.106 2007/11/23 11:48:56 rillig Exp $ +# $NetBSD: Makefile,v 1.133 2009/05/20 08:07:38 ghen Exp $ -DISTNAME= dovecot-1.0.7 -PKGREVISION= 1 +DISTNAME= dovecot-1.1.15 CATEGORIES= mail -MASTER_SITES= http://www.dovecot.org/releases/1.0/ +MASTER_SITES= http://www.dovecot.org/releases/1.1/ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.dovecot.org/ @@ -15,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +USE_TOOLS+= rpcgen CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} @@ -46,6 +46,8 @@ SUBST_FILES.paths= dovecot-example.conf SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_STAGE.paths= pre-configure +BUILD_DEFS+= VARBASE + post-build: ${SED} "s|/etc/ssl/|${SSLDIR}/|" ${WRKSRC}/dovecot-example.conf \ > ${WRKDIR}/dovecot-example.conf