From owner-freebsd-ports@FreeBSD.ORG Sat Feb 5 20:11:28 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C59D106566B for ; Sat, 5 Feb 2011 20:11:28 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7AD8FC13 for ; Sat, 5 Feb 2011 20:11:28 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward14.mail.yandex.net (Yandex) with ESMTP id 9564530D029C; Sat, 5 Feb 2011 23:11:09 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1296936669; bh=wtHqlAnbA7xC+aAKFl/7iBRvgE1i56ag8WQmRvPiOLw=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ohsSWbU7UflgPcMvtDXC8Yq8NwjI7ZVGCKyycu2rsD6F3+JqsIzTy9K409UhSV5Yb QNUaOcvhgKs6RqUyyEm6I78e5QDwx6tzFF3yXJkzKfrzjedyYTSWcAldKkrPsd4zX9 I2uxdA5/KTWVtBcMuL5unHNR1Q1updGG5huy9SUY= Received: from smeshariki2.local (unknown [213.138.85.225]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id 4FA464CC0086; Sat, 5 Feb 2011 23:11:09 +0300 (MSK) Message-ID: <4D4DAE95.309@yandex.ru> Date: Sat, 05 Feb 2011 23:09:57 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110106 Thunderbird/3.1.7 MIME-Version: 1.0 To: Andrea Venturoli References: <4D0615F9.6090400@netfence.it> <4D063652.10105@foobar.org> <4D06492D.40606@netfence.it> In-Reply-To: <4D06492D.40606@netfence.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org, Nick Hilliard Subject: Re: FlySpray and Postgres X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 20:11:28 -0000 13.12.2010 19:26, Andrea Venturoli пишет: > On 12/13/10 16:05, Nick Hilliard wrote: >> On 13/12/2010 12:47, Andrea Venturoli wrote: >>> Since I'd like to use Flyspray and Postgres, I'm looking into some >>> insight >>> on this: is this only a limitation of the port? >> >> yup. I was just too lazy to look at supporting it. If you want to submit >> some patches, that would be good. > > I tried by just disabling mysql support (I already had php-pgsql > installed) and it just works. > So I guess the only thing that is needed is an OPTIONS for php-pgsql, > just to track dependencies. > > bye & Thanks > av. Hi. I just sent this patch, that adds postgresql option and updates instructions for pgsql users: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154531 -- Regards, Ruslan