pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 This only runs with db4/3. So, set ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c02784a8dd8
branches:  trunk
changeset: 473446:5c02784a8dd8
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Apr 19 22:21:07 2004 +0000

description:
This only runs with db4/3. So, set BDB_ACCEPTED accordingly.
Fixes pkg/25247 by Jukka Salmi.

diffstat:

 mail/cyrus-imapd22/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 698826a64205 -r 5c02784a8dd8 mail/cyrus-imapd22/Makefile
--- a/mail/cyrus-imapd22/Makefile       Mon Apr 19 22:20:23 2004 +0000
+++ b/mail/cyrus-imapd22/Makefile       Mon Apr 19 22:21:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/29 05:54:12 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/19 22:21:07 recht Exp $
 
 DISTNAME=      cyrus-imapd-2.2.3
 PKGREVISION=   1
@@ -15,6 +15,8 @@
 GNU_CONFIGURE=         yes
 PERL5_CONFIGURE=       no
 USE_DB185=             no
+BDB_DEFAULT=           db4
+BDB_ACCEPTED=          db4 db3
 
 USE_PKGINSTALL=                yes
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL



Home | Main Index | Thread Index | Old Index