public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Thu, 27 May 2021 16:58:39 +0000 (UTC)	[thread overview]
Message-ID: <1622134711.10411b7a0aa5529b072b836ec6560546499c7dc4.gyakovlev@gentoo> (raw)

commit:     10411b7a0aa5529b072b836ec6560546499c7dc4
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 00:40:59 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu May 27 16:58:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10411b7a

net-mail/isync: make sys-libs/db dependency optional

mbsync supports 2 UID schemes: native and alternative
native is default and preferred.
alternative is an old scheme used in versions 0.8 and 0.9
and uses Berkeley DB.

see Maildir Stores section of 'man mbsync'

as a side effect, mdconvert utility is only built if
berkdb support is enabled.

more info on mailing lists[1]
[1] https://www.mail-archive.com/search?l=isync-devel <AT> lists.sourceforge.net&q=subject:%22isync+and+Berkeley+DB%22&o=newest&f=1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 net-mail/isync/isync-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild
index 9525e6613cd..07b35974fe6 100644
--- a/net-mail/isync/isync-9999.ebuild
+++ b/net-mail/isync/isync-9999.ebuild
@@ -16,10 +16,10 @@ else
 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="sasl ssl zlib"
+IUSE="berkdb sasl ssl zlib"
 
 RDEPEND="
-	>=sys-libs/db-4.2:=
+	berkdb? ( >=sys-libs/db-4.2:= )
 	sasl?	( dev-libs/cyrus-sasl )
 	ssl?	( >=dev-libs/openssl-0.9.6:0= )
 	zlib?	( sys-libs/zlib:0= )
@@ -35,6 +35,7 @@ src_prepare() {
 }
 
 src_configure() {
+	use berkdb || export ac_cv_berkdb4=no
 	econf \
 		$(use_with ssl) \
 		$(use_with sasl) \


             reply	other threads:[~2021-05-27 16:58 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 16:58 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-27 19:56 [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/ Sam James
2023-06-27 19:54 Sam James
2023-06-27 19:54 Sam James
2023-06-27 19:54 Sam James
2023-04-07 12:48 Andreas K. Hüttel
2022-11-15  6:39 Sam James
2022-03-03 15:14 Yixun Lan
2022-02-28 23:17 Andreas K. Hüttel
2021-12-08  9:18 Sam James
2021-12-08  9:18 Sam James
2021-12-08  6:17 Sam James
2021-12-07  6:22 Agostino Sarubbo
2021-12-06 18:38 Sam James
2021-12-06 18:38 Sam James
2021-07-24  6:19 Georgy Yakovlev
2021-07-24  6:03 Georgy Yakovlev
2021-06-08  6:58 Agostino Sarubbo
2021-06-07 23:10 Sam James
2021-06-07 16:04 Sam James
2021-06-07 16:04 Sam James
2021-05-27 16:58 Georgy Yakovlev
2021-05-27 16:58 Georgy Yakovlev
2021-05-02 14:51 Mikle Kolyada
2021-03-25 21:32 Sam James
2021-03-25 21:29 Sam James
2021-03-12 22:51 Andreas K. Hüttel
2021-02-28 20:58 Andreas K. Hüttel
2021-01-20  9:29 Sam James
2021-01-20  0:33 Sam James
2020-10-16 17:37 Andreas K. Hüttel
2020-07-10 12:09 Sam James
2020-05-20 22:25 Georgy Yakovlev
2020-05-20 22:25 Georgy Yakovlev
2020-01-28  5:01 Andreas K. Hüttel
2020-01-26 20:55 Thomas Deutschmann
2020-01-24 15:57 Agostino Sarubbo
2019-09-07 20:59 Andreas K. Hüttel
2019-05-29 10:03 Michał Górny
2018-06-30 17:34 Tim Harder
2018-06-10 19:42 Aaron Bauman
2018-06-10 18:46 Thomas Deutschmann
2017-10-13  9:14 Andreas Hüttel
2017-10-13  9:14 Andreas Hüttel
2017-10-11 16:55 Tim Harder
2017-08-27  3:52 Tim Harder
2017-08-27  3:52 Tim Harder
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-01-10 20:43 Patrice Clement
2015-11-11  9:12 Agostino Sarubbo
2015-11-09 10:31 Agostino Sarubbo
2015-10-03  7:58 Markus Meier
2015-08-27  8:07 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622134711.10411b7a0aa5529b072b836ec6560546499c7dc4.gyakovlev@gentoo \
    --to=gyakovlev@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox