From owner-freebsd-ports@freebsd.org Tue Sep 8 02:32:43 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21E5D9CD7DD for ; Tue, 8 Sep 2015 02:32:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F1D371DF4 for ; Tue, 8 Sep 2015 02:32:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id F134C9CD7DC; Tue, 8 Sep 2015 02:32:42 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0D079CD7DB for ; Tue, 8 Sep 2015 02:32:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB7E01DF3; Tue, 8 Sep 2015 02:32:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhk3 with SMTP id hk3so25080341pad.3; Mon, 07 Sep 2015 19:32:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=DPgCdHvJx0jMd0kvj4NDO/D/wgTl9Q0+2qV/Pk1w7Sc=; b=TnmjJxdeXmVR0E+Msis/E2TH2eeB3pRqe0U4r/yHJIqFbDLdSawUlmwzLeUFpZGe4E 6Um5+ysk7m801HL4ssEACdNe0FNmjNOVut109VOyd0dcKesPGTGSfgAO13FYpZJUrKQX fIu1beqXy3zNrU5fensqjntgg9O0gJUr6XFotVkS4x6YAmiptEMexdqxx9wEjG3iDe+R XR4VB6/eh3sp6e1VXcR6QF0NHzah6MxcEvb8sKRrxWHR9aV5Jlls34PnxJRE3qFJHJ/Q qiy6h+BBRc1tSUC/El2gWdRVfXmG+rsz+o+7npDDZEQR/n2zccZFc1ZDlxYOL+FuKAoQ LgRA== X-Received: by 10.68.109.34 with SMTP id hp2mr52006987pbb.52.1441679562230; Mon, 07 Sep 2015 19:32:42 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::4? (2001-44b8-31ae-7b01-0000-0000-0000-0004.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::4]) by smtp.gmail.com with ESMTPSA id jf11sm682334pbd.29.2015.09.07.19.32.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Sep 2015 19:32:41 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: FreeBSD Port: php56-pgsql-5.6.12 References: <55EE45D3.5000102@gmail.com> To: Bernard Therriault Cc: ale@FreeBSD.org, ports@FreeBSD.org From: Kubilay Kocak Message-ID: <55EE48C4.7010303@FreeBSD.org> Date: Tue, 8 Sep 2015 12:32:36 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Thunderbird/40.0 MIME-Version: 1.0 In-Reply-To: <55EE45D3.5000102@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 02:32:43 -0000 On 8/09/2015 12:20 PM, Bernard Therriault wrote: > Hello, > trying to install php56-pgsql-5.6.12 requiring postgresql93-client > We're using postgresql94 client-server > Is it possible to update the port with the 94 series please. > > Thank you very much for your time. > Hi Bernard It appears the php56 port USES=pgsql, which means users can use "DEFAULT_VERSIONS" (in /etc/make.conf) to set the PostgreSQL version the port should use. See /usr/ports/Mk/bsd.default-versions.mk for more information ./koobs