From owner-svn-ports-head@freebsd.org Tue Mar 31 07:07:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CB0827A307; Tue, 31 Mar 2020 07:07:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48s0kh3KSXz3Dyh; Tue, 31 Mar 2020 07:07:08 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D0C2376D1; Tue, 31 Mar 2020 07:05:02 +0000 (UTC) Date: Tue, 31 Mar 2020 07:05:02 +0000 From: Alexey Dokuchaev To: Dmitri Goutnik Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r529891 - head/databases/pspg Message-ID: <20200331070502.GB74649@FreeBSD.org> References: <202003301456.02UEuLYL078574@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202003301456.02UEuLYL078574@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2020 07:07:10 -0000 On Mon, Mar 30, 2020 at 02:56:21PM +0000, Dmitri Goutnik wrote: > New Revision: 529891 > URL: https://svnweb.freebsd.org/changeset/ports/529891 > > Log: > databases/pspg: Disable inotify at configure stage. > > Modified: > head/databases/pspg/Makefile Unfortunately, commit log does not explain the reasons behind this change, e.g. why it was not registered as LIB_DEPENDS instead, or made optional. Simply translating the diff into English does not make a good commit log. ./danfe