svn commit: r367888 - in head: accessibility/accerciser accessibility/jovie accessibility/kaccessible accessibility/kdeaccessibility4 accessibility/kmag accessibility/kmousetool accessibility/kmout...

Gerald Pfeifer gerald at pfeifer.com
Thu Sep 11 08:04:41 UTC 2014


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


More information about the svn-ports-head mailing list