From owner-freebsd-ports@FreeBSD.ORG Wed Dec 31 21:39:59 2008 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 59F32106564A for ; Wed, 31 Dec 2008 21:39:59 +0000 (UTC) (envelope-from davidb@boothscientific.com) Received: from mx1.lsn.net (mx1.lsn.net [66.90.130.73]) by mx1.freebsd.org (Postfix) with ESMTP id 289488FC12 for ; Wed, 31 Dec 2008 21:39:58 +0000 (UTC) (envelope-from davidb@boothscientific.com) Received: from 9400.boothscienfific.com (24-155-245-244.dyn.grandenetworks.net [24.155.245.244]) by mx1.lsn.net (8.13.5/8.13.5) with ESMTP id mBVKb4wp018848 for ; Wed, 31 Dec 2008 14:37:04 -0600 From: David Booth To: freebsd-ports@freebsd.org Date: Wed, 31 Dec 2008 14:37:07 -0600 User-Agent: KMail/1.9.10 References: <20081231180111.GC22662@teddy.fas.com> <520F31C9-C36E-4720-B55D-B8FCDADBF385@gmail.com> In-Reply-To: <520F31C9-C36E-4720-B55D-B8FCDADBF385@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812311437.07250.davidb@boothscientific.com> X-Virus-Scanned: ClamAV 0.94.2-broken-compiler/8819/Wed Dec 31 08:28:33 2008 on mx0.lsn.net X-Virus-Status: Clean Subject: Re: How do I get pgaccess to work with PostgreSQL version 8.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidb@boothscientific.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 21:39:59 -0000 On Wednesday 31 December 2008, Garrett Cooper wrote: > On Dec 31, 2008, at 10:01, stan wrote: > > I'm building a new machine. I have PostgreSQL 9.3 client and > > server isntalled and working from ports. But when I try to build > > pgaccess from > > ports, it starts out want to download PostgreSQL version 7.4. Am > > I suposed > > to set an environment variable or something to tell the pgaccess > > port what > > version of the DB I have? > > The version in the tree is 0.99, so I'm pretty sure the database > portion of your ports tree is out of date. > -Garrett It looks to me that the 7.4 dependancy is coming in through the postgresql-tcltk dependancy which has in the Makefile USE_PGSQL= yes MASTERDIR= ${.CURDIR}/../../databases/postgresql74-server You could monkey around with that and try to get it to use the version you desire. It is possible that there are incompatibality issues though.