From owner-freebsd-ports@FreeBSD.ORG Mon Nov 14 21:29:56 2005 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 C593016A41F for ; Mon, 14 Nov 2005 21:29:56 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C4143D45 for ; Mon, 14 Nov 2005 21:29:56 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so694960wxc for ; Mon, 14 Nov 2005 13:29:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NPDjicFNnUvEWVmlXiN+7kGaEnuuS4I58M0jQg/vWWAFUntLs8elSNYRjmpI75iPjaeL6XEJnUlyfRW5USzfYKSNImn1+q8rVGcBM6+v0adcq0jBEBWFnpvFWt6lBEgDuw9soNFPByf3Geu5mEbC5vmIRRhrm+3e+wNDXQeid8I= Received: by 10.70.60.17 with SMTP id i17mr1954472wxa; Mon, 14 Nov 2005 13:29:55 -0800 (PST) Received: by 10.70.31.5 with HTTP; Mon, 14 Nov 2005 13:29:55 -0800 (PST) Message-ID: <790a9fff0511141329o4d1a18f8pdab5792c40f5faff@mail.gmail.com> Date: Mon, 14 Nov 2005 15:29:55 -0600 From: Scot Hetzel To: Luk van den Borne In-Reply-To: <7b1df2440511130032r3bfd3f62j@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7b1df2440511111423u7495a644k@mail.gmail.com> <200511130847.40792.lofi@freebsd.org> <7b1df2440511130032r3bfd3f62j@mail.gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Amarok + postgreSQL version 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: Mon, 14 Nov 2005 21:29:56 -0000 On 11/13/05, Luk van den Borne wrote: > > Set the WANT_PGSQL_VER variable to the number suffix of the postgresql = ports > > you want - /etc/make.conf is a good place for this: > > > > For a value use 'XY' from the postgresqlXY-client|server ports, for ins= tance > > > > WANT_PGSQL_VER=3D73 will adjust dependencies to postgresql73-client|ser= ver > > > > and > > > > WANT_PGSQL_VER=3D80 will adjust dependencies to postgresql80-client|ser= ver > > > Is this confguration directive documented somewhere? Of course I did > some searching before posting on this mailing lists, but I was not > able to find it. > The variable is documented in the /usr/ports/Mk/bsd.database.mk file. Shouldn't the version be set with the WITH_PGSQL_VER variable. As the WANT_*_VER is supposed to be set by the port maintainer and the WITH_*_VER is to be set by the user (According to bsd.database.mk). -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.