pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot2 Enable generic SQL backend support. Fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7af1d14ac89
branches:  trunk
changeset: 353508:e7af1d14ac89
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Sat Oct 08 11:03:26 2016 +0000

description:
Enable generic SQL backend support. Fixes pkg/51536. PKGREVISION++

diffstat:

 mail/dovecot2/Makefile        |  4 ++--
 mail/dovecot2/Makefile.common |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 57117cd2777f -r e7af1d14ac89 mail/dovecot2/Makefile
--- a/mail/dovecot2/Makefile    Sat Oct 08 10:34:18 2016 +0000
+++ b/mail/dovecot2/Makefile    Sat Oct 08 11:03:26 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.91 2016/09/19 13:04:18 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2016/10/08 11:03:26 fhajny Exp $
 #
 
 .include "../../mail/dovecot2/Makefile.common"
 
-PKGREVISION=           3
+PKGREVISION=           4
 
 RCD_SCRIPTS=           dovecot
 SMF_NAME=              dovecot
diff -r 57117cd2777f -r e7af1d14ac89 mail/dovecot2/Makefile.common
--- a/mail/dovecot2/Makefile.common     Sat Oct 08 10:34:18 2016 +0000
+++ b/mail/dovecot2/Makefile.common     Sat Oct 08 11:03:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2016/07/18 15:03:05 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.2 2016/10/08 11:03:26 fhajny Exp $
 #
 # when updating to a new release, update ABI depends in
 # the buildlink3.mk file as well, since the plugins' version
@@ -32,7 +32,9 @@
 CONFIGURE_ARGS+=       --with-ssldir=${SSLDIR}
 CONFIGURE_ARGS+=       --without-gssapi
 CONFIGURE_ARGS+=       --without-ldap
-CONFIGURE_ARGS+=       --without-sql
+
+# Enable generic SQL backend support
+CONFIGURE_ARGS+=       --with-sql
 
 TEST_TARGET=   check
 



Home | Main Index | Thread Index | Old Index