From owner-svn-ports-all@FreeBSD.ORG Sun Mar 24 20:40:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 619CFCFD; Sun, 24 Mar 2013 20:40:10 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id D80B2343; Sun, 24 Mar 2013 20:40:09 +0000 (UTC) Received: from aruba-ctlr15-nat.its.manchester.ac.uk [130.88.99.231:254] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r2OKeJZE040443 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 25 Mar 2013 00:40:20 +0400 (MSK) From: Max Brazhnikov To: Eitan Adler Subject: Re: svn commit: r315126 - in head/net: . tigervnc tigervnc/files Date: Sun, 24 Mar 2013 20:41:20 +0000 Message-ID: <1627953.x0AF9yH5MY@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.1 (FreeBSD/9.1-STABLE; KDE/4.10.1; amd64; ; ) In-Reply-To: References: <201303241505.r2OF5kab012961@svn.freebsd.org> <3e6265f94c4e53e22b8cfa7d45efa635.squirrel@mouf.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, Steve Wills , svn-ports-all@freebsd.org, ports-committers@freebsd.org, Bryan Drewery X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 24 Mar 2013 20:40:10 -0000 On Sun, 24 Mar 2013 14:06:56 -0400 Eitan Adler wrote: > On 24 March 2013 12:34, Steve Wills wrote: > >> On 3/24/2013 10:05 AM, Steve Wills wrote: > >>> +USE_CMAKE= yes > >> > >> See CHANGES 20130319. Should now use USES=cmake > > > > Done, but I'm not sure why. I looked at the stuff in CHANGES about USES > > and couldn't see why one is better than the other. Is there some > > documentation I'm missing. > > USES provides "on demand" loading of modules. USE_* requires special > logic in b.p.m for each flag. > > > And wouldn't you prefer if portlint had warned me about this when I used > > it, rather than having to send these out by hand? I know I would certainly > > rather do it right the first time than get called out for doing it wrong. > > +1 I've converted all cmake ports to USES recently, support for USE_CMAKE can be removed shortly. Max