svn commit: r564769 - head/irc/undernet-ircu
Fernando Apesteguía
fernape at freebsd.org
Sun Feb 14 10:01:35 UTC 2021
On Sat, Feb 13, 2021 at 9:22 PM Gerald Pfeifer <gerald at pfeifer.com> wrote:
> On Tue, 9 Feb 2021, Fernando Apesteguía wrote:
> > -PORTVERSION= 2.10.12.18
> > +PORTVERSION= 2.10.12.19
>
> I am curious...
>
> > +USE_GCC= any
>
> ...where does USE_GCC come from for such a minor version update?
>
As the PR states, the port stop building with clang (segfaults when running
table_gen).
>
> Are you sure it even works with the 14 year old version of GCC
> used by some (older) versions on some (tier 2) platforms?
>
Nope, I only test on all production (11.4, 12.2) releases plus current on
both i386 and amd64.
>
> If GCC is required, I suggest USE_GCC=yes.
>
Should be fixed in r565214. I overlooked this. Thanks for the heads up!
>
> Mk/bsd.gcc.mk tries to describe this a bit, and I'm happy to
> enhance it if you have any questions or suggestions.
>
Since the use case for USE_GCC = any seems narrow (I don't think many
ports build with 12 years old compilers on many tier 2 platforms), we could
add a warning in the terms of "unless you can guarantee that this works on
tier 2 platforms with very old compilers, this is probably not what you
want. Try USE_GCC=yes instead"
Thanks!
>
> Thanks,
> Gerald
More information about the svn-ports-head
mailing list