From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 08:55:16 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 3C48D2B5; Thu, 7 Feb 2013 08:55:16 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3E3E41; Thu, 7 Feb 2013 08:55:15 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d4so1131929eek.36 for ; Thu, 07 Feb 2013 00:55:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=dxsavOQ05RCGO79j89qFsz5VRwjBhGYPy9gHQlKpZgQ=; b=w7jb1yXsdMuCgRD75Q1XRtJHXpeu6Qw1umfF/a7zdkMS0KPMMj4LJrYdPCpT0y307x gpfQnSTRmnP8jG6tSMgn5NDOFDQeMPQ9iSUTumrDcCWVK+gCBnKo1B4vBMVsqEb0aDRl hWqsd84cnHC54QlfPxXWv2Qftbw2DR8PUTsdgatPdutfWAbnFQ4WOJM/gM+hUdWvv1BF FzuX1zGXMSU1Jp1ASqUZU0UCoh/awM6k8j63Tng0/XsvZTkBOOdMeaK6HBq7ZK1BkZkc sVy9+LcY9gTkOeTViXZ4oRxnuAZbxfEbbBgPztEqhvqGuP29BDGOVRG32Ui+QA6SJ9jX n9jQ== X-Received: by 10.14.173.65 with SMTP id u41mr2104760eel.13.1360227306965; Thu, 07 Feb 2013 00:55:06 -0800 (PST) Received: from indiana.smith (ppp-147-3.33-151.iol.it. [151.33.3.147]) by mx.google.com with ESMTPS id s3sm2493484eem.4.2013.02.07.00.55.04 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 00:55:05 -0800 (PST) Sender: Alberto Villa From: Alberto Villa To: freebsd-ports@freebsd.org Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Date: Thu, 07 Feb 2013 09:54:59 +0100 Message-ID: <2080279.Qt6CT3Qcxh@indiana.smith> Organization: The FreeBSD Project User-Agent: KMail/4.9.5 (FreeBSD/10.0-CURRENT; KDE/4.9.5; amd64; ; ) In-Reply-To: <51133C86.80303@FreeBSD.org> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <51133C86.80303@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2282602.fpO6UkVRoe"; micalg="pgp-sha1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7Bit Cc: Armin Pirkovitsch , 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 08:55:16 -0000 --nextPart2282602.fpO6UkVRoe Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 > > Sounds to me like there are less false positives for USES. 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 -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla "Hawk, we're going to die." "Never say die... and certainly never say we." -- M*A*S*H --nextPart2282602.fpO6UkVRoe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iJwEAAECAAYFAlETa+UACgkQ3xiC6kQ1Cou9fAP6A77WDdiSiZjnFTOK8039s3xn 7I+2r9AV4TNFvqNJHZNYPMYsMYiv2py0+8yLxdIs+IY/NsIjxu+SFFpt6bTDEDVf e1/NN2dW/0pgqB49Zvme5YsMKBPDh/v/E8GlrQo2110K4nDXN7jdr/vk/55PZ7lK 5da1E6zMStbLmp5WUOY= =UCyK -----END PGP SIGNATURE----- --nextPart2282602.fpO6UkVRoe--