Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2021 20:39:23 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Antoine Brodin <antoine@freebsd.org>
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:  <111cd19a-2de2-b5f-1537-8c1eb2cad04e@pfeifer.com>
In-Reply-To: <CAALwa8mcZYgRQFqCah%2BHJWqpQODzNYRH2tCizvd1_MDhgM1Yig@mail.gmail.com>
References:  <202110151748.19FHmS7v094046@gitrepo.freebsd.org> <CAALwa8mcZYgRQFqCah%2BHJWqpQODzNYRH2tCizvd1_MDhgM1Yig@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?

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?111cd19a-2de2-b5f-1537-8c1eb2cad04e>