From owner-freebsd-perl@FreeBSD.ORG Tue Nov 25 12:08:43 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 171AA755 for ; Tue, 25 Nov 2014 12:08:43 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CC1DEEC9 for ; Tue, 25 Nov 2014 12:08:42 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D2A1CBDC30; Tue, 25 Nov 2014 13:08:40 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id B64C0BDC2E; Tue, 25 Nov 2014 13:08:40 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 6D5C26137; Tue, 25 Nov 2014 13:08:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id BC85478AEDDC; Tue, 25 Nov 2014 13:08:21 +0100 (CET) Date: Tue, 25 Nov 2014 13:08:21 +0100 From: Mathieu Arnold To: Fred Cox , perl@freebsd.org Subject: Re: databases/p5-DBD-Pg pkg forces PG 9.2 Message-ID: <0284887C72E560061503D193@ogg.in.absolight.net> In-Reply-To: <1051221649.2628348.1416706014618.JavaMail.yahoo@jws100117.mail.ne1.yahoo.com> References: <1051221649.2628348.1416706014618.JavaMail.yahoo@jws100117.mail.ne1.yahoo.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2014 12:08:43 -0000 +--On 23 novembre 2014 01:26:54 +0000 Fred Cox via freebsd-perl wrote: | I already had PG 9.3 installed, and didn't wish to downgrade to 9.3. | Please adjust this port so that it doesn't force a downgrade of | PostgreSQL. Thanks, I have checked, it does not force anything. If *you* want to use a non default postgresql version, *you* need to write it down in your make.conf file, something like this: DEFAULT_VERSIONS= pgsql=9.3 Regards, -- Mathieu Arnold