pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix Fix thinko with previous commit -- the bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d821cb7f2b12
branches:  trunk
changeset: 484996:d821cb7f2b12
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Dec 02 14:39:56 2004 +0000

description:
Fix thinko with previous commit -- the builtin db1 is okay to use.
Bump the PKGREVISION to note the change in the default.

diffstat:

 mail/postfix/Makefile   |  4 ++--
 mail/postfix/options.mk |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 69aa1582d1a2 -r d821cb7f2b12 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Thu Dec 02 14:08:16 2004 +0000
+++ b/mail/postfix/Makefile     Thu Dec 02 14:39:56 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.152 2004/11/30 20:54:38 jlam Exp $
+# $NetBSD: Makefile,v 1.153 2004/12/02 14:39:56 jlam Exp $
 
 DISTNAME=      postfix-2.1.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 DIST_SUBDIR=   postfix
diff -r 69aa1582d1a2 -r d821cb7f2b12 mail/postfix/options.mk
--- a/mail/postfix/options.mk   Thu Dec 02 14:08:16 2004 +0000
+++ b/mail/postfix/options.mk   Thu Dec 02 14:39:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2004/11/30 20:54:38 jlam Exp $
+# $NetBSD: options.mk,v 1.13 2004/12/02 14:39:56 jlam Exp $
 
 # Global and legacy options
 
@@ -13,7 +13,6 @@
 PKG_OPTIONS+=  bdb             # "hash" map type is mandatory
 .endif
 .if !empty(PKG_OPTIONS:Mbdb)
-USE_DB185=     no
 .  include "../../mk/bdb.buildlink3.mk"
 CCARGS+=       -DHAS_DB
 AUXLIBS+=      ${BUILDLINK_LDFLAGS.${BDB_TYPE}} ${BDB_LIBS}



Home | Main Index | Thread Index | Old Index