From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 08:04:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C4056E6; Thu, 11 Sep 2014 08:04:41 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 459C0E21; Thu, 11 Sep 2014 08:04:40 +0000 (UTC) Received: from ip-77-24-172-223.web.vodafone.de (ip-77-24-172-223.web.vodafone.de [77.24.172.223]) by ainaz.pair.com (Postfix) with ESMTPSA id E4AF43F448; Thu, 11 Sep 2014 04:04:28 -0400 (EDT) Date: Thu, 11 Sep 2014 10:04:18 +0200 (CEST) From: Gerald Pfeifer To: Dmitry Marakasov Subject: Re: svn commit: r367888 - in head: accessibility/accerciser accessibility/jovie accessibility/kaccessible accessibility/kdeaccessibility4 accessibility/kmag accessibility/kmousetool accessibility/kmout... In-Reply-To: <20140911001739.GP43982@hades.panopticon> Message-ID: References: <201409102050.s8AKobw3056642@svn.freebsd.org> <20140911000146.GO43982@hades.panopticon> <20140911001739.GP43982@hades.panopticon> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Thu, 11 Sep 2014 08:04:41 -0000 On Thu, 11 Sep 2014, Dmitry Marakasov wrote: > On what basis are ports bumped here? There are too many for just > USE_GCC. I used INDEX-10 and the Tools/scripts/bump_revision.pl script (that I had been using before for similar changes). > ...while the one that actually uses USE_GCC was not bumped > (multimedia/avidemux2). This one is interesting, at least not intuitive. :-) .if ${COMPILER_TYPE} == clang USE_GCC= yes .endif Looking at multimedia/avidemux2/Makefile, that one was bumped, though Makefile.common was not. And I am inclined to say that having PORTREVISION shared across different ports (via Makefile.common) and not residing in Makefile has its challenges; this being one. Gerald