diff options
author | bouyer <bouyer@pkgsrc.org> | 2013-01-26 19:38:54 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2013-01-26 19:38:54 +0000 |
commit | 73eceb76a6f9f52ea899b5b84d50ca42b10cc709 (patch) | |
tree | 7e586e77cdcbad2caecf0cc1e75b477954f5bc16 /mail/dovecot2/Makefile | |
parent | 79210bbc81e1f9f404c0c8840d4e149810f59247 (diff) | |
download | pkgsrc-73eceb76a6f9f52ea899b5b84d50ca42b10cc709.tar.gz |
Fix NetBSD quota support:
- make sure to include /usr/include/quota.h to have the libquota prototypes,
fix a segfault on amd64
- do not leak quotahandle, make sure to quota_close() it.
PKGREVISION++
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r-- | mail/dovecot2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 85b7bacda09..f0e024bafdd 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2013/01/25 02:07:16 manu Exp $ +# $NetBSD: Makefile,v 1.36 2013/01/26 19:38:54 bouyer Exp $ DISTNAME= dovecot-2.1.13 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.1/ |