Date: Thu, 18 Mar 2021 09:09:35 +0000 From: Mark Linimon <linimon@lonesome.com> To: Gerald Pfeifer <gerald@pfeifer.com> Cc: Mathieu Arnold <mat@freebsd.org>, Piotr Kubaj <pkubaj@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r568012 - head/net/tightvnc Message-ID: <20210318090934.GA14888@lonesome.com> In-Reply-To: <739c1d5d-3a5f-cb4f-ebfa-56835044ac7e@pfeifer.com> References: <13e0fa6a-7ea4-d321-c75e-474eeb415ee9@pfeifer.com> <20210315112025.ij4l2oiegzkq2hhu@aching.in.mat.cc> <6fc69b3c-6b86-ffd9-9784-524868a8d951@pfeifer.com> <20210317111317.vlp7f7kqxwhwlsjd@aching.in.mat.cc> <20210317114507.edjpfbwtdd3krfdb@aching.in.mat.cc> <YFH8EjaCqdagExno@KGPE-D16> <20210317134119.bzvp2lfnpiewzl5k@aching.in.mat.cc> <YFIKC%2BtvNWzQy48y@KGPE-D16> <20210317171958.znakfw7uj543uc7z@aching.in.mat.cc> <739c1d5d-3a5f-cb4f-ebfa-56835044ac7e@pfeifer.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210318090934.GA14888>