[CFT+BRAINSTORM] One USE_ to rule them all

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 7 09:52:12 UTC 2013


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
> > 
> > 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

Let's go for USES then!

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20130207/a1956fae/attachment.sig>


More information about the freebsd-ports mailing list