From owner-svn-ports-all@freebsd.org Sat Nov 2 16:10:11 2019 Return-Path: Delivered-To: svn-ports-all@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 573191AA576; Sat, 2 Nov 2019 16:10:11 +0000 (UTC) (envelope-from dmgk@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4753tW1bNWz3MJW; Sat, 2 Nov 2019 16:10:11 +0000 (UTC) (envelope-from dmgk@freebsd.org) Received: from mail.syrec.org (mail.syrec.org [165.227.215.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dmgk/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 13F3695B3; Sat, 2 Nov 2019 16:10:11 +0000 (UTC) (envelope-from dmgk@freebsd.org) Received: from xombo.localdomain (unknown [200.55.237.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.syrec.org (Postfix) with ESMTPSA id 0CCF13BD6A; Sat, 2 Nov 2019 11:10:09 -0500 (-05) Date: Sat, 2 Nov 2019 11:10:07 -0500 From: Dmitri Goutnik To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r516222 - head/databases/pspg Message-ID: <20191102161007.GA49752@xombo.localdomain> Mail-Followup-To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201911011323.xA1DNDAR027644@repo.freebsd.org> <20191102152035.oezb5njovsiisbbi@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191102152035.oezb5njovsiisbbi@atuin.in.mat.cc> User-Agent: Mutt/1.12.2 (2019-09-21) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2019 16:10:11 -0000 Thanks, fixed in r516336. On 19-11-02 16:20:35, Mathieu Arnold wrote: > On Fri, Nov 01, 2019 at 01:23:13PM +0000, Dmitri Goutnik wrote: > > +PGSQL_CONFIGURE_OFF= --without-postgresql > > +PGSQL_CONFIGURE_ON= --with-postgresql=yes > > PGSQL_CONFIGURE_WITH= postgresql=yes > > -- > Mathieu Arnold