From owner-freebsd-ports@FreeBSD.ORG Wed Dec 31 18:01:12 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 8F9D1106564A for ; Wed, 31 Dec 2008 18:01:12 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.freebsd.org (Postfix) with ESMTP id 636FF8FC08 for ; Wed, 31 Dec 2008 18:01:12 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 2BAD82940A for ; Wed, 31 Dec 2008 13:01:12 -0500 (EST) Received: from teddy.fas.com (c-76-26-198-188.hsd1.sc.comcast.net [76.26.198.188]) by mailbackend.panix.com (Postfix) with ESMTP id D8CF8E8E2 for ; Wed, 31 Dec 2008 13:01:11 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1LI5NX-00060z-00 for ; Wed, 31 Dec 2008 13:01:11 -0500 Date: Wed, 31 Dec 2008 13:01:11 -0500 From: stan To: FreeBSD Ports List Message-ID: <20081231180111.GC22662@teddy.fas.com> Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 12:45:55 up 233 days, 19:08, 1 user, load average: 0.00, 0.01, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Subject: 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 18:01:12 -0000 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? -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.