Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2021 18:48:23 +0000
From:      Antoine Brodin <antoine@freebsd.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        ports-committers <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 3d1ff1fdae49 - main - Mk/bsd.gcc.mk: Remove USE_GCC=any
Message-ID:  <CAALwa8k2OEswbHhUVdXHowh00Le7uGFxfHEXRH-Sf3DiPWrKbg@mail.gmail.com>
In-Reply-To: <111cd19a-2de2-b5f-1537-8c1eb2cad04e@pfeifer.com>
References:  <202110151748.19FHmS7v094046@gitrepo.freebsd.org> <CAALwa8mcZYgRQFqCah%2BHJWqpQODzNYRH2tCizvd1_MDhgM1Yig@mail.gmail.com> <111cd19a-2de2-b5f-1537-8c1eb2cad04e@pfeifer.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 15, 2021 at 6:39 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
> On Fri, 15 Oct 2021, Antoine Brodin wrote:
> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=3d1ff1fdae49931a3572adc81519f3a277a77253
> >>
> >> commit 3d1ff1fdae49931a3572adc81519f3a277a77253
> >> Author:     Gerald Pfeifer <gerald@FreeBSD.org>
> >> AuthorDate: 2021-10-15 17:43:11 +0000
> >> Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
> >> CommitDate: 2021-10-15 17:47:53 +0000
> >>
> >>     Mk/bsd.gcc.mk: Remove USE_GCC=any
> > [00:00:17] Warning: (audio/funktrackergold): Error:
> > audio/funktrackergold depends on nonexistent origin 'lang/gccany';
> > Please contact maintainer of the port to fix this.
>
> Wee, how did you get these? I even ran `make index` before the commit.
>
> The patch below should address this; okay to commit?

Yes okay.

Antoine

> Gerald
>
>
> diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk
> index 6e03765f2a50..b83f8acbf952 100644
> --- a/Mk/Uses/compiler.mk
> +++ b/Mk/Uses/compiler.mk
> @@ -109,7 +109,7 @@ CHOSEN_COMPILER_TYPE=       ${COMPILER_TYPE}
>
>  .if ${_COMPILER_ARGS:Mnestedfct}
>  .if ${COMPILER_TYPE} == clang
> -USE_GCC=       any
> +USE_GCC=       yes
>  CHOSEN_COMPILER_TYPE=  gcc
>  .endif
>  .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8k2OEswbHhUVdXHowh00Le7uGFxfHEXRH-Sf3DiPWrKbg>