pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2016Q3]: pkgsrc/mail/dovecot2 Pullup ticket #5132 - requested ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33393768fceb
branches: pkgsrc-2016Q3
changeset: 408784:33393768fceb
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat Oct 15 18:55:40 2016 +0000
description:
Pullup ticket #5132 - requested by fhajny
mail/dovecot2: enable functionality
Revisions pulled up:
- mail/dovecot2/Makefile 1.92
- mail/dovecot2/Makefile.common 1.2
---
Module Name: pkgsrc
Committed By: fhajny
Date: Sat Oct 8 11:03:26 UTC 2016
Modified Files:
pkgsrc/mail/dovecot2: Makefile Makefile.common
Log Message:
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 0e8335dd1270 -r 33393768fceb mail/dovecot2/Makefile
--- a/mail/dovecot2/Makefile Sat Oct 15 18:11:13 2016 +0000
+++ b/mail/dovecot2/Makefile Sat Oct 15 18:55:40 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.91 2016/09/19 13:04:18 wiz Exp $
+# $NetBSD: Makefile,v 1.91.2.1 2016/10/15 18:55:40 bsiegert Exp $
#
.include "../../mail/dovecot2/Makefile.common"
-PKGREVISION= 3
+PKGREVISION= 4
RCD_SCRIPTS= dovecot
SMF_NAME= dovecot
diff -r 0e8335dd1270 -r 33393768fceb mail/dovecot2/Makefile.common
--- a/mail/dovecot2/Makefile.common Sat Oct 15 18:11:13 2016 +0000
+++ b/mail/dovecot2/Makefile.common Sat Oct 15 18:55:40 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.1.2.1 2016/10/15 18:55:40 bsiegert 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