From owner-svn-ports-all@FreeBSD.ORG Fri Apr 10 12:37:39 2015 Return-Path: Delivered-To: svn-ports-all@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 104C3409; Fri, 10 Apr 2015 12:37:39 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C2138F34; Fri, 10 Apr 2015 12:37:38 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B270DBDC30; Fri, 10 Apr 2015 14:37:34 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 91297BDC24; Fri, 10 Apr 2015 14:37:34 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 722B16159; Fri, 10 Apr 2015 14:37:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 154D13A5C69; Fri, 10 Apr 2015 14:37:32 +0200 (CEST) Date: Fri, 10 Apr 2015 14:37:31 +0200 From: Mathieu Arnold To: Alexey Dokuchaev , Bartek Rutkowski Subject: Re: svn commit: r383718 - head/devel/libtool Message-ID: <9431E11289C0966C046BBB88@ogg.in.absolight.net> In-Reply-To: <20150410111225.GA51618@FreeBSD.org> References: <201504101110.t3ABAxuc032873@svn.freebsd.org> <20150410111225.GA51618@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 10 Apr 2015 12:37:39 -0000 +--On 10 avril 2015 11:12:25 +0000 Alexey Dokuchaev wrote: | On Fri, Apr 10, 2015 at 11:10:59AM +0000, Bartek Rutkowski wrote: |> New Revision: 383718 |> URL: https://svnweb.freebsd.org/changeset/ports/383718 |> |> Log: |> devel/libtool: add CPE information |> [...] |> -USES+= makeinfo |> +USES+= cpe makeinfo | | Can you elaborate a bit on why += is necessary here (and other similar | commits)? In this case, it was there before, there's a include of a Makefile.common for the libtool madness, and it already has USES. (including USES=cpe, like antoine said.) -- Mathieu Arnold