From 277680c7dc496d3aa3ce69db8422b1d298670603 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 6 Mar 2011 09:36:29 +0000 Subject: [PATCH] add global sqlite flavour --- mail/postfix/Makefile | 3 ++- mail/postfix/Makefile.inc | 4 ++-- mail/postfix/snapshot/Makefile | 4 +--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 357b8efa082..eba6dc12bd4 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2010/08/31 06:03:32 jakob Exp $ +# $OpenBSD: Makefile,v 1.47 2011/03/06 09:36:29 jakob Exp $ SUBDIR = SUBDIR += stable @@ -6,6 +6,7 @@ SUBDIR += stable,ldap SUBDIR += stable,mysql SUBDIR += stable,pgsql SUBDIR += stable,sasl2 +SUBDIR += stable,sqlite SUBDIR += snapshot SUBDIR += snapshot,ldap diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index 83f0c3db627..3fcff869826 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.76 2011/01/07 19:22:06 sthen Exp $ +# $OpenBSD: Makefile.inc,v 1.77 2011/03/06 09:36:29 jakob Exp $ COMMENT= fast, secure sendmail replacement @@ -44,7 +44,7 @@ LIB_DEPENDS += devel/pcre MAKE_CCARGS += -DHAS_PCRE -I${LOCALBASE}/include MAKE_AUXLIBS += -L${LOCALBASE}/lib -lpcre -FLAVORS += sasl2 ldap mysql pgsql db4 +FLAVORS += sasl2 ldap mysql pgsql db4 sqlite FLAVOR ?= .if ${FLAVOR:L:Msasl2} diff --git a/mail/postfix/snapshot/Makefile b/mail/postfix/snapshot/Makefile index aa380998b30..5fd1be1be4c 100644 --- a/mail/postfix/snapshot/Makefile +++ b/mail/postfix/snapshot/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.207 2011/01/15 22:37:39 jasper Exp $ +# $OpenBSD: Makefile,v 1.208 2011/03/06 09:36:29 jakob Exp $ VERSION= 2.8-20110113 MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/} -FLAVORS+= sqlite - .include