From owner-freebsd-ports@FreeBSD.ORG Tue May 16 20:42:11 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F84816A587 for ; Tue, 16 May 2006 20:42:11 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E6043D67 for ; Tue, 16 May 2006 20:42:07 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 02EBDB827 for ; Tue, 16 May 2006 16:42:07 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <20060516144949.F1279@ganymede.hub.org> References: <20060516144949.F1279@ganymede.hub.org> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-14--146281657; protocol="application/pkcs7-signature" Message-Id: From: Vivek Khera Date: Tue, 16 May 2006 16:42:06 -0400 To: freebsd ports X-Mailer: Apple Mail (2.750) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: What is it with PostgreSQL 7.4.x ... ? 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: Tue, 16 May 2006 20:42:13 -0000 --Apple-Mail-14--146281657 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On May 16, 2006, at 1:51 PM, Marc G. Fournier wrote: > > Why does it appear that the default postgresql install for > everything is stuck at 7.4? I can understand for aolserver/ > openacs, since it doesn't support 8.x yet ... but, everything? > that's like pushing FreeBSD 4.x ... Because everything is tweakable... :-) in make.conf set DEFAULT_PGSQL_VER=81 and be done. It only matters when there is no PG already installed. If there is, it will pick that version anyhow. --Apple-Mail-14--146281657--