pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd21 Add CYRUS_DB_RECOMMENDED and CYRUS_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/828c8a4358f5
branches: trunk
changeset: 466032:828c8a4358f5
user: chris <chris%pkgsrc.org@localhost>
date: Sat Jan 10 15:20:37 2004 +0000
description:
Add CYRUS_DB_RECOMMENDED and CYRUS_USE_INET6 to the BUILD_DEFS, so they're
listed during the build.
diffstat:
mail/cyrus-imapd21/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 891e57e62aa2 -r 828c8a4358f5 mail/cyrus-imapd21/Makefile
--- a/mail/cyrus-imapd21/Makefile Sat Jan 10 14:57:21 2004 +0000
+++ b/mail/cyrus-imapd21/Makefile Sat Jan 10 15:20:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/10 15:20:37 chris Exp $
DISTNAME= cyrus-imapd-2.1.15
PKGREVISION= 2
@@ -22,6 +22,7 @@
.include "../../mk/bsd.prefs.mk"
+BUILD_DEFS+= CYRUS_USE_INET6
.if defined(CYRUS_USE_INET6) && ${CYRUS_USE_INET6} == "YES"
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
PATCHFILES= ${DISTNAME}-ipv6-20030819.diff.gz
@@ -52,6 +53,7 @@
CONFIGURE_ARGS+= --with-perl=${PERL5}
# Follow the recommended methods for database types to use:
+BUILD_DEFS+= CYRUS_DB_RECOMMENDED
.if defined(CYRUS_DB_RECOMMENDED)
CONFIGURE_ARGS+= --with-duplicate-db=db3_nosync
CONFIGURE_ARGS+= --with-mboxlist-db=skiplist
Home |
Main Index |
Thread Index |
Old Index