From nobody Wed Nov 10 15:35:36 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 4A5AD1849101; Wed, 10 Nov 2021 15:35:39 +0000 (UTC) (envelope-from bapt@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 4Hq87b1DxXz4lBD; Wed, 10 Nov 2021 15:35:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (nours.eu [176.31.115.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id E5D1E329AE; Wed, 10 Nov 2021 15:35:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id EF1D7827F9; Wed, 10 Nov 2021 16:35:36 +0100 (CET) Date: Wed, 10 Nov 2021 16:35:36 +0100 From: Baptiste Daroussin To: Muhammad Moinur Rahman Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 4b42d0528a99 - main - mail/dovecot-fts-xapian: Update version 1.4.1.14 Message-ID: <20211110153536.o4twhzc33vfgkspu@aniel.nours.eu> References: <202111101404.1AAE4foM000301@gitrepo.freebsd.org> 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-Disposition: inline In-Reply-To: <202111101404.1AAE4foM000301@gitrepo.freebsd.org> X-ThisMailContainsUnwantedMimeParts: N On Wed, Nov 10, 2021 at 02:04:41PM +0000, Muhammad Moinur Rahman wrote: > The branch main has been updated by bofh: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=4b42d0528a99049c6bcaac088948658ffe57d835 > > commit 4b42d0528a99049c6bcaac088948658ffe57d835 > Author: Muhammad Moinur Rahman > AuthorDate: 2021-11-10 14:00:41 +0000 > Commit: Muhammad Moinur Rahman > CommitDate: 2021-11-10 14:04:36 +0000 > > mail/dovecot-fts-xapian: Update version 1.4.1.14 > > - Fix runtime > - Add USE_LDCONFIG > Use LD_CONFIG is wrong here, dovecot-fts-xapian only provide a file which is dlopened from a precise location known in advance by dovecot, in no circumpstancies there is a need for ldconfig. Bapt