svn commit: r568012 - head/net/tightvnc

Mark Linimon linimon at lonesome.com
Thu Mar 18 09:09:37 UTC 2021


On Thu, Mar 18, 2021 at 09:46:01AM +0100, Gerald Pfeifer wrote:
> Also, USE_GCC=any implies something *very* different in case of ppc on 
> different version of FreeBSD. That alone is prone to cause more work.

Interestingly, on ppcdevref (where I do all the new-port testing for
12), /usr/bin/gcc does not exist.  So the following line:

  .if ${USE_GCC} == any && exists(/usr/bin/gcc)

is never triggered.  So, there, "any" has implied "yes" for ... two
years or so?

Just another datapoint.

I will feed it some test-cases of "any" just to see what happens.

mcl


More information about the svn-ports-head mailing list