summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorreed <reed>2004-06-04 00:10:34 +0000
committerreed <reed>2004-06-04 00:10:34 +0000
commitf55ce350b0f42879d1cec24ef82b4847518f549d (patch)
tree4753e8ddf3191ce7949559444067dccbeb2653ba /mail/exim/Makefile
parentaee6777aea55245046042a52cefd7acf7ac122a9 (diff)
downloadpkgsrc-f55ce350b0f42879d1cec24ef82b4847518f549d.tar.gz
Add support for a variable called EXIM_DB. By default, it will
use native (since it is the first BDB_ACCEPTED choice). So under NetBSD this does not change anything. It can be set to "gdbm" if desiring gdbm as the DB method used. Else it will use the mk/bdb.buildlink3.mk method. For example, to choose a specific Berkeley DB implementation (like DB hash version 7), then do: "make BDB_DEFAULT=db3" (when EXIM_DB is unset or not set to "gdbm"). Please note that if you change the method, exim may complain about DB problems. This is okay. You can delete the db files and regenerate. (exim provides some db management tools too.) This fixes the problem where exim will not build when the system's db is not available or correct. This will close my old PR pkg/19277. This was discussed with maintainer, David Brownlee.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 3212c57a0ff..27034cb0fea 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2004/05/07 18:12:58 abs Exp $
+# $NetBSD: Makefile,v 1.48 2004/06/04 00:10:34 reed Exp $
DISTNAME= exim-${EXIM_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail net
MAINTAINER= abs@NetBSD.org