From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 09:52:12 2013 Return-Path: Delivered-To: freebsd-ports@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 A4A92100; Thu, 7 Feb 2013 09:52:12 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by mx1.freebsd.org (Postfix) with ESMTP id B286315B; Thu, 7 Feb 2013 09:52:11 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id e52so1276930eek.20 for ; Thu, 07 Feb 2013 01:52:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=6oXW5RY3A/X8lrELpsq9iAAmTzlsRUE1cYGl1tLuCAs=; b=GAB+uOiuvlk0Q5aq1aRj08boE2Ip5K8U36/E+GAHVKjYTwe/MdRoACas8j8VOORtm3 2/itjDmg4kXPWCUJA3Ubz3PEt7ROYuTRrQOKrHMcmVW5w7Yk+O/Hl8klm7inEhYDTwCw AoJW8QfP/fqg1LBq2fQtpaLx504eapcTn0N52Z7EMJCbgBaOZJDOnm+RR4rRKxTYasiT FN5KyZfm1bZ+xo1gQ0EiH5xOpnHLnahtHtNCIGGWcn5JjhQ/+Ly44thIbxIp0UYvuXeg iWzUgeImzLVNu4RUYqwyxrWHIs2qwn21kiW4JP4vro7z/YfZ4ZvsBZRmqnAIq6nGVlMH a1dA== X-Received: by 10.14.173.196 with SMTP id v44mr2458080eel.29.1360230725214; Thu, 07 Feb 2013 01:52:05 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id h5sm41117377eem.1.2013.02.07.01.52.03 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 01:52:04 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 7 Feb 2013 10:52:01 +0100 From: Baptiste Daroussin To: Alberto Villa Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130207095201.GA26686@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <51133C86.80303@FreeBSD.org> <2080279.Qt6CT3Qcxh@indiana.smith> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <2080279.Qt6CT3Qcxh@indiana.smith> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Armin Pirkovitsch , freebsd-ports@freebsd.org, lists@eitanadler.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:52:12 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 07, 2013 at 09:54:59AM +0100, Alberto Villa wrote: > On Thursday 07 February 2013 06:32:54 Armin Pirkovitsch wrote: > > # find /usr/ports -name Makefile | xargs grep -R FEATURES | wc -l > > 82 > > # find /usr/ports -name Makefile | xargs grep -R USES | wc -l > > 20 > >=20 > > Sounds to me like there are less false positives for USES. >=20 > Add -w and USES wins: > $ find /usr/ports -name Makefile | xargs grep -Rw FEATURES | wc -l > 37 > $ find /usr/ports -name Makefile | xargs grep -Rw USES | wc -l > 0 Let's go for USES then! regards, Bapt --azLHFNyN32YCQGCU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlETeUEACgkQ8kTtMUmk6ExUegCfQehL+UKFJSe0454tc+IP8D64 iX4AoICCXVe9mN1djnGhBlzs2iQfJVJf =b7ba -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU--