pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q3] pkgsrc/mail/dovecot2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Oct 15 18:55:40 UTC 2016

Modified Files:
        pkgsrc/mail/dovecot2 [pkgsrc-2016Q3]: Makefile Makefile.common

Log Message:
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++


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.91.2.1 pkgsrc/mail/dovecot2/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 pkgsrc/mail/dovecot2/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/dovecot2/Makefile
diff -u pkgsrc/mail/dovecot2/Makefile:1.91 pkgsrc/mail/dovecot2/Makefile:1.91.2.1
--- pkgsrc/mail/dovecot2/Makefile:1.91  Mon Sep 19 13:04:18 2016
+++ pkgsrc/mail/dovecot2/Makefile       Sat Oct 15 18:55:40 2016
@@ -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

Index: pkgsrc/mail/dovecot2/Makefile.common
diff -u pkgsrc/mail/dovecot2/Makefile.common:1.1 pkgsrc/mail/dovecot2/Makefile.common:1.1.2.1
--- pkgsrc/mail/dovecot2/Makefile.common:1.1    Mon Jul 18 15:03:05 2016
+++ pkgsrc/mail/dovecot2/Makefile.common        Sat Oct 15 18:55:40 2016
@@ -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+=      --sysconfdir=${PKG_SYSC
 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