Thu Nov 12 15:52:27 2009 UTC ()
List existing "cdb" option in PKG_SUPPORTED_OPTIONS to make it somewhat less
useless. :-)


(ghen)
diff -r1.34 -r1.35 pkgsrc/mail/postfix/options.mk
diff -r1.25 -r1.26 pkgsrc/mail/postfix-current/options.mk

cvs diff -r1.34 -r1.35 pkgsrc/mail/postfix/options.mk (expand / switch to unified diff)

--- pkgsrc/mail/postfix/options.mk 2008/10/16 09:49:13 1.34
+++ pkgsrc/mail/postfix/options.mk 2009/11/12 15:52:26 1.35
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: options.mk,v 1.34 2008/10/16 09:49:13 martti Exp $ 1# $NetBSD: options.mk,v 1.35 2009/11/12 15:52:26 ghen Exp $
2 2
3# Global and legacy options 3# Global and legacy options
4 4
5PKG_OPTIONS_VAR= PKG_OPTIONS.postfix 5PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
6PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls 6PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls cdb
7PKG_SUGGESTED_OPTIONS= tls 7PKG_SUGGESTED_OPTIONS= tls
8 8
9.include "../../mk/bsd.options.mk" 9.include "../../mk/bsd.options.mk"
10 10
11### 11###
12### Support "hash" (Berkeley DB) map type. 12### Support "hash" (Berkeley DB) map type.
13### 13###
14.if empty(PKG_OPTIONS:Mbdb) 14.if empty(PKG_OPTIONS:Mbdb)
15PKG_OPTIONS+= bdb # "hash" map type is mandatory 15PKG_OPTIONS+= bdb # "hash" map type is mandatory
16.endif 16.endif
17.if !empty(PKG_OPTIONS:Mbdb) 17.if !empty(PKG_OPTIONS:Mbdb)
18. include "../../mk/bdb.buildlink3.mk" 18. include "../../mk/bdb.buildlink3.mk"
19CCARGS+= -DHAS_DB 19CCARGS+= -DHAS_DB

cvs diff -r1.25 -r1.26 pkgsrc/mail/postfix-current/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/mail/postfix-current/Attic/options.mk 2008/10/16 09:49:13 1.25
+++ pkgsrc/mail/postfix-current/Attic/options.mk 2009/11/12 15:52:26 1.26
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: options.mk,v 1.25 2008/10/16 09:49:13 martti Exp $ 1# $NetBSD: options.mk,v 1.26 2009/11/12 15:52:26 ghen Exp $
2 2
3# Global and legacy options 3# Global and legacy options
4 4
5PKG_OPTIONS_VAR= PKG_OPTIONS.postfix 5PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
6PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls 6PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls cdb
7PKG_SUGGESTED_OPTIONS= tls 7PKG_SUGGESTED_OPTIONS= tls
8 8
9.include "../../mk/bsd.options.mk" 9.include "../../mk/bsd.options.mk"
10 10
11### 11###
12### Support "hash" (Berkeley DB) map type. 12### Support "hash" (Berkeley DB) map type.
13### 13###
14.if empty(PKG_OPTIONS:Mbdb) 14.if empty(PKG_OPTIONS:Mbdb)
15PKG_OPTIONS+= bdb # "hash" map type is mandatory 15PKG_OPTIONS+= bdb # "hash" map type is mandatory
16.endif 16.endif
17.if !empty(PKG_OPTIONS:Mbdb) 17.if !empty(PKG_OPTIONS:Mbdb)
18. include "../../mk/bdb.buildlink3.mk" 18. include "../../mk/bdb.buildlink3.mk"
19CCARGS+= -DHAS_DB 19CCARGS+= -DHAS_DB