From nobody Thu Oct 28 20:19:53 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0C8001827E76; Thu, 28 Oct 2021 20:20:16 +0000 (UTC) (envelope-from yasu@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HgH3z6yMLz3nD3; Thu, 28 Oct 2021 20:20:15 +0000 (UTC) (envelope-from yasu@FreeBSD.org) Received: from localhost (gate.home.utahime.org [183.180.29.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: yasu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id BB16DBC9C; Thu, 28 Oct 2021 20:20:14 +0000 (UTC) (envelope-from yasu@FreeBSD.org) Date: Fri, 29 Oct 2021 05:19:53 +0900 (JST) Message-Id: <20211029.051953.2256759812099365783.yasu@FreeBSD.org> To: herbert@mailbox.org Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: d356121270d7 - main - mail/postfix{,-ldap-sasl,-sasl}: Flavorize From: Yasuhiro Kimura In-Reply-To: <20211029.035241.1853772531382636301.yasu@FreeBSD.org> References: <202110280007.19S07MMW076891@gitrepo.freebsd.org> <87cznpjach.wl-herbert@mailbox.org> <20211029.035241.1853772531382636301.yasu@FreeBSD.org> X-Mailer: Mew version 6.8 on Emacs 29.0.50 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N From: Yasuhiro Kimura Subject: Re: git: d356121270d7 - main - mail/postfix{,-ldap-sasl,-sasl}: Flavorize Date: Fri, 29 Oct 2021 03:52:41 +0900 (JST) > Is there any customization setting about either postfix or berkeley db > in your make.conf? There is 'DEFAULT_VERSIONS+=bdb=18' in my make.conf > but it doesn't seem to affect to postfix. I succeeded to reproduce your issue by enabling DBD option of mail/postfix and using database/db5 as berkeley db. I'll investigate and fix it ASAP. --- Yasuhiro Kimura