From owner-svn-ports-all@FreeBSD.ORG Mon Jan 13 07:05:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04425A9C; Mon, 13 Jan 2014 07:05:39 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7C961A01; Mon, 13 Jan 2014 07:05:37 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id w61so2620253wes.30 for ; Sun, 12 Jan 2014 23:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=YNt0N0aZzLfC/57MBsVWNnFXQSaFKuyEi5f+yRaKanM=; b=S87Rg1QawVLIHYJsErRDFBG5qWU2RAtyHYB9341F3HBZBebN4gog6tu8T8cr0mUBrR 9myCN5Qp2Lo7MVdZlx03k4kqS+663RsCNQbG4+URdIoJzFKdCBTK2acA5YYzLEVKlH3l 4WpZsEu1TMJAU6GDHeqbREEJmH/x7COPfVF9AT8mXXT78i+6Jj8IvjjRGCaFpSs8Cg88 tTJAhvPXJ6iSOEKjBvmKMIu3w7lsWur49d8QaWvzQGxi3BOsxDKloAsQ/xOsSpDg3Ic9 T4KnbdtP51FahqsUyzVoLEeJg8z7wEsoy4sf/Mhqfu2BJDiYdIFkt0vASQGh9zqPCC1I wPtA== X-Received: by 10.194.81.196 with SMTP id c4mr1803977wjy.57.1389596736375; Sun, 12 Jan 2014 23:05:36 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id gz5sm16269598wib.10.2014.01.12.23.05.34 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 12 Jan 2014 23:05:35 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 13 Jan 2014 08:05:33 +0100 From: Baptiste Daroussin To: Alberto Villa Subject: Re: svn commit: r339550 - in head/Mk: . Uses Message-ID: <20140113070533.GP97375@ithaqua.etoilebsd.net> References: <201401122116.s0CLG6Wn016253@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="o41d8xLWOaLD8vYh" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Chris Rees , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 07:05:39 -0000 --o41d8xLWOaLD8vYh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 13, 2014 at 09:56:56AM +0300, Alberto Villa wrote: > 2014/1/13 Chris Rees : > > #Depend on postgresql-server at least 9.0 > > USES=3D pgsql:9.0+ > > WANT_PGSQL=3D server >=20 > Isn't cleaner to use an additional argument to select "server", like > USES=3Dpgsql:server:9.0+ (see qmake.mk), instead of having another > variable? I think so USES=3Dpgsql:server,9.0+ Coma separated is more usual :) I did the mistake to accept USE_PERL5 for USES=3Dperl5 I do regret it now :) regards, Bapt --o41d8xLWOaLD8vYh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLTkD0ACgkQ8kTtMUmk6EzrnACgwnHU6v+sLm7shApLyw9RvNXZ 0CEAniTiRPk+xpcBiBh8HqTvMOzECTgN =6r2l -----END PGP SIGNATURE----- --o41d8xLWOaLD8vYh--