From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 13:01:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7129F84B; Tue, 7 Oct 2014 13:01:49 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DE65C52; Tue, 7 Oct 2014 13:01:48 +0000 (UTC) Received: from [10.31.9.122] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id E89A043552; Tue, 7 Oct 2014 08:01:30 -0500 (CDT) Message-ID: <5433E41C.9050803@marino.st> Date: Tue, 07 Oct 2014 15:01:16 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r370280 - head/Mk/Uses References: <201410070932.s979WsIa071100@svn.freebsd.org> In-Reply-To: <201410070932.s979WsIa071100@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 13:01:49 -0000 On 10/7/2014 11:32, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Oct 7 09:32:53 2014 > New Revision: 370280 > URL: https://svnweb.freebsd.org/changeset/ports/370280 > QAT: https://qat.redports.org/buildarchive/r370280/ > > Log: > Add a use to handle gperf dependency > It uses gperf from base if it exists and its version is 3.x.x > Otherwise it uses gperf from ports > > Added: > head/Mk/Uses/gperf.mk (contents, props changed) > Thank you! I have a bunch of dports I can grep for the initial set of ports that need this. John